Package viam.app.v1

Interface AppOuterClass.CreateLocationRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
All Known Implementing Classes:
AppOuterClass.CreateLocationRequest, AppOuterClass.CreateLocationRequest.Builder
Enclosing class:
AppOuterClass

public static interface AppOuterClass.CreateLocationRequestOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Name of the location.
    com.google.protobuf.ByteString
    Name of the location.
    Organization ID to create the location under.
    com.google.protobuf.ByteString
    Organization ID to create the location under.
    The new parent location to move the location under.
    com.google.protobuf.ByteString
    The new parent location to move the location under.
    boolean
    The new parent location to move the location under.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrganizationId

      String getOrganizationId()
       Organization ID to create the location under.
       
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
       Organization ID to create the location under.
       
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.
    • getName

      String getName()
       Name of the location.
       
      string name = 2 [json_name = "name"];
      Returns:
      The name.
    • getNameBytes

      com.google.protobuf.ByteString getNameBytes()
       Name of the location.
       
      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.