Package viam.app.v1

Interface App.SearchOrganizationsResponseOrBuilder

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

public static interface App.SearchOrganizationsResponseOrBuilder extends com.google.protobuf.MessageLiteOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    getOrganizations(int index)
    repeated .viam.app.v1.OrgDetails organizations = 1 [json_name = "organizations"];
    int
    repeated .viam.app.v1.OrgDetails organizations = 1 [json_name = "organizations"];
    repeated .viam.app.v1.OrgDetails organizations = 1 [json_name = "organizations"];

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    getDefaultInstanceForType, isInitialized
  • Method Details

    • getOrganizationsList

      List<App.OrgDetails> getOrganizationsList()
      repeated .viam.app.v1.OrgDetails organizations = 1 [json_name = "organizations"];
    • getOrganizations

      App.OrgDetails getOrganizations(int index)
      repeated .viam.app.v1.OrgDetails organizations = 1 [json_name = "organizations"];
    • getOrganizationsCount

      int getOrganizationsCount()
      repeated .viam.app.v1.OrgDetails organizations = 1 [json_name = "organizations"];