Uses of Class
com.google.cloud.iam.admin.v1.IAMClient.QueryGrantableRolesPagedResponse
-
Packages that use IAMClient.QueryGrantableRolesPagedResponse Package Description com.google.cloud.iam.admin.v1 A client to Identity and Access Management (IAM) APIcom.google.cloud.iam.admin.v1.stub -
-
Uses of IAMClient.QueryGrantableRolesPagedResponse in com.google.cloud.iam.admin.v1
Methods in com.google.cloud.iam.admin.v1 that return IAMClient.QueryGrantableRolesPagedResponse Modifier and Type Method 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.Methods in com.google.cloud.iam.admin.v1 that return types with arguments of type IAMClient.QueryGrantableRolesPagedResponse Modifier and Type Method 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.Builder<QueryGrantableRolesRequest,QueryGrantableRolesResponse,IAMClient.QueryGrantableRolesPagedResponse>
IAMSettings.Builder. queryGrantableRolesSettings()
Returns the builder for the settings used for calls to queryGrantableRoles.com.google.api.gax.rpc.PagedCallSettings<QueryGrantableRolesRequest,QueryGrantableRolesResponse,IAMClient.QueryGrantableRolesPagedResponse>
IAMSettings. queryGrantableRolesSettings()
Returns the object with the settings used for calls to queryGrantableRoles. -
Uses of IAMClient.QueryGrantableRolesPagedResponse in com.google.cloud.iam.admin.v1.stub
-