| 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.QueryGrantableRolesPagedResponse |
IAMClient.queryGrantableRoles(QueryGrantableRolesRequest request)
Lists roles that can be granted on a Google Cloud resource.
|
IAMClient.QueryGrantableRolesPagedResponse |
IAMClient.queryGrantableRoles(String fullResourceName)
Lists roles that can be granted on a Google Cloud resource.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<IAMClient.QueryGrantableRolesPagedResponse> |
IAMClient.QueryGrantableRolesPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<QueryGrantableRolesRequest,QueryGrantableRolesResponse,Role> context,
com.google.api.core.ApiFuture<QueryGrantableRolesResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<QueryGrantableRolesRequest,IAMClient.QueryGrantableRolesPagedResponse> |
IAMClient.queryGrantableRolesPagedCallable()
Lists roles that can be granted on a Google Cloud resource.
|
com.google.api.gax.rpc.PagedCallSettings<QueryGrantableRolesRequest,QueryGrantableRolesResponse,IAMClient.QueryGrantableRolesPagedResponse> |
IAMSettings.queryGrantableRolesSettings()
Returns the object with the settings used for calls to queryGrantableRoles.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<QueryGrantableRolesRequest,QueryGrantableRolesResponse,IAMClient.QueryGrantableRolesPagedResponse> |
IAMSettings.Builder.queryGrantableRolesSettings()
Returns the builder for the settings used for calls to queryGrantableRoles.
|
Copyright © 2025 Google LLC. All rights reserved.