public static final class AssetServiceGrpc.AssetServiceFutureStub extends io.grpc.stub.AbstractFutureStub<AssetServiceGrpc.AssetServiceFutureStub>
Asset service definition.
| Modifier and Type | Method and Description |
|---|---|
protected AssetServiceGrpc.AssetServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<SearchAllIamPoliciesResponse> |
searchAllIamPolicies(SearchAllIamPoliciesRequest request)
Searches all the IAM policies under a given accessible CRM scope
(project/folder/organization).
|
com.google.common.util.concurrent.ListenableFuture<SearchAllResourcesResponse> |
searchAllResources(SearchAllResourcesRequest request)
Searches all the resources under a given accessible CRM scope
(project/folder/organization).
|
protected AssetServiceGrpc.AssetServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<SearchAllResourcesResponse> searchAllResources(SearchAllResourcesRequest request)
Searches all the resources under a given accessible CRM scope (project/folder/organization). This RPC gives callers especially admins the ability to search all the resources under a scope, even if they don't have .get permission of all the resources. Callers should have cloud.assets.SearchAllResources permission on the requested scope, otherwise it will be rejected.
public com.google.common.util.concurrent.ListenableFuture<SearchAllIamPoliciesResponse> searchAllIamPolicies(SearchAllIamPoliciesRequest request)
Searches all the IAM policies under a given accessible CRM scope (project/folder/organization). This RPC gives callers especially admins the ability to search all the IAM policies under a scope, even if they don't have .getIamPolicy permission of all the IAM policies. Callers should have cloud.assets.SearchAllIamPolicies permission on the requested scope, otherwise it will be rejected.
Copyright © 2021 Google LLC. All rights reserved.