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 RawEncryptResponseRawEncryptResponse.Builder. build()RawEncryptResponseRawEncryptResponse.Builder. buildPartial()static RawEncryptResponseRawEncryptResponse. getDefaultInstance()RawEncryptResponseRawEncryptResponse.Builder. getDefaultInstanceForType()RawEncryptResponseRawEncryptResponse. getDefaultInstanceForType()static RawEncryptResponseRawEncryptResponse. parseDelimitedFrom(InputStream input)static RawEncryptResponseRawEncryptResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawEncryptResponseRawEncryptResponse. parseFrom(byte[] data)static RawEncryptResponseRawEncryptResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawEncryptResponseRawEncryptResponse. parseFrom(com.google.protobuf.ByteString data)static RawEncryptResponseRawEncryptResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawEncryptResponseRawEncryptResponse. parseFrom(com.google.protobuf.CodedInputStream input)static RawEncryptResponseRawEncryptResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawEncryptResponseRawEncryptResponse. parseFrom(InputStream input)static RawEncryptResponseRawEncryptResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static RawEncryptResponseRawEncryptResponse. parseFrom(ByteBuffer data)static RawEncryptResponseRawEncryptResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)RawEncryptResponseKeyManagementServiceClient. rawEncrypt(RawEncryptRequest request)Encrypts data using portable cryptographic primitives.RawEncryptResponseKeyManagementServiceGrpc.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.BuilderRawEncryptResponse.Builder. mergeFrom(RawEncryptResponse other)static RawEncryptResponse.BuilderRawEncryptResponse. newBuilder(RawEncryptResponse prototype)Method parameters in com.google.cloud.kms.v1 with type arguments of type RawEncryptResponse Modifier and Type Method Description default voidKeyManagementServiceGrpc.AsyncService. rawEncrypt(RawEncryptRequest request, io.grpc.stub.StreamObserver<RawEncryptResponse> responseObserver)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 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.
-