Package viam.app.cloudslam.v1
Class CloudSlam.ListMappingSessionsRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<CloudSlam.ListMappingSessionsRequest,CloudSlam.ListMappingSessionsRequest.Builder>
viam.app.cloudslam.v1.CloudSlam.ListMappingSessionsRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,CloudSlam.ListMappingSessionsRequestOrBuilder
- Enclosing class:
- CloudSlam.ListMappingSessionsRequest
public static final class CloudSlam.ListMappingSessionsRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<CloudSlam.ListMappingSessionsRequest,CloudSlam.ListMappingSessionsRequest.Builder>
implements CloudSlam.ListMappingSessionsRequestOrBuilder
Protobuf type
viam.app.cloudslam.v1.ListMappingSessionsRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionstring location_id = 2 [json_name = "locationId"];
string organization_id = 1 [json_name = "organizationId"];
string 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"];
setLocationId
(String value) string location_id = 2 [json_name = "locationId"];
setLocationIdBytes
(com.google.protobuf.ByteString value) string location_id = 2 [json_name = "locationId"];
setOrganizationId
(String value) string organization_id = 1 [json_name = "organizationId"];
setOrganizationIdBytes
(com.google.protobuf.ByteString value) string organization_id = 1 [json_name = "organizationId"];
Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFrom
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationId
in interfaceCloudSlam.ListMappingSessionsRequestOrBuilder
- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationIdBytes
in interfaceCloudSlam.ListMappingSessionsRequestOrBuilder
- Returns:
- The bytes for organizationId.
-
setOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
string organization_id = 1 [json_name = "organizationId"];
- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public CloudSlam.ListMappingSessionsRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value) string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-
getLocationId
string location_id = 2 [json_name = "locationId"];
- Specified by:
getLocationId
in interfaceCloudSlam.ListMappingSessionsRequestOrBuilder
- Returns:
- The locationId.
-
getLocationIdBytes
public com.google.protobuf.ByteString getLocationIdBytes()string location_id = 2 [json_name = "locationId"];
- Specified by:
getLocationIdBytes
in interfaceCloudSlam.ListMappingSessionsRequestOrBuilder
- Returns:
- The bytes for locationId.
-
setLocationId
string location_id = 2 [json_name = "locationId"];
- Parameters:
value
- The locationId to set.- Returns:
- This builder for chaining.
-
clearLocationId
string location_id = 2 [json_name = "locationId"];
- Returns:
- This builder for chaining.
-
setLocationIdBytes
public CloudSlam.ListMappingSessionsRequest.Builder setLocationIdBytes(com.google.protobuf.ByteString value) string location_id = 2 [json_name = "locationId"];
- Parameters:
value
- The bytes for locationId to set.- Returns:
- This builder for chaining.
-