Package viam.app.v1

Interface App.CreateLocationRequestOrBuilder

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

public static interface App.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.