public static final class AssetServiceGrpc.AssetServiceBlockingStub extends io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceBlockingStub>
Asset service definition.
| Modifier and Type | Method and Description |
|---|---|
protected AssetServiceGrpc.AssetServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
SearchAllIamPoliciesResponse |
searchAllIamPolicies(SearchAllIamPoliciesRequest request)
Searches all the IAM policies under a given accessible CRM scope
(project/folder/organization).
|
SearchAllResourcesResponse |
searchAllResources(SearchAllResourcesRequest request)
Searches all the resources under a given accessible CRM scope
(project/folder/organization).
|
SearchIamPoliciesResponse |
searchIamPolicies(SearchIamPoliciesRequest request)
Searches IAM policies which are accessible with .getIamPolicy permission.
|
SearchResourcesResponse |
searchResources(SearchResourcesRequest request)
Searches resources which are accessible with .get permission.
|
getCallOptions, getChannel, newStub, newStub, withCallCredentials, withChannel, withCompression, withDeadline, withDeadlineAfter, withExecutor, withInterceptors, withMaxInboundMessageSize, withMaxOutboundMessageSize, withOption, withWaitForReadyprotected AssetServiceGrpc.AssetServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<AssetServiceGrpc.AssetServiceBlockingStub>public SearchResourcesResponse searchResources(SearchResourcesRequest request)
Searches resources which are accessible with .get permission.
public SearchIamPoliciesResponse searchIamPolicies(SearchIamPoliciesRequest request)
Searches IAM policies which are accessible with .getIamPolicy permission.
public 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 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 © 2020 Google LLC. All rights reserved.