Package viam.app.v1
Interface AppOuterClass.ListOrganizationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
AppOuterClass.ListOrganizationsResponse,AppOuterClass.ListOrganizationsResponse.Builder
- Enclosing class:
- AppOuterClass
public static interface AppOuterClass.ListOrganizationsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetOrganizations(int index) repeated .viam.app.v1.Organization organizations = 1 [json_name = "organizations"];intrepeated .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<AppOuterClass.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"];
-