| Package | Description |
|---|---|
| com.google.cloud.iam.admin.v1 |
A client to Identity and Access Management (IAM) API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.iam.admin.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
IAMClient.ListRolesPagedResponse |
IAMClient.listRoles(ListRolesRequest request)
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role
that is defined for an organization or project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<IAMClient.ListRolesPagedResponse> |
IAMClient.ListRolesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListRolesRequest,ListRolesResponse,Role> context,
com.google.api.core.ApiFuture<ListRolesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,IAMClient.ListRolesPagedResponse> |
IAMClient.listRolesPagedCallable()
Lists every predefined [Role][google.iam.admin.v1.Role] that IAM supports, or every custom role
that is defined for an organization or project.
|
com.google.api.gax.rpc.PagedCallSettings<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse> |
IAMSettings.listRolesSettings()
Returns the object with the settings used for calls to listRoles.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse> |
IAMSettings.Builder.listRolesSettings()
Returns the builder for the settings used for calls to listRoles.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,IAMClient.ListRolesPagedResponse> |
GrpcIAMStub.listRolesPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListRolesRequest,IAMClient.ListRolesPagedResponse> |
IAMStub.listRolesPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse> |
IAMStubSettings.listRolesSettings()
Returns the object with the settings used for calls to listRoles.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListRolesRequest,ListRolesResponse,IAMClient.ListRolesPagedResponse> |
IAMStubSettings.Builder.listRolesSettings()
Returns the builder for the settings used for calls to listRoles.
|
Copyright © 2025 Google LLC. All rights reserved.