Package viam.app.v1
Interface AppOuterClass.GetFragmentRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.GetFragmentRequest,AppOuterClass.GetFragmentRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.GetFragmentRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring current_organization_id = 2 [json_name = "currentOrganizationId"];com.google.protobuf.ByteStringstring current_organization_id = 2 [json_name = "currentOrganizationId"];getId()string id = 1 [json_name = "id"];com.google.protobuf.ByteStringstring id = 1 [json_name = "id"];revision or tagcom.google.protobuf.ByteStringrevision or tagbooleanrevision or tagMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getId
String getId()string id = 1 [json_name = "id"];- Returns:
- The id.
-
getIdBytes
com.google.protobuf.ByteString getIdBytes()string id = 1 [json_name = "id"];- Returns:
- The bytes for id.
-
getCurrentOrganizationId
String getCurrentOrganizationId()string current_organization_id = 2 [json_name = "currentOrganizationId"];- Returns:
- The currentOrganizationId.
-
getCurrentOrganizationIdBytes
com.google.protobuf.ByteString getCurrentOrganizationIdBytes()string current_organization_id = 2 [json_name = "currentOrganizationId"];- Returns:
- The bytes for currentOrganizationId.
-
hasVersion
boolean hasVersion()revision or tag
optional string version = 3 [json_name = "version"];- Returns:
- Whether the version field is set.
-
getVersion
String getVersion()revision or tag
optional string version = 3 [json_name = "version"];- Returns:
- The version.
-
getVersionBytes
com.google.protobuf.ByteString getVersionBytes()revision or tag
optional string version = 3 [json_name = "version"];- Returns:
- The bytes for version.
-