public interface ListRolesResponseOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getNextPageToken()
public abstract String getNextPageToken() To retrieve the next page of results, set
ListRolesRequest.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
ListRolesRequest.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 Roles defined on this resource.
repeated .google.iam.admin.v1.Role roles = 1;
| Name | Description |
| index | int |
| Type | Description |
| Role |
getRolesCount()
public abstract int getRolesCount()The Roles defined on this resource.
repeated .google.iam.admin.v1.Role roles = 1;
| Type | Description |
| int |
getRolesList()
public abstract List<Role> getRolesList()The Roles defined on this resource.
repeated .google.iam.admin.v1.Role roles = 1;
| Type | Description |
| List<Role> |
getRolesOrBuilder(int index)
public abstract RoleOrBuilder getRolesOrBuilder(int index)The Roles defined on this resource.
repeated .google.iam.admin.v1.Role roles = 1;
| Name | Description |
| index | int |
| Type | Description |
| RoleOrBuilder |
getRolesOrBuilderList()
public abstract List<? extends RoleOrBuilder> getRolesOrBuilderList()The Roles defined on this resource.
repeated .google.iam.admin.v1.Role roles = 1;
| Type | Description |
| List<? extends com.google.iam.admin.v1.RoleOrBuilder> |