Class KeyTrackingServiceGrpc.KeyTrackingServiceStub (0.76.0)

public static final class KeyTrackingServiceGrpc.KeyTrackingServiceStub extends AbstractAsyncStub<KeyTrackingServiceGrpc.KeyTrackingServiceStub>

A stub to allow clients to do asynchronous rpc calls to service KeyTrackingService.

Returns information about the resources in an org that are protected by a given Cloud KMS key via CMEK.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > KeyTrackingServiceGrpc.KeyTrackingServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected KeyTrackingServiceGrpc.KeyTrackingServiceStub build(Channel channel, CallOptions callOptions)
Parameters
Name Description
channel io.grpc.Channel
callOptions io.grpc.CallOptions
Returns
Type Description
KeyTrackingServiceGrpc.KeyTrackingServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

getProtectedResourcesSummary(GetProtectedResourcesSummaryRequest request, StreamObserver<ProtectedResourcesSummary> responseObserver)

public void getProtectedResourcesSummary(GetProtectedResourcesSummaryRequest request, StreamObserver<ProtectedResourcesSummary> responseObserver)

Returns aggregate information about the resources protected by the given Cloud KMS CryptoKey. By default, summary of resources within the same Cloud organization as the key will be returned, which requires the KMS organization service account to be configured(refer https://docs.cloud.google.com/kms/docs/view-key-usage#required-roles). If the KMS organization service account is not configured or key's project is not part of an organization, set fallback_scope to FALLBACK_SCOPE_PROJECT to retrieve a summary of protected resources within the key's project.

Parameters
Name Description
request GetProtectedResourcesSummaryRequest
responseObserver io.grpc.stub.StreamObserver<ProtectedResourcesSummary>

searchProtectedResources(SearchProtectedResourcesRequest request, StreamObserver<SearchProtectedResourcesResponse> responseObserver)

public void searchProtectedResources(SearchProtectedResourcesRequest request, StreamObserver<SearchProtectedResourcesResponse> responseObserver)

Returns metadata about the resources protected by the given Cloud KMS CryptoKey in the given Cloud organization/project.

Parameters
Name Description
request SearchProtectedResourcesRequest
responseObserver io.grpc.stub.StreamObserver<SearchProtectedResourcesResponse>