Package viam.app.v1

Class AppOuterClass.UnshareLocationRequest.Builder

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

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

    • getLocationId

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

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

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

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

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

      public String getOrganizationId()
       Organization ID to unshare the location with.
       
      string organization_id = 2 [json_name = "organizationId"];
      Specified by:
      getOrganizationId in interface AppOuterClass.UnshareLocationRequestOrBuilder
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      public com.google.protobuf.ByteString getOrganizationIdBytes()
       Organization ID to unshare the location with.
       
      string organization_id = 2 [json_name = "organizationId"];
      Specified by:
      getOrganizationIdBytes in interface AppOuterClass.UnshareLocationRequestOrBuilder
      Returns:
      The bytes for organizationId.
    • setOrganizationId

      public AppOuterClass.UnshareLocationRequest.Builder setOrganizationId(String value)
       Organization ID to unshare the location with.
       
      string organization_id = 2 [json_name = "organizationId"];
      Parameters:
      value - The organizationId to set.
      Returns:
      This builder for chaining.
    • clearOrganizationId

      public AppOuterClass.UnshareLocationRequest.Builder clearOrganizationId()
       Organization ID to unshare the location with.
       
      string organization_id = 2 [json_name = "organizationId"];
      Returns:
      This builder for chaining.
    • setOrganizationIdBytes

      public AppOuterClass.UnshareLocationRequest.Builder setOrganizationIdBytes(com.google.protobuf.ByteString value)
       Organization ID to unshare the location with.
       
      string organization_id = 2 [json_name = "organizationId"];
      Parameters:
      value - The bytes for organizationId to set.
      Returns:
      This builder for chaining.