public interface QueryTestablePermissionsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
To retrieve the next page of results, set
`QueryTestableRolesRequest.page_token` to this value.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
To retrieve the next page of results, set
`QueryTestableRolesRequest.page_token` to this value.
|
Permission |
getPermissions(int index)
The Permissions testable on the requested resource.
|
int |
getPermissionsCount()
The Permissions testable on the requested resource.
|
List<Permission> |
getPermissionsList()
The Permissions testable on the requested resource.
|
PermissionOrBuilder |
getPermissionsOrBuilder(int index)
The Permissions testable on the requested resource.
|
List<? extends PermissionOrBuilder> |
getPermissionsOrBuilderList()
The Permissions testable on the requested resource.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Permission> getPermissionsList()
The Permissions testable on the requested resource.
repeated .google.iam.admin.v1.Permission permissions = 1;Permission getPermissions(int index)
The Permissions testable on the requested resource.
repeated .google.iam.admin.v1.Permission permissions = 1;int getPermissionsCount()
The Permissions testable on the requested resource.
repeated .google.iam.admin.v1.Permission permissions = 1;List<? extends PermissionOrBuilder> getPermissionsOrBuilderList()
The Permissions testable on the requested resource.
repeated .google.iam.admin.v1.Permission permissions = 1;PermissionOrBuilder getPermissionsOrBuilder(int index)
The Permissions testable on the requested resource.
repeated .google.iam.admin.v1.Permission permissions = 1;String getNextPageToken()
To retrieve the next page of results, set `QueryTestableRolesRequest.page_token` to this value.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
To retrieve the next page of results, set `QueryTestableRolesRequest.page_token` to this value.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.