Uses of Class
com.google.cloud.kms.v1.RawEncryptResponse
-
Packages that use RawEncryptResponse Package Description com.google.cloud.kms.v1 A client to Cloud Key Management Service (KMS) APIcom.google.cloud.kms.v1.stub -
-
Uses of RawEncryptResponse in com.google.cloud.kms.v1
Methods in com.google.cloud.kms.v1 that return RawEncryptResponse Modifier and Type Method Description RawEncryptResponse
RawEncryptResponse.Builder. build()
RawEncryptResponse
RawEncryptResponse.Builder. buildPartial()
static RawEncryptResponse
RawEncryptResponse. getDefaultInstance()
RawEncryptResponse
RawEncryptResponse.Builder. getDefaultInstanceForType()
RawEncryptResponse
RawEncryptResponse. getDefaultInstanceForType()
static RawEncryptResponse
RawEncryptResponse. parseDelimitedFrom(InputStream input)
static RawEncryptResponse
RawEncryptResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawEncryptResponse
RawEncryptResponse. parseFrom(byte[] data)
static RawEncryptResponse
RawEncryptResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawEncryptResponse
RawEncryptResponse. parseFrom(com.google.protobuf.ByteString data)
static RawEncryptResponse
RawEncryptResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawEncryptResponse
RawEncryptResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static RawEncryptResponse
RawEncryptResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawEncryptResponse
RawEncryptResponse. parseFrom(InputStream input)
static RawEncryptResponse
RawEncryptResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static RawEncryptResponse
RawEncryptResponse. parseFrom(ByteBuffer data)
static RawEncryptResponse
RawEncryptResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
RawEncryptResponse
KeyManagementServiceClient. rawEncrypt(RawEncryptRequest request)
Encrypts data using portable cryptographic primitives.RawEncryptResponse
KeyManagementServiceGrpc.KeyManagementServiceBlockingStub. rawEncrypt(RawEncryptRequest request)
Encrypts data using portable cryptographic primitives.Methods in com.google.cloud.kms.v1 that return types with arguments of type RawEncryptResponse Modifier and Type Method Description com.google.protobuf.Parser<RawEncryptResponse>
RawEncryptResponse. getParserForType()
static io.grpc.MethodDescriptor<RawEncryptRequest,RawEncryptResponse>
KeyManagementServiceGrpc. getRawEncryptMethod()
static com.google.protobuf.Parser<RawEncryptResponse>
RawEncryptResponse. parser()
com.google.common.util.concurrent.ListenableFuture<RawEncryptResponse>
KeyManagementServiceGrpc.KeyManagementServiceFutureStub. rawEncrypt(RawEncryptRequest request)
Encrypts data using portable cryptographic primitives.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 RawEncryptResponse Modifier and Type Method Description RawEncryptResponse.Builder
RawEncryptResponse.Builder. mergeFrom(RawEncryptResponse other)
static RawEncryptResponse.Builder
RawEncryptResponse. newBuilder(RawEncryptResponse prototype)
Method parameters in com.google.cloud.kms.v1 with type arguments of type RawEncryptResponse Modifier and Type Method Description default void
KeyManagementServiceGrpc.AsyncService. rawEncrypt(RawEncryptRequest request, io.grpc.stub.StreamObserver<RawEncryptResponse> responseObserver)
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 RawEncryptResponse in com.google.cloud.kms.v1.stub
Methods in com.google.cloud.kms.v1.stub that return types with arguments of type RawEncryptResponse 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.
-