public static interface KeyDashboardServiceGrpc.AsyncService
Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
| Modifier and Type | Method and Description |
|---|---|
default void |
listCryptoKeys(ListCryptoKeysRequest request,
io.grpc.stub.StreamObserver<ListCryptoKeysResponse> responseObserver)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.
|
default 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.