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