Class KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractFutureStub<KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub>
-
- com.google.cloud.kms.inventory.v1.KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub
-
- Enclosing class:
- KeyDashboardServiceGrpc
public static final class KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub extends io.grpc.stub.AbstractFutureStub<KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub>
A stub to allow clients to do ListenableFuture-style rpc calls to service KeyDashboardService.Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
build
protected KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<KeyDashboardServiceGrpc.KeyDashboardServiceFutureStub>
-
listCryptoKeys
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.
-
-