Package | Description |
---|---|
com.google.cloud.kms.v1 |
A client to Cloud Key Management Service (KMS) API
|
com.google.cloud.kms.v1.stub |
Modifier and Type | Method and Description |
---|---|
static MethodDescriptor<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceGrpc.getGetPublicKeyMethod() |
Parser<GetPublicKeyRequest> |
GetPublicKeyRequest.getParserForType() |
UnaryCallable<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceClient.getPublicKeyCallable()
Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
UnaryCallSettings<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceSettings.getPublicKeySettings()
Returns the object with the settings used for calls to getPublicKey.
|
UnaryCallSettings.Builder<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceSettings.Builder.getPublicKeySettings()
Returns the builder for the settings used for calls to getPublicKey.
|
static Parser<GetPublicKeyRequest> |
GetPublicKeyRequest.parser() |
Modifier and Type | Method and Description |
---|---|
PublicKey |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.getPublicKey(GetPublicKeyRequest request)
Returns the public key for the given
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
com.google.common.util.concurrent.ListenableFuture<PublicKey> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.getPublicKey(GetPublicKeyRequest request)
Returns the public key for the given
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
PublicKey |
KeyManagementServiceClient.getPublicKey(GetPublicKeyRequest request)
Returns the public key for the given [CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.getPublicKey(GetPublicKeyRequest request,
StreamObserver<PublicKey> responseObserver)
Returns the public key for the given
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.getPublicKey(GetPublicKeyRequest request,
StreamObserver<PublicKey> responseObserver)
Returns the public key for the given
[CryptoKeyVersion][google.cloud.kms.v1.CryptoKeyVersion].
|
GetPublicKeyRequest.Builder |
GetPublicKeyRequest.Builder.mergeFrom(GetPublicKeyRequest other) |
static GetPublicKeyRequest.Builder |
GetPublicKeyRequest.newBuilder(GetPublicKeyRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<GetPublicKeyRequest,PublicKey> |
HttpJsonKeyManagementServiceStub.getPublicKeyCallable() |
UnaryCallable<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceStub.getPublicKeyCallable() |
UnaryCallable<GetPublicKeyRequest,PublicKey> |
GrpcKeyManagementServiceStub.getPublicKeyCallable() |
UnaryCallSettings<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceStubSettings.getPublicKeySettings()
Returns the object with the settings used for calls to getPublicKey.
|
UnaryCallSettings.Builder<GetPublicKeyRequest,PublicKey> |
KeyManagementServiceStubSettings.Builder.getPublicKeySettings()
Returns the builder for the settings used for calls to getPublicKey.
|
Copyright © 2022 Google LLC. All rights reserved.