public static final class KeyDashboardServiceGrpc.KeyDashboardServiceStub extends io.grpc.stub.AbstractAsyncStub<KeyDashboardServiceGrpc.KeyDashboardServiceStub>
Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
| Modifier and Type | Method and 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.
|
protected KeyDashboardServiceGrpc.KeyDashboardServiceStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<KeyDashboardServiceGrpc.KeyDashboardServiceStub>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.
Copyright © 2024 Google LLC. All rights reserved.