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