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