public static final class KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub extends io.grpc.stub.AbstractFutureStub<KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub>
Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
| Modifier and Type | Method and Description |
|---|---|
protected KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
com.google.common.util.concurrent.ListenableFuture<ListCryptoKeysResponse> |
listCryptoKeys(ListCryptoKeysRequest request)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.
|
protected KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub>public com.google.common.util.concurrent.ListenableFuture<ListCryptoKeysResponse> listCryptoKeys(ListCryptoKeysRequest request)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project. Note that this data is sourced from snapshots, meaning it may not completely reflect the actual state of key metadata at call time.
Copyright © 2024 Google LLC. All rights reserved.