Uses of Class
io.dapr.v1.DaprProtos.SubtleUnwrapKeyResponse
Packages that use DaprProtos.SubtleUnwrapKeyResponse
-
Uses of DaprProtos.SubtleUnwrapKeyResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.SubtleUnwrapKeyResponseModifier and TypeMethodDescriptionDaprProtos.SubtleUnwrapKeyResponse.Builder.build()
DaprProtos.SubtleUnwrapKeyResponse.Builder.buildPartial()
DaprProtos.SubtleUnwrapKeyResponse.getDefaultInstance()
DaprProtos.SubtleUnwrapKeyResponse.Builder.getDefaultInstanceForType()
DaprProtos.SubtleUnwrapKeyResponse.getDefaultInstanceForType()
DaprProtos.SubtleUnwrapKeyResponse.parseDelimitedFrom
(InputStream input) DaprProtos.SubtleUnwrapKeyResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(byte[] data) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(InputStream input) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(ByteBuffer data) DaprProtos.SubtleUnwrapKeyResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprGrpc.DaprBlockingStub.subtleUnwrapKeyAlpha1
(DaprProtos.SubtleUnwrapKeyRequest request) SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.Methods in io.dapr.v1 that return types with arguments of type DaprProtos.SubtleUnwrapKeyResponseModifier and TypeMethodDescriptioncom.google.protobuf.Parser<DaprProtos.SubtleUnwrapKeyResponse>
DaprProtos.SubtleUnwrapKeyResponse.getParserForType()
static io.grpc.MethodDescriptor<DaprProtos.SubtleUnwrapKeyRequest,
DaprProtos.SubtleUnwrapKeyResponse> DaprGrpc.getSubtleUnwrapKeyAlpha1Method()
static com.google.protobuf.Parser<DaprProtos.SubtleUnwrapKeyResponse>
DaprProtos.SubtleUnwrapKeyResponse.parser()
com.google.common.util.concurrent.ListenableFuture<DaprProtos.SubtleUnwrapKeyResponse>
DaprGrpc.DaprFutureStub.subtleUnwrapKeyAlpha1
(DaprProtos.SubtleUnwrapKeyRequest request) SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.Methods in io.dapr.v1 with parameters of type DaprProtos.SubtleUnwrapKeyResponseModifier and TypeMethodDescriptionDaprProtos.SubtleUnwrapKeyResponse.Builder.mergeFrom
(DaprProtos.SubtleUnwrapKeyResponse other) DaprProtos.SubtleUnwrapKeyResponse.newBuilder
(DaprProtos.SubtleUnwrapKeyResponse prototype) Method parameters in io.dapr.v1 with type arguments of type DaprProtos.SubtleUnwrapKeyResponseModifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.subtleUnwrapKeyAlpha1
(DaprProtos.SubtleUnwrapKeyRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleUnwrapKeyResponse> responseObserver) SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.void
DaprGrpc.DaprStub.subtleUnwrapKeyAlpha1
(DaprProtos.SubtleUnwrapKeyRequest request, io.grpc.stub.StreamObserver<DaprProtos.SubtleUnwrapKeyResponse> responseObserver) SubtleUnwrapKeyAlpha1 unwraps a key using a key stored in the vault.