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 |
---|---|
UnaryCallable<DecryptRequest,DecryptResponse> |
KeyManagementServiceClient.decryptCallable()
Decrypts data that was protected by
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
UnaryCallSettings<DecryptRequest,DecryptResponse> |
KeyManagementServiceSettings.decryptSettings()
Returns the object with the settings used for calls to decrypt.
|
UnaryCallSettings.Builder<DecryptRequest,DecryptResponse> |
KeyManagementServiceSettings.Builder.decryptSettings()
Returns the builder for the settings used for calls to decrypt.
|
static MethodDescriptor<DecryptRequest,DecryptResponse> |
KeyManagementServiceGrpc.getDecryptMethod() |
Parser<DecryptRequest> |
DecryptRequest.getParserForType() |
static Parser<DecryptRequest> |
DecryptRequest.parser() |
Modifier and Type | Method and Description |
---|---|
DecryptResponse |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.decrypt(DecryptRequest request)
Decrypts data that was protected by
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
com.google.common.util.concurrent.ListenableFuture<DecryptResponse> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.decrypt(DecryptRequest request)
Decrypts data that was protected by
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
DecryptResponse |
KeyManagementServiceClient.decrypt(DecryptRequest request)
Decrypts data that was protected by
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.decrypt(DecryptRequest request,
StreamObserver<DecryptResponse> responseObserver)
Decrypts data that was protected by
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.decrypt(DecryptRequest request,
StreamObserver<DecryptResponse> responseObserver)
Decrypts data that was protected by
[Encrypt][google.cloud.kms.v1.KeyManagementService.Encrypt].
|
DecryptRequest.Builder |
DecryptRequest.Builder.mergeFrom(DecryptRequest other) |
static DecryptRequest.Builder |
DecryptRequest.newBuilder(DecryptRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<DecryptRequest,DecryptResponse> |
HttpJsonKeyManagementServiceStub.decryptCallable() |
UnaryCallable<DecryptRequest,DecryptResponse> |
KeyManagementServiceStub.decryptCallable() |
UnaryCallable<DecryptRequest,DecryptResponse> |
GrpcKeyManagementServiceStub.decryptCallable() |
UnaryCallSettings<DecryptRequest,DecryptResponse> |
KeyManagementServiceStubSettings.decryptSettings()
Returns the object with the settings used for calls to decrypt.
|
UnaryCallSettings.Builder<DecryptRequest,DecryptResponse> |
KeyManagementServiceStubSettings.Builder.decryptSettings()
Returns the builder for the settings used for calls to decrypt.
|
Copyright © 2022 Google LLC. All rights reserved.