Package viam.app.v1

Class AppOuterClass.UpdateLocationRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder<MessageType,BuilderType>
com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.UpdateLocationRequest,AppOuterClass.UpdateLocationRequest.Builder>
viam.app.v1.AppOuterClass.UpdateLocationRequest.Builder
All Implemented Interfaces:
com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, Cloneable, AppOuterClass.UpdateLocationRequestOrBuilder
Enclosing class:
AppOuterClass.UpdateLocationRequest

public static final class AppOuterClass.UpdateLocationRequest.Builder extends com.google.protobuf.GeneratedMessageLite.Builder<AppOuterClass.UpdateLocationRequest,AppOuterClass.UpdateLocationRequest.Builder> implements AppOuterClass.UpdateLocationRequestOrBuilder
Protobuf type viam.app.v1.UpdateLocationRequest
  • Method Details

    • getLocationId

      public String getLocationId()
       Location ID of location to update.
       
      string location_id = 1 [json_name = "locationId"];
      Specified by:
      getLocationId in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      The locationId.
    • getLocationIdBytes

      public com.google.protobuf.ByteString getLocationIdBytes()
       Location ID of location to update.
       
      string location_id = 1 [json_name = "locationId"];
      Specified by:
      getLocationIdBytes in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      The bytes for locationId.
    • setLocationId

       Location ID of location to update.
       
      string location_id = 1 [json_name = "locationId"];
      Parameters:
      value - The locationId to set.
      Returns:
      This builder for chaining.
    • clearLocationId

       Location ID of location to update.
       
      string location_id = 1 [json_name = "locationId"];
      Returns:
      This builder for chaining.
    • setLocationIdBytes

      public AppOuterClass.UpdateLocationRequest.Builder setLocationIdBytes(com.google.protobuf.ByteString value)
       Location ID of location to update.
       
      string location_id = 1 [json_name = "locationId"];
      Parameters:
      value - The bytes for locationId to set.
      Returns:
      This builder for chaining.
    • hasName

      public boolean hasName()
       The new name to be updated on location.
       
      optional string name = 2 [json_name = "name"];
      Specified by:
      hasName in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      Whether the name field is set.
    • getName

      public String getName()
       The new name to be updated on location.
       
      optional string name = 2 [json_name = "name"];
      Specified by:
      getName in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      The name.
    • getNameBytes

      public com.google.protobuf.ByteString getNameBytes()
       The new name to be updated on location.
       
      optional string name = 2 [json_name = "name"];
      Specified by:
      getNameBytes in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      The bytes for name.
    • setName

       The new name to be updated on location.
       
      optional string name = 2 [json_name = "name"];
      Parameters:
      value - The name to set.
      Returns:
      This builder for chaining.
    • clearName

       The new name to be updated on location.
       
      optional string name = 2 [json_name = "name"];
      Returns:
      This builder for chaining.
    • setNameBytes

      public AppOuterClass.UpdateLocationRequest.Builder setNameBytes(com.google.protobuf.ByteString value)
       The new name to be updated on location.
       
      optional string name = 2 [json_name = "name"];
      Parameters:
      value - The bytes for name to set.
      Returns:
      This builder for chaining.
    • hasParentLocationId

      public boolean hasParentLocationId()
       The new parent location to move the location under.
       
      optional string parent_location_id = 3 [json_name = "parentLocationId"];
      Specified by:
      hasParentLocationId in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      Whether the parentLocationId field is set.
    • getParentLocationId

      public String getParentLocationId()
       The new parent location to move the location under.
       
      optional string parent_location_id = 3 [json_name = "parentLocationId"];
      Specified by:
      getParentLocationId in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      The parentLocationId.
    • getParentLocationIdBytes

      public com.google.protobuf.ByteString getParentLocationIdBytes()
       The new parent location to move the location under.
       
      optional string parent_location_id = 3 [json_name = "parentLocationId"];
      Specified by:
      getParentLocationIdBytes in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      The bytes for parentLocationId.
    • setParentLocationId

      public AppOuterClass.UpdateLocationRequest.Builder setParentLocationId(String value)
       The new parent location to move the location under.
       
      optional string parent_location_id = 3 [json_name = "parentLocationId"];
      Parameters:
      value - The parentLocationId to set.
      Returns:
      This builder for chaining.
    • clearParentLocationId

      public AppOuterClass.UpdateLocationRequest.Builder clearParentLocationId()
       The new parent location to move the location under.
       
      optional string parent_location_id = 3 [json_name = "parentLocationId"];
      Returns:
      This builder for chaining.
    • setParentLocationIdBytes

      public AppOuterClass.UpdateLocationRequest.Builder setParentLocationIdBytes(com.google.protobuf.ByteString value)
       The new parent location to move the location under.
       
      optional string parent_location_id = 3 [json_name = "parentLocationId"];
      Parameters:
      value - The bytes for parentLocationId to set.
      Returns:
      This builder for chaining.
    • hasRegion

      public boolean hasRegion()
       The new GCS region to associate the location with.
       
      optional string region = 4 [json_name = "region"];
      Specified by:
      hasRegion in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      Whether the region field is set.
    • getRegion

      public String getRegion()
       The new GCS region to associate the location with.
       
      optional string region = 4 [json_name = "region"];
      Specified by:
      getRegion in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      The region.
    • getRegionBytes

      public com.google.protobuf.ByteString getRegionBytes()
       The new GCS region to associate the location with.
       
      optional string region = 4 [json_name = "region"];
      Specified by:
      getRegionBytes in interface AppOuterClass.UpdateLocationRequestOrBuilder
      Returns:
      The bytes for region.
    • setRegion

       The new GCS region to associate the location with.
       
      optional string region = 4 [json_name = "region"];
      Parameters:
      value - The region to set.
      Returns:
      This builder for chaining.
    • clearRegion

       The new GCS region to associate the location with.
       
      optional string region = 4 [json_name = "region"];
      Returns:
      This builder for chaining.
    • setRegionBytes

      public AppOuterClass.UpdateLocationRequest.Builder setRegionBytes(com.google.protobuf.ByteString value)
       The new GCS region to associate the location with.
       
      optional string region = 4 [json_name = "region"];
      Parameters:
      value - The bytes for region to set.
      Returns:
      This builder for chaining.