Uses of Class
io.dapr.v1.DaprProtos.DecryptRequest
-
Uses of DaprProtos.DecryptRequest in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.DecryptRequest.Builder.build()
DaprProtos.DecryptRequest.Builder.buildPartial()
static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.getDefaultInstance()
DaprProtos.DecryptRequest.Builder.getDefaultInstanceForType()
DaprProtos.DecryptRequest.getDefaultInstanceForType()
static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseDelimitedFrom
(InputStream input) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseFrom
(byte[] data) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseFrom
(com.google.protobuf.ByteString data) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseFrom
(InputStream input) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseFrom
(ByteBuffer data) static DaprProtos.DecryptRequest
DaprProtos.DecryptRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptiondefault io.grpc.stub.StreamObserver<DaprProtos.DecryptRequest>
DaprGrpc.AsyncService.decryptAlpha1
(io.grpc.stub.StreamObserver<DaprProtos.DecryptResponse> responseObserver) DecryptAlpha1 decrypts a message using the Dapr encryption scheme and a key stored in the vault.io.grpc.stub.StreamObserver<DaprProtos.DecryptRequest>
DaprGrpc.DaprStub.decryptAlpha1
(io.grpc.stub.StreamObserver<DaprProtos.DecryptResponse> responseObserver) DecryptAlpha1 decrypts a message using the Dapr encryption scheme and a key stored in the vault.static io.grpc.MethodDescriptor<DaprProtos.DecryptRequest,
DaprProtos.DecryptResponse> DaprGrpc.getDecryptAlpha1Method()
com.google.protobuf.Parser<DaprProtos.DecryptRequest>
DaprProtos.DecryptRequest.getParserForType()
static com.google.protobuf.Parser<DaprProtos.DecryptRequest>
DaprProtos.DecryptRequest.parser()
Modifier and TypeMethodDescriptionDaprProtos.DecryptRequest.Builder.mergeFrom
(DaprProtos.DecryptRequest other) DaprProtos.DecryptRequest.newBuilder
(DaprProtos.DecryptRequest prototype)