Uses of Class
com.google.cloud.kms.v1.RawEncryptRequest
-
Packages that use RawEncryptRequest Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of RawEncryptRequest in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return RawEncryptRequest Modifier and Type Method Description RawEncryptRequest
RawEncryptRequest.Builder. build()
RawEncryptRequest
RawEncryptRequest.Builder. buildPartial()
static RawEncryptRequest
RawEncryptRequest. getDefaultInstance()
RawEncryptRequest
RawEncryptRequest.Builder. getDefaultInstanceForType()
RawEncryptRequest
RawEncryptRequest. getDefaultInstanceForType()
static RawEncryptRequest
RawEncryptRequest. parseDelimitedFrom(InputStream input)
static RawEncryptRequest
RawEncryptRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawEncryptRequest
RawEncryptRequest. parseFrom(byte[] data)
static RawEncryptRequest
RawEncryptRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawEncryptRequest
RawEncryptRequest. parseFrom(com.google.protobuf.ByteString data)
static RawEncryptRequest
RawEncryptRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawEncryptRequest
RawEncryptRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static RawEncryptRequest
RawEncryptRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawEncryptRequest
RawEncryptRequest. parseFrom(InputStream input)
static RawEncryptRequest
RawEncryptRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawEncryptRequest
RawEncryptRequest. parseFrom(ByteBuffer data)
static RawEncryptRequest
RawEncryptRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.kms.v1 that return types with arguments of type RawEncryptRequest Modifier and Type Method Description com.google.protobuf.Parser<RawEncryptRequest>
RawEncryptRequest. getParserForType()
static io.grpc.MethodDescriptor<RawEncryptRequest,RawEncryptResponse>
KeyManagementServiceGrpc. getRawEncryptMethod()
static com.google.protobuf.Parser<RawEncryptRequest>
RawEncryptRequest. parser()
com.google.api.gax.rpc.UnaryCallable<RawEncryptRequest,RawEncryptResponse>
KeyManagementServiceClient. rawEncryptCallable()
Encrypts data using portable cryptographic primitives.com.google.api.gax.rpc.UnaryCallSettings.Builder<RawEncryptRequest,RawEncryptResponse>
KeyManagementServiceSettings.Builder. rawEncryptSettings()
Returns the builder for the settings used for calls to rawEncrypt.com.google.api.gax.rpc.UnaryCallSettings<RawEncryptRequest,RawEncryptResponse>
KeyManagementServiceSettings. rawEncryptSettings()
Returns the object with the settings used for calls to rawEncrypt.Methods in com.google.cloud.kms.v1 with parameters of type RawEncryptRequest Modifier and Type Method Description RawEncryptRequest.Builder
RawEncryptRequest.Builder. mergeFrom(RawEncryptRequest other)
static RawEncryptRequest.Builder
RawEncryptRequest. newBuilder(RawEncryptRequest prototype)
RawEncryptResponse
KeyManagementServiceClient. rawEncrypt(RawEncryptRequest request)
Encrypts data using portable cryptographic primitives.default void
KeyManagementServiceGrpc.AsyncService. rawEncrypt(RawEncryptRequest request, io.grpc.stub.StreamObserver<RawEncryptResponse> responseObserver)
Encrypts data using portable cryptographic primitives.RawEncryptResponse
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub. rawEncrypt(RawEncryptRequest request)
Encrypts data using portable cryptographic primitives.com.google.common.util.concurrent.ListenableFuture<RawEncryptResponse>
KeyManagementServiceGrpc.KeyManagementServiceFutureStub. rawEncrypt(RawEncryptRequest request)
Encrypts data using portable cryptographic primitives.void
KeyManagementServiceGrpc.KeyManagementServiceStub. rawEncrypt(RawEncryptRequest request, io.grpc.stub.StreamObserver<RawEncryptResponse> responseObserver)
Encrypts data using portable cryptographic primitives. -
Uses of RawEncryptRequest in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type RawEncryptRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<RawEncryptRequest,RawEncryptResponse>
GrpcKeyManagementServiceStub. rawEncryptCallable()
com.google.api.gax.rpc.UnaryCallable<RawEncryptRequest,RawEncryptResponse>
HttpJsonKeyManagementServiceStub. rawEncryptCallable()
com.google.api.gax.rpc.UnaryCallable<RawEncryptRequest,RawEncryptResponse>
KeyManagementServiceStub. rawEncryptCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<RawEncryptRequest,RawEncryptResponse>
KeyManagementServiceStubSettings.Builder. rawEncryptSettings()
Returns the builder for the settings used for calls to rawEncrypt.com.google.api.gax.rpc.UnaryCallSettings<RawEncryptRequest,RawEncryptResponse>
KeyManagementServiceStubSettings. rawEncryptSettings()
Returns the object with the settings used for calls to rawEncrypt.
-