Package viam.app.v1

Interface AppOuterClass.ListLocationsRequestOrBuilder

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

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

    Modifier and Type
    Method
    Description
    Organization ID under which to list all locations.
    com.google.protobuf.ByteString
    Organization ID under which to list all locations.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrganizationId

      String getOrganizationId()
       Organization ID under which to list all locations.
       
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The organizationId.
    • getOrganizationIdBytes

      com.google.protobuf.ByteString getOrganizationIdBytes()
       Organization ID under which to list all locations.
       
      string organization_id = 1 [json_name = "organizationId"];
      Returns:
      The bytes for organizationId.