Package viam.app.v1
Class App.ListLocationsRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.ListLocationsRequest,App.ListLocationsRequest.Builder>
viam.app.v1.App.ListLocationsRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.ListLocationsRequestOrBuilder
- Enclosing class:
- App.ListLocationsRequest
public static final class App.ListLocationsRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.ListLocationsRequest,App.ListLocationsRequest.Builder>
implements App.ListLocationsRequestOrBuilder
Protobuf type
viam.app.v1.ListLocationsRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionOrganization ID under which to list all locations.Organization ID under which to list all locations.com.google.protobuf.ByteString
Organization ID under which to list all locations.setOrganizationId
(String value) Organization ID under which to list all locations.setOrganizationIdBytes
(com.google.protobuf.ByteString value) Organization ID under which to list all locations.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
Organization ID under which to list all locations.
string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationId
in interfaceApp.ListLocationsRequestOrBuilder
- Returns:
- The organizationId.
-
getOrganizationIdBytes
public com.google.protobuf.ByteString getOrganizationIdBytes()Organization ID under which to list all locations.
string organization_id = 1 [json_name = "organizationId"];
- Specified by:
getOrganizationIdBytes
in interfaceApp.ListLocationsRequestOrBuilder
- Returns:
- The bytes for organizationId.
-
setOrganizationId
Organization ID under which to list all locations.
string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The organizationId to set.- Returns:
- This builder for chaining.
-
clearOrganizationId
Organization ID under which to list all locations.
string organization_id = 1 [json_name = "organizationId"];
- Returns:
- This builder for chaining.
-
setOrganizationIdBytes
public App.ListLocationsRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value) Organization ID under which to list all locations.
string organization_id = 1 [json_name = "organizationId"];
- Parameters:
value
- The bytes for organizationId to set.- Returns:
- This builder for chaining.
-