Package viam.app.cloudslam.v1
Interface CloudSlam.ListMappingSessionsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
CloudSlam.ListMappingSessionsRequest
,CloudSlam.ListMappingSessionsRequest.Builder
- Enclosing class:
- CloudSlam
public static interface CloudSlam.ListMappingSessionsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring location_id = 2 [json_name = "locationId"];
com.google.protobuf.ByteString
string location_id = 2 [json_name = "locationId"];
string organization_id = 1 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 1 [json_name = "organizationId"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
String getOrganizationId()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The bytes for organizationId.
-
getLocationId
String getLocationId()string location_id = 2 [json_name = "locationId"];
- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()string location_id = 2 [json_name = "locationId"];
- Returns:
- The bytes for locationId.
-