Package viam.app.v1
Interface App.UpdateLocationRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.UpdateLocationRequest
,App.UpdateLocationRequest.Builder
- Enclosing class:
- App
public static interface App.UpdateLocationRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionLocation ID of location to update.com.google.protobuf.ByteString
Location ID of location to update.getName()
The new name to be updated on location.com.google.protobuf.ByteString
The new name to be updated on location.The new parent location to move the location under.com.google.protobuf.ByteString
The new parent location to move the location under.The new GCS region to associate the location with.com.google.protobuf.ByteString
The new GCS region to associate the location with.boolean
hasName()
The new name to be updated on location.boolean
The new parent location to move the location under.boolean
The 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.
-