Package viam.app.v1
Interface AppOuterClass.AdditionalFragmentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.AdditionalFragment
,AppOuterClass.AdditionalFragment.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.AdditionalFragmentOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring fragment_id = 1 [json_name = "fragmentId"];
com.google.protobuf.ByteString
string fragment_id = 1 [json_name = "fragmentId"];
optional string version = 2 [json_name = "version"];
com.google.protobuf.ByteString
optional string version = 2 [json_name = "version"];
boolean
optional string version = 2 [json_name = "version"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getFragmentId
String getFragmentId()string fragment_id = 1 [json_name = "fragmentId"];
- Returns:
- The fragmentId.
-
getFragmentIdBytes
com.google.protobuf.ByteString getFragmentIdBytes()string fragment_id = 1 [json_name = "fragmentId"];
- Returns:
- The bytes for fragmentId.
-
hasVersion
boolean hasVersion()optional string version = 2 [json_name = "version"];
- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()optional string version = 2 [json_name = "version"];
- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()optional string version = 2 [json_name = "version"];
- Returns:
- The bytes for version.
-