Package com.google.cloud.asset.v1p1beta1
Interface AssetServiceGrpc.AsyncService
-
- All Known Implementing Classes:
AssetServiceGrpc.AssetServiceImplBase
- Enclosing class:
- AssetServiceGrpc
public static interface AssetServiceGrpc.AsyncService
Asset service definition.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
searchAllIamPolicies(SearchAllIamPoliciesRequest request, io.grpc.stub.StreamObserver<SearchAllIamPoliciesResponse> responseObserver)
Searches all the IAM policies within a given accessible Resource Manager scope (project/folder/organization).default void
searchAllResources(SearchAllResourcesRequest request, io.grpc.stub.StreamObserver<SearchAllResourcesResponse> responseObserver)
Searches all the resources within a given accessible Resource Manager scope (project/folder/organization).
-
-
-
Method Detail
-
searchAllResources
default void searchAllResources(SearchAllResourcesRequest request, io.grpc.stub.StreamObserver<SearchAllResourcesResponse> responseObserver)
Searches all the resources within a given accessible Resource Manager scope (project/folder/organization). This RPC gives callers especially administrators the ability to search all the resources within 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 the request will be rejected.
-
searchAllIamPolicies
default void searchAllIamPolicies(SearchAllIamPoliciesRequest request, io.grpc.stub.StreamObserver<SearchAllIamPoliciesResponse> responseObserver)
Searches all the IAM policies within a given accessible Resource Manager scope (project/folder/organization). This RPC gives callers especially administrators the ability to search all the IAM policies within 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 the request will be rejected.
-
-