Package viam.app.v1

Interface App.ListLocationsRequestOrBuilder

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

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