Class KeyDashboardServiceGrpc.KeyDashboardServiceStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractAsyncStub<KeyDashboardServiceGrpc.KeyDashboardServiceStub>
-
- com.google.cloud.kms.inventory.v1.KeyDashboardServiceGrpc.KeyDashboardServiceStub
-
- Enclosing class:
- KeyDashboardServiceGrpc
public static final class KeyDashboardServiceGrpc.KeyDashboardServiceStub extends io.grpc.stub.AbstractAsyncStub<KeyDashboardServiceGrpc.KeyDashboardServiceStub>
A stub to allow clients to do asynchronous 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.KeyDashboardServiceStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
void
listCryptoKeys(ListCryptoKeysRequest request, io.grpc.stub.StreamObserver<ListCryptoKeysResponse> responseObserver)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.
-
-
-
Method Detail
-
build
protected KeyDashboardServiceGrpc.KeyDashboardServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<KeyDashboardServiceGrpc.KeyDashboardServiceStub>
-
listCryptoKeys
public void listCryptoKeys(ListCryptoKeysRequest request, io.grpc.stub.StreamObserver<ListCryptoKeysResponse> responseObserver)
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.
-
-