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