Interface KeyDashboardServiceGrpc.AsyncService
-
- All Known Implementing Classes:
KeyDashboardServiceGrpc.KeyDashboardServiceImplBase
- Enclosing class:
- KeyDashboardServiceGrpc
public static interface KeyDashboardServiceGrpc.AsyncService
Provides a cross-region view of all Cloud KMS keys in a given Cloud project.
-
-
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
listCryptoKeys(ListCryptoKeysRequest request, io.grpc.stub.StreamObserver<ListCryptoKeysResponse> responseObserver)
Returns cryptographic keys managed by Cloud KMS in a given Cloud project.
-
-
-
Method Detail
-
listCryptoKeys
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.
-
-