Class AssetServiceGrpc.AssetServiceBlockingStub (3.46.0)

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

A stub to allow clients to do synchronous rpc calls to service AssetService.

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
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
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 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 cloudasset.assets.searchAllIamPolicies permission on the requested scope, otherwise the request will be rejected.

Parameter
Name Description
request SearchAllIamPoliciesRequest
Returns
Type Description
SearchAllIamPoliciesResponse

searchAllResources(SearchAllResourcesRequest request)

public SearchAllResourcesResponse searchAllResources(SearchAllResourcesRequest request)

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 cloudasset.assets.searchAllResources permission on the requested scope, otherwise the request will be rejected.

Parameter
Name Description
request SearchAllResourcesRequest
Returns
Type Description
SearchAllResourcesResponse