Package viam.app.v1
Class App.CreateLocationSecretRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<App.CreateLocationSecretRequest,App.CreateLocationSecretRequest.Builder>
viam.app.v1.App.CreateLocationSecretRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,Cloneable
,App.CreateLocationSecretRequestOrBuilder
- Enclosing class:
- App.CreateLocationSecretRequest
public static final class App.CreateLocationSecretRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<App.CreateLocationSecretRequest,App.CreateLocationSecretRequest.Builder>
implements App.CreateLocationSecretRequestOrBuilder
Protobuf type
viam.app.v1.CreateLocationSecretRequest
-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance
-
Method Summary
Modifier and TypeMethodDescriptionLocation ID to create the secret in.Location ID to create the secret in.com.google.protobuf.ByteString
Location ID to create the secret in.setLocationId
(String value) Location ID to create the secret in.setLocationIdBytes
(com.google.protobuf.ByteString value) Location ID to create the secret in.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
-
getLocationId
Location ID to create the secret in.
string location_id = 1 [json_name = "locationId"];
- Specified by:
getLocationId
in interfaceApp.CreateLocationSecretRequestOrBuilder
- Returns:
- The locationId.
-
getLocationIdBytes
public com.google.protobuf.ByteString getLocationIdBytes()Location ID to create the secret in.
string location_id = 1 [json_name = "locationId"];
- Specified by:
getLocationIdBytes
in interfaceApp.CreateLocationSecretRequestOrBuilder
- Returns:
- The bytes for locationId.
-
setLocationId
Location ID to create the secret in.
string location_id = 1 [json_name = "locationId"];
- Parameters:
value
- The locationId to set.- Returns:
- This builder for chaining.
-
clearLocationId
Location ID to create the secret in.
string location_id = 1 [json_name = "locationId"];
- Returns:
- This builder for chaining.
-
setLocationIdBytes
public App.CreateLocationSecretRequest.Builder setLocationIdBytes(com.google.protobuf.ByteString value) Location ID to create the secret in.
string location_id = 1 [json_name = "locationId"];
- Parameters:
value
- The bytes for locationId to set.- Returns:
- This builder for chaining.
-