Package viam.app.v1
Interface App.ListAuthorizationsRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
- All Known Implementing Classes:
App.ListAuthorizationsRequest
,App.ListAuthorizationsRequest.Builder
- Enclosing class:
- App
public static interface App.ListAuthorizationsRequestOrBuilder
extends com.google.protobuf.MessageLiteOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionstring organization_id = 1 [json_name = "organizationId"];
com.google.protobuf.ByteString
string organization_id = 1 [json_name = "organizationId"];
getResourceIds
(int index) optional filtercom.google.protobuf.ByteString
getResourceIdsBytes
(int index) optional filterint
optional filteroptional filterMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
getDefaultInstanceForType, isInitialized
-
Method Details
-
getOrganizationId
String getOrganizationId()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The organizationId.
-
getOrganizationIdBytes
com.google.protobuf.ByteString getOrganizationIdBytes()string organization_id = 1 [json_name = "organizationId"];
- Returns:
- The bytes for organizationId.
-
getResourceIdsList
optional filter
repeated string resource_ids = 2 [json_name = "resourceIds"];
- Returns:
- A list containing the resourceIds.
-
getResourceIdsCount
int getResourceIdsCount()optional filter
repeated string resource_ids = 2 [json_name = "resourceIds"];
- Returns:
- The count of resourceIds.
-
getResourceIds
optional filter
repeated string resource_ids = 2 [json_name = "resourceIds"];
- Parameters:
index
- The index of the element to return.- Returns:
- The resourceIds at the given index.
-
getResourceIdsBytes
com.google.protobuf.ByteString getResourceIdsBytes(int index) optional filter
repeated string resource_ids = 2 [json_name = "resourceIds"];
- Parameters:
index
- The index of the element to return.- Returns:
- The resourceIds at the given index.
-