Package viam.app.v1
Interface App.ListAuthorizationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.ListAuthorizationsResponse
,App.ListAuthorizationsResponse.Builder
- Enclosing class:
- App
public static interface App.ListAuthorizationsResponseOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptiongetAuthorizations
(int index) repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
int
repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getAuthorizationsList
List<App.Authorization> getAuthorizationsList()repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
-
getAuthorizations
repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
-
getAuthorizationsCount
int getAuthorizationsCount()repeated .viam.app.v1.Authorization authorizations = 1 [json_name = "authorizations"];
-