Uses of Class
com.google.cloud.iam.admin.v1.IAMClient.ListServiceAccountsPage
-
Packages that use IAMClient.ListServiceAccountsPage Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) API -
-
Uses of IAMClient.ListServiceAccountsPage in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return IAMClient.ListServiceAccountsPage Modifier and Type Method Description protected IAMClient.ListServiceAccountsPage
IAMClient.ListServiceAccountsPage. createPage(com.google.api.gax.rpc.PageContext<ListServiceAccountsRequest,ListServiceAccountsResponse,ServiceAccount> context, ListServiceAccountsResponse response)
Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type IAMClient.ListServiceAccountsPage Modifier and Type Method Description com.google.api.core.ApiFuture<IAMClient.ListServiceAccountsPage>
IAMClient.ListServiceAccountsPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListServiceAccountsRequest,ListServiceAccountsResponse,ServiceAccount> context, com.google.api.core.ApiFuture<ListServiceAccountsResponse> futureResponse)
Method parameters in com.google.cloud.iam.admin.v1 with type arguments of type IAMClient.ListServiceAccountsPage Modifier and Type Method Description protected IAMClient.ListServiceAccountsFixedSizeCollection
IAMClient.ListServiceAccountsFixedSizeCollection. createCollection(List<IAMClient.ListServiceAccountsPage> pages, int collectionSize)
-