public static final class KeyTrackingServiceGrpc.KeyTrackingServiceFutureStub extends io.grpc.stub.AbstractFutureStub<KeyTrackingServiceGrpc.KeyTrackingServiceFutureStub>
Returns information about the resources in an org that are protected by a given Cloud KMS key via CMEK.
| Modifier and Type | Method and Description |
|---|---|
protected KeyTrackingServiceGrpc.KeyTrackingServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ProtectedResourcesSummary> |
getProtectedResourcesSummary(GetProtectedResourcesSummaryRequest request)
Returns aggregate information about the resources protected by the given
Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey].
|
com.google.common.util.concurrent.ListenableFuture<SearchProtectedResourcesResponse> |
searchProtectedResources(SearchProtectedResourcesRequest request)
Returns metadata about the resources protected by the given Cloud KMS
[CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.
|
protected KeyTrackingServiceGrpc.KeyTrackingServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<KeyTrackingServiceGrpc.KeyTrackingServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<ProtectedResourcesSummary> getProtectedResourcesSummary(GetProtectedResourcesSummaryRequest request)
Returns aggregate information about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.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.
public com.google.common.util.concurrent.ListenableFuture<SearchProtectedResourcesResponse> searchProtectedResources(SearchProtectedResourcesRequest request)
Returns metadata about the resources protected by the given Cloud KMS [CryptoKey][google.cloud.kms.v1.CryptoKey] in the given Cloud organization.
Copyright © 2024 Google LLC. All rights reserved.