public static final class KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub>
Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
| Modifier and Type | Method and Description |
|---|---|
protected KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub |
build(io.grpc.Channel channel,
io.grpc.CallOptions callOptions) |
ListCryptoKeysResponse |
listCryptoKeys(ListCryptoKeysRequest request)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.
|
protected KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
build in class io.grpc.stub.AbstractStub<KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub>public 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.