Package viam.app.v1
Class AppOuterClass.UpdateLocationMetadataRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.UpdateLocationMetadataRequest,AppOuterClass.UpdateLocationMetadataRequest.Builder>
viam.app.v1.AppOuterClass.UpdateLocationMetadataRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder,com.google.protobuf.MessageLiteOrBuilder,Cloneable,AppOuterClass.UpdateLocationMetadataRequestOrBuilder
- Enclosing class:
- AppOuterClass.UpdateLocationMetadataRequest
public static final class AppOuterClass.UpdateLocationMetadataRequest.Builder
extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.UpdateLocationMetadataRequest,AppOuterClass.UpdateLocationMetadataRequest.Builder>
implements AppOuterClass.UpdateLocationMetadataRequestOrBuilder
Protobuf type
viam.app.v1.UpdateLocationMetadataRequest-
Field Summary
Fields inherited from class com.google.protobuf.GeneratedMessageLite.Builder
instance -
Method Summary
Modifier and TypeMethodDescription.google.protobuf.Struct data = 2 [json_name = "data"];string location_id = 1 [json_name = "locationId"];com.google.protobuf.StructgetData().google.protobuf.Struct data = 2 [json_name = "data"];string location_id = 1 [json_name = "locationId"];com.google.protobuf.ByteStringstring location_id = 1 [json_name = "locationId"];booleanhasData().google.protobuf.Struct data = 2 [json_name = "data"];mergeData(com.google.protobuf.Struct value) .google.protobuf.Struct data = 2 [json_name = "data"];setData(com.google.protobuf.Struct value) .google.protobuf.Struct data = 2 [json_name = "data"];setData(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct data = 2 [json_name = "data"];setLocationId(String value) string location_id = 1 [json_name = "locationId"];setLocationIdBytes(com.google.protobuf.ByteString value) string location_id = 1 [json_name = "locationId"];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.UpdateLocationMetadataRequestOrBuilder- Returns:
- The locationId.
-
getLocationIdBytes
public com.google.protobuf.ByteString getLocationIdBytes()string location_id = 1 [json_name = "locationId"];- Specified by:
getLocationIdBytesin interfaceAppOuterClass.UpdateLocationMetadataRequestOrBuilder- 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.UpdateLocationMetadataRequest.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.
-
hasData
public boolean hasData().google.protobuf.Struct data = 2 [json_name = "data"];- Specified by:
hasDatain interfaceAppOuterClass.UpdateLocationMetadataRequestOrBuilder- Returns:
- Whether the data field is set.
-
getData
public com.google.protobuf.Struct getData().google.protobuf.Struct data = 2 [json_name = "data"];- Specified by:
getDatain interfaceAppOuterClass.UpdateLocationMetadataRequestOrBuilder- Returns:
- The data.
-
setData
public AppOuterClass.UpdateLocationMetadataRequest.Builder setData(com.google.protobuf.Struct value) .google.protobuf.Struct data = 2 [json_name = "data"]; -
setData
public AppOuterClass.UpdateLocationMetadataRequest.Builder setData(com.google.protobuf.Struct.Builder builderForValue) .google.protobuf.Struct data = 2 [json_name = "data"]; -
mergeData
public AppOuterClass.UpdateLocationMetadataRequest.Builder mergeData(com.google.protobuf.Struct value) .google.protobuf.Struct data = 2 [json_name = "data"]; -
clearData
.google.protobuf.Struct data = 2 [json_name = "data"];
-