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<EncryptRequest,EncryptResponse> |
KeyManagementServiceClient.encryptCallable()
Encrypts data, so that it can only be recovered by a call to
[Decrypt][google.cloud.kms.v1.KeyManagementService.Decrypt].
|
UnaryCallSettings<EncryptRequest,EncryptResponse> |
KeyManagementServiceSettings.encryptSettings()
Returns the object with the settings used for calls to encrypt.
|
UnaryCallSettings.Builder<EncryptRequest,EncryptResponse> |
KeyManagementServiceSettings.Builder.encryptSettings()
Returns the builder for the settings used for calls to encrypt.
|
static MethodDescriptor<EncryptRequest,EncryptResponse> |
KeyManagementServiceGrpc.getEncryptMethod() |
Parser<EncryptRequest> |
EncryptRequest.getParserForType() |
static Parser<EncryptRequest> |
EncryptRequest.parser() |
Modifier and Type | Method and Description |
---|---|
EncryptResponse |
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub.encrypt(EncryptRequest request)
Encrypts data, so that it can only be recovered by a call to
[Decrypt][google.cloud.kms.v1.KeyManagementService.Decrypt].
|
com.google.common.util.concurrent.ListenableFuture<EncryptResponse> |
KeyManagementServiceGrpc.KeyManagementServiceFutureStub.encrypt(EncryptRequest request)
Encrypts data, so that it can only be recovered by a call to
[Decrypt][google.cloud.kms.v1.KeyManagementService.Decrypt].
|
EncryptResponse |
KeyManagementServiceClient.encrypt(EncryptRequest request)
Encrypts data, so that it can only be recovered by a call to
[Decrypt][google.cloud.kms.v1.KeyManagementService.Decrypt].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceImplBase.encrypt(EncryptRequest request,
StreamObserver<EncryptResponse> responseObserver)
Encrypts data, so that it can only be recovered by a call to
[Decrypt][google.cloud.kms.v1.KeyManagementService.Decrypt].
|
void |
KeyManagementServiceGrpc.KeyManagementServiceStub.encrypt(EncryptRequest request,
StreamObserver<EncryptResponse> responseObserver)
Encrypts data, so that it can only be recovered by a call to
[Decrypt][google.cloud.kms.v1.KeyManagementService.Decrypt].
|
EncryptRequest.Builder |
EncryptRequest.Builder.mergeFrom(EncryptRequest other) |
static EncryptRequest.Builder |
EncryptRequest.newBuilder(EncryptRequest prototype) |
Modifier and Type | Method and Description |
---|---|
UnaryCallable<EncryptRequest,EncryptResponse> |
HttpJsonKeyManagementServiceStub.encryptCallable() |
UnaryCallable<EncryptRequest,EncryptResponse> |
KeyManagementServiceStub.encryptCallable() |
UnaryCallable<EncryptRequest,EncryptResponse> |
GrpcKeyManagementServiceStub.encryptCallable() |
UnaryCallSettings<EncryptRequest,EncryptResponse> |
KeyManagementServiceStubSettings.encryptSettings()
Returns the object with the settings used for calls to encrypt.
|
UnaryCallSettings.Builder<EncryptRequest,EncryptResponse> |
KeyManagementServiceStubSettings.Builder.encryptSettings()
Returns the builder for the settings used for calls to encrypt.
|
Copyright © 2022 Google LLC. All rights reserved.