Class AssetServiceGrpc.AssetServiceBlockingStub (3.2.17)

public static final class AssetServiceGrpc.AssetServiceBlockingStub extends AbstractBlockingStub<AssetServiceGrpc.AssetServiceBlockingStub>

Asset service definition.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractBlockingStub > AssetServiceGrpc.AssetServiceBlockingStub

Methods

build(Channel channel, CallOptions callOptions)

protected AssetServiceGrpc.AssetServiceBlockingStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
AssetServiceGrpc.AssetServiceBlockingStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

searchAllIamPolicies(SearchAllIamPoliciesRequest request)

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.

Parameter
NameDescription
requestSearchAllIamPoliciesRequest
Returns
TypeDescription
SearchAllIamPoliciesResponse

searchAllResources(SearchAllResourcesRequest request)

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.

Parameter
NameDescription
requestSearchAllResourcesRequest
Returns
TypeDescription
SearchAllResourcesResponse