Uses of Class
com.google.cloud.kms.v1.EncryptRequest
-
Packages that use EncryptRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of EncryptRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return EncryptRequest Modifier and Type Method Description EncryptRequest
EncryptRequest.Builder. build()
EncryptRequest
EncryptRequest.Builder. buildPartial()
static EncryptRequest
EncryptRequest. getDefaultInstance()
EncryptRequest
EncryptRequest.Builder. getDefaultInstanceForType()
EncryptRequest
EncryptRequest. getDefaultInstanceForType()
static EncryptRequest
EncryptRequest. parseDelimitedFrom(InputStream input)
static EncryptRequest
EncryptRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptRequest
EncryptRequest. parseFrom(byte[] data)
static EncryptRequest
EncryptRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptRequest
EncryptRequest. parseFrom(com.google.protobuf.ByteString data)
static EncryptRequest
EncryptRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptRequest
EncryptRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static EncryptRequest
EncryptRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptRequest
EncryptRequest. parseFrom(InputStream input)
static EncryptRequest
EncryptRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static EncryptRequest
EncryptRequest. parseFrom(ByteBuffer data)
static EncryptRequest
EncryptRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.kms.v1 that return types with arguments of type EncryptRequest Modifier and Type Method Description com.google.api.gax.rpc.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].com.google.api.gax.rpc.UnaryCallSettings.Builder<EncryptRequest,EncryptResponse>
KeyManagementServiceSettings.Builder. encryptSettings()
Returns the builder for the settings used for calls to encrypt.com.google.api.gax.rpc.UnaryCallSettings<EncryptRequest,EncryptResponse>
KeyManagementServiceSettings. encryptSettings()
Returns the object with the settings used for calls to encrypt.static io.grpc.MethodDescriptor<EncryptRequest,EncryptResponse>
KeyManagementServiceGrpc. getEncryptMethod()
com.google.protobuf.Parser<EncryptRequest>
EncryptRequest. getParserForType()
static com.google.protobuf.Parser<EncryptRequest>
EncryptRequest. parser()
Methods in com.google.cloud.kms.v1 with parameters of type EncryptRequest Modifier and Type Method Description 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].default void
KeyManagementServiceGrpc.AsyncService. encrypt(EncryptRequest request, io.grpc.stub.StreamObserver<EncryptResponse> responseObserver)
Encrypts data, so that it can only be recovered by a call to [Decrypt][google.cloud.kms.v1.KeyManagementService.Decrypt].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].void
KeyManagementServiceGrpc.KeyManagementServiceStub. encrypt(EncryptRequest request, io.grpc.stub.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)
-
Uses of EncryptRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type EncryptRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<EncryptRequest,EncryptResponse>
GrpcKeyManagementServiceStub. encryptCallable()
com.google.api.gax.rpc.UnaryCallable<EncryptRequest,EncryptResponse>
HttpJsonKeyManagementServiceStub. encryptCallable()
com.google.api.gax.rpc.UnaryCallable<EncryptRequest,EncryptResponse>
KeyManagementServiceStub. encryptCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<EncryptRequest,EncryptResponse>
KeyManagementServiceStubSettings.Builder. encryptSettings()
Returns the builder for the settings used for calls to encrypt.com.google.api.gax.rpc.UnaryCallSettings<EncryptRequest,EncryptResponse>
KeyManagementServiceStubSettings. encryptSettings()
Returns the object with the settings used for calls to encrypt.
-