Package viam.app.v1
Interface App.ListOrganizationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.ListOrganizationsResponse
,App.ListOrganizationsResponse.Builder
- Enclosing class:
- App
public static interface App.ListOrganizationsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOrganizations
(int index) repeated .viam.app.v1.Organization organizations = 1 [json_name = "organizations"];
int
repeated .viam.app.v1.Organization organizations = 1 [json_name = "organizations"];
repeated .viam.app.v1.Organization organizations = 1 [json_name = "organizations"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationsList
List<App.Organization> getOrganizationsList()repeated .viam.app.v1.Organization organizations = 1 [json_name = "organizations"];
-
getOrganizations
repeated .viam.app.v1.Organization organizations = 1 [json_name = "organizations"];
-
getOrganizationsCount
int getOrganizationsCount()repeated .viam.app.v1.Organization organizations = 1 [json_name = "organizations"];
-