public interface QueryGrantableRolesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() To retrieve the next page of results, set
QueryGrantableRolesRequest.page_token to this value.
string next_page_token = 2;
| Type | Description |
String |
The nextPageToken. |
getNextPageTokenBytes()
public abstract ByteString getNextPageTokenBytes() To retrieve the next page of results, set
QueryGrantableRolesRequest.page_token to this value.
string next_page_token = 2;
| Type | Description |
ByteString |
The bytes for nextPageToken. |
getRoles(int index)
public abstract Role getRoles(int index)The list of matching roles.
repeated .google.iam.admin.v1.Role roles = 1;
| Name | Description |
index |
int |
| Type | Description |
Role |
getRolesCount()
public abstract int getRolesCount()The list of matching roles.
repeated .google.iam.admin.v1.Role roles = 1;
| Type | Description |
int |
getRolesList()
public abstract List<Role> getRolesList()The list of matching roles.
repeated .google.iam.admin.v1.Role roles = 1;
| Type | Description |
List<Role> |
getRolesOrBuilder(int index)
public abstract RoleOrBuilder getRolesOrBuilder(int index)The list of matching roles.
repeated .google.iam.admin.v1.Role roles = 1;
| Name | Description |
index |
int |
| Type | Description |
RoleOrBuilder |
getRolesOrBuilderList()
public abstract List<? extends RoleOrBuilder> getRolesOrBuilderList()The list of matching roles.
repeated .google.iam.admin.v1.Role roles = 1;
| Type | Description |
List<? extends com.google.iam.admin.v1.RoleOrBuilder> |