Package viam.app.v1
Interface App.AdditionalFragmentOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.AdditionalFragment
,App.AdditionalFragment.Builder
- Enclosing class:
- App
public static interface App.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.
-