public interface QueryGrantableRolesResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
To retrieve the next page of results, set
`QueryGrantableRolesRequest.page_token` to this value.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
To retrieve the next page of results, set
`QueryGrantableRolesRequest.page_token` to this value.
|
Role |
getRoles(int index)
The list of matching roles.
|
int |
getRolesCount()
The list of matching roles.
|
List<Role> |
getRolesList()
The list of matching roles.
|
RoleOrBuilder |
getRolesOrBuilder(int index)
The list of matching roles.
|
List<? extends RoleOrBuilder> |
getRolesOrBuilderList()
The list of matching roles.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Role> getRolesList()
The list of matching roles.
repeated .google.iam.admin.v1.Role roles = 1;Role getRoles(int index)
The list of matching roles.
repeated .google.iam.admin.v1.Role roles = 1;int getRolesCount()
The list of matching roles.
repeated .google.iam.admin.v1.Role roles = 1;List<? extends RoleOrBuilder> getRolesOrBuilderList()
The list of matching roles.
repeated .google.iam.admin.v1.Role roles = 1;RoleOrBuilder getRolesOrBuilder(int index)
The list of matching roles.
repeated .google.iam.admin.v1.Role roles = 1;String getNextPageToken()
To retrieve the next page of results, set `QueryGrantableRolesRequest.page_token` to this value.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
To retrieve the next page of results, set `QueryGrantableRolesRequest.page_token` to this value.
string next_page_token = 2;Copyright © 2025 Google LLC. All rights reserved.