| 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.ListServiceAccountsPagedResponse |
IAMClient.listServiceAccounts(ListServiceAccountsRequest request)
Lists every [ServiceAccount][google.iam.admin.v1.ServiceAccount] that belongs to a specific
project.
|
IAMClient.ListServiceAccountsPagedResponse |
IAMClient.listServiceAccounts(ProjectName name)
Lists every [ServiceAccount][google.iam.admin.v1.ServiceAccount] that belongs to a specific
project.
|
IAMClient.ListServiceAccountsPagedResponse |
IAMClient.listServiceAccounts(String name)
Lists every [ServiceAccount][google.iam.admin.v1.ServiceAccount] that belongs to a specific
project.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<IAMClient.ListServiceAccountsPagedResponse> |
IAMClient.ListServiceAccountsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListServiceAccountsRequest,ListServiceAccountsResponse,ServiceAccount> context,
com.google.api.core.ApiFuture<ListServiceAccountsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListServiceAccountsRequest,IAMClient.ListServiceAccountsPagedResponse> |
IAMClient.listServiceAccountsPagedCallable()
Lists every [ServiceAccount][google.iam.admin.v1.ServiceAccount] that belongs to a specific
project.
|
com.google.api.gax.rpc.PagedCallSettings<ListServiceAccountsRequest,ListServiceAccountsResponse,IAMClient.ListServiceAccountsPagedResponse> |
IAMSettings.listServiceAccountsSettings()
Returns the object with the settings used for calls to listServiceAccounts.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListServiceAccountsRequest,ListServiceAccountsResponse,IAMClient.ListServiceAccountsPagedResponse> |
IAMSettings.Builder.listServiceAccountsSettings()
Returns the builder for the settings used for calls to listServiceAccounts.
|
Copyright © 2025 Google LLC. All rights reserved.