Package viam.app.v1
Class AppOuterClass.DeleteLocationSecretRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.DeleteLocationSecretRequest,AppOuterClass.DeleteLocationSecretRequest.Builder>
viam.app.v1.AppOuterClass.DeleteLocationSecretRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,AppOuterClass.DeleteLocationSecretRequestOrBuilder
- Enclosing class:
- AppOuterClass.DeleteLocationSecretRequest
public static final class AppOuterClass.DeleteLocationSecretRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.DeleteLocationSecretRequest,AppOuterClass.DeleteLocationSecretRequest.Builder>
implements AppOuterClass.DeleteLocationSecretRequestOrBuilder
Protobuf type
viam.app.v1.DeleteLocationSecretRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescriptionstring location_id = 1 [json_name = "locationId"];string secret_id = 2 [json_name = "secretId"];string location_id = 1 [json_name = "locationId"];com.google.protobuf.ByteStringstring location_id = 1 [json_name = "locationId"];string secret_id = 2 [json_name = "secretId"];com.google.protobuf.ByteStringstring secret_id = 2 [json_name = "secretId"];setLocationId(String value) string location_id = 1 [json_name = "locationId"];setLocationIdBytes(com.google.protobuf.ByteString value) string location_id = 1 [json_name = "locationId"];setSecretId(String value) string secret_id = 2 [json_name = "secretId"];setSecretIdBytes(com.google.protobuf.ByteString value) string secret_id = 2 [json_name = "secretId"];Methods inherited from class com.google.protobuf.GeneratedMessageLite.Builder
build, buildPartial, clear, clone, copyOnWrite, copyOnWriteInternal, getDefaultInstanceForType, internalMergeFrom, isInitialized, mergeFrom, mergeFrom, mergeFrom, mergeFromMethods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageExceptionMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLocationId
string location_id = 1 [json_name = "locationId"];- Specified by:
getLocationIdin interfaceAppOuterClass.DeleteLocationSecretRequestOrBuilder- Returns:
- The locationId.
-
getLocationIdBytes
public com.google.protobuf.ByteString getLocationIdBytes()string location_id = 1 [json_name = "locationId"];- Specified by:
getLocationIdBytesin interfaceAppOuterClass.DeleteLocationSecretRequestOrBuilder- Returns:
- The bytes for locationId.
-
setLocationId
string location_id = 1 [json_name = "locationId"];- Parameters:
value- The locationId to set.- Returns:
- This builder for chaining.
-
clearLocationId
string location_id = 1 [json_name = "locationId"];- Returns:
- This builder for chaining.
-
setLocationIdBytes
public AppOuterClass.DeleteLocationSecretRequest.Builder setLocationIdBytes(com.google.protobuf.ByteString value) string location_id = 1 [json_name = "locationId"];- Parameters:
value- The bytes for locationId to set.- Returns:
- This builder for chaining.
-
getSecretId
string secret_id = 2 [json_name = "secretId"];- Specified by:
getSecretIdin interfaceAppOuterClass.DeleteLocationSecretRequestOrBuilder- Returns:
- The secretId.
-
getSecretIdBytes
public com.google.protobuf.ByteString getSecretIdBytes()string secret_id = 2 [json_name = "secretId"];- Specified by:
getSecretIdBytesin interfaceAppOuterClass.DeleteLocationSecretRequestOrBuilder- Returns:
- The bytes for secretId.
-
setSecretId
string secret_id = 2 [json_name = "secretId"];- Parameters:
value- The secretId to set.- Returns:
- This builder for chaining.
-
clearSecretId
string secret_id = 2 [json_name = "secretId"];- Returns:
- This builder for chaining.
-
setSecretIdBytes
public AppOuterClass.DeleteLocationSecretRequest.Builder setSecretIdBytes(com.google.protobuf.ByteString value) string secret_id = 2 [json_name = "secretId"];- Parameters:
value- The bytes for secretId to set.- Returns:
- This builder for chaining.
-