Interface KeyTrackingServiceGrpc.AsyncService (0.31.0)

public static interface KeyTrackingServiceGrpc.AsyncService

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

Methods

getProtectedResourcesSummary(GetProtectedResourcesSummaryRequest request, StreamObserver<ProtectedResourcesSummary> responseObserver)

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

Returns aggregate information about the resources protected by the given Cloud KMS CryptoKey. Only resources within the same Cloud organization as the key will be returned. The project that holds the key must be part of an organization in order for this call to succeed.

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

searchProtectedResources(SearchProtectedResourcesRequest request, StreamObserver<SearchProtectedResourcesResponse> responseObserver)

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

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

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