Uses of Class
io.dapr.v1.DaprProtos.GetSecretRequest
-
Uses of DaprProtos.GetSecretRequest in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.GetSecretRequest.Builder.build()
DaprProtos.GetSecretRequest.Builder.buildPartial()
static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.getDefaultInstance()
DaprProtos.GetSecretRequest.Builder.getDefaultInstanceForType()
DaprProtos.GetSecretRequest.getDefaultInstanceForType()
static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseDelimitedFrom
(InputStream input) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseFrom
(byte[] data) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseFrom
(com.google.protobuf.ByteString data) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseFrom
(com.google.protobuf.CodedInputStream input) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseFrom
(InputStream input) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseFrom
(ByteBuffer data) static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptionstatic io.grpc.MethodDescriptor<DaprProtos.GetSecretRequest,
DaprProtos.GetSecretResponse> DaprGrpc.getGetSecretMethod()
com.google.protobuf.Parser<DaprProtos.GetSecretRequest>
DaprProtos.GetSecretRequest.getParserForType()
static com.google.protobuf.Parser<DaprProtos.GetSecretRequest>
DaprProtos.GetSecretRequest.parser()
Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.getSecret
(DaprProtos.GetSecretRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetSecretResponse> responseObserver) Gets secrets from secret stores.DaprGrpc.DaprBlockingStub.getSecret
(DaprProtos.GetSecretRequest request) Gets secrets from secret stores.com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetSecretResponse>
DaprGrpc.DaprFutureStub.getSecret
(DaprProtos.GetSecretRequest request) Gets secrets from secret stores.void
DaprGrpc.DaprStub.getSecret
(DaprProtos.GetSecretRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetSecretResponse> responseObserver) Gets secrets from secret stores.DaprProtos.GetSecretRequest.Builder.mergeFrom
(DaprProtos.GetSecretRequest other) DaprProtos.GetSecretRequest.newBuilder
(DaprProtos.GetSecretRequest prototype)