Class KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub>
-
- com.google.cloud.kms.inventory.v1.KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub
-
- Enclosing class:
- KeyDashboardServiceGrpc
public static final class KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub extends io.grpc.stub.AbstractBlockingStub<KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub>
A stub to allow clients to do synchronous 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.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.
-
-
-
Method Detail
-
build
protected KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<KeyDashboardServiceGrpc.KeyDashboardServiceBlockingStub>
-
listCryptoKeys
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.
-
-