Package viam.app.v1
Interface AppOuterClass.UpdateLocationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.UpdateLocationRequest,AppOuterClass.UpdateLocationRequest.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.UpdateLocationRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLocation ID of location to update.com.google.protobuf.ByteStringLocation ID of location to update.getName()The new name to be updated on location.com.google.protobuf.ByteStringThe new name to be updated on location.The new parent location to move the location under.com.google.protobuf.ByteStringThe new parent location to move the location under.The new GCS region to associate the location with.com.google.protobuf.ByteStringThe new GCS region to associate the location with.booleanhasName()The new name to be updated on location.booleanThe new parent location to move the location under.booleanThe new GCS region to associate the location with.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getLocationId
String getLocationId()Location ID of location to update.
string location_id = 1 [json_name = "locationId"];- Returns:
- The locationId.
-
getLocationIdBytes
com.google.protobuf.ByteString getLocationIdBytes()Location ID of location to update.
string location_id = 1 [json_name = "locationId"];- Returns:
- The bytes for locationId.
-
hasName
boolean hasName()The new name to be updated on location.
optional string name = 2 [json_name = "name"];- Returns:
- Whether the name field is set.
-
getName
String getName()The new name to be updated on location.
optional string name = 2 [json_name = "name"];- Returns:
- The name.
-
getNameBytes
com.google.protobuf.ByteString getNameBytes()The new name to be updated on location.
optional string name = 2 [json_name = "name"];- Returns:
- The bytes for name.
-
hasParentLocationId
boolean hasParentLocationId()The new parent location to move the location under.
optional string parent_location_id = 3 [json_name = "parentLocationId"];- Returns:
- Whether the parentLocationId field is set.
-
getParentLocationId
String getParentLocationId()The new parent location to move the location under.
optional string parent_location_id = 3 [json_name = "parentLocationId"];- Returns:
- The parentLocationId.
-
getParentLocationIdBytes
com.google.protobuf.ByteString getParentLocationIdBytes()The new parent location to move the location under.
optional string parent_location_id = 3 [json_name = "parentLocationId"];- Returns:
- The bytes for parentLocationId.
-
hasRegion
boolean hasRegion()The new GCS region to associate the location with.
optional string region = 4 [json_name = "region"];- Returns:
- Whether the region field is set.
-
getRegion
String getRegion()The new GCS region to associate the location with.
optional string region = 4 [json_name = "region"];- Returns:
- The region.
-
getRegionBytes
com.google.protobuf.ByteString getRegionBytes()The new GCS region to associate the location with.
optional string region = 4 [json_name = "region"];- Returns:
- The bytes for region.
-