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 RawEncryptRequestRawEncryptRequest.Builder. build()RawEncryptRequestRawEncryptRequest.Builder. buildPartial()static RawEncryptRequestRawEncryptRequest. getDefaultInstance()RawEncryptRequestRawEncryptRequest.Builder. getDefaultInstanceForType()RawEncryptRequestRawEncryptRequest. getDefaultInstanceForType()static RawEncryptRequestRawEncryptRequest. parseDelimitedFrom(InputStream input)static RawEncryptRequestRawEncryptRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawEncryptRequestRawEncryptRequest. parseFrom(byte[] data)static RawEncryptRequestRawEncryptRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawEncryptRequestRawEncryptRequest. parseFrom(com.google.protobuf.ByteString data)static RawEncryptRequestRawEncryptRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawEncryptRequestRawEncryptRequest. parseFrom(com.google.protobuf.CodedInputStream input)static RawEncryptRequestRawEncryptRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawEncryptRequestRawEncryptRequest. parseFrom(InputStream input)static RawEncryptRequestRawEncryptRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawEncryptRequestRawEncryptRequest. parseFrom(ByteBuffer data)static RawEncryptRequestRawEncryptRequest. 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.BuilderRawEncryptRequest.Builder. mergeFrom(RawEncryptRequest other)static RawEncryptRequest.BuilderRawEncryptRequest. newBuilder(RawEncryptRequest prototype)RawEncryptResponseKeyManagementServiceClient. rawEncrypt(RawEncryptRequest request)Encrypts data using portable cryptographic primitives.default voidKeyManagementServiceGrpc.AsyncService. rawEncrypt(RawEncryptRequest request, io.grpc.stub.StreamObserver<RawEncryptResponse> responseObserver)Encrypts data using portable cryptographic primitives.RawEncryptResponseKeyManagementServiceGrpc.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.voidKeyManagementServiceGrpc.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.
-