Uses of Class
io.dapr.v1.DaprProtos.GetSecretRequest
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprProtos.GetSecretRequest in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetSecretRequest Modifier and Type Method Description DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.Builder. build()
DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.Builder. buildPartial()
static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest. getDefaultInstance()
DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest.Builder. getDefaultInstanceForType()
DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest. getDefaultInstanceForType()
static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest. parseDelimitedFrom(java.io.InputStream input)
static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest. parseDelimitedFrom(java.io.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(java.io.InputStream input)
static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest. parseFrom(java.nio.ByteBuffer data)
static DaprProtos.GetSecretRequest
DaprProtos.GetSecretRequest. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetSecretRequest Modifier and Type Method Description static 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()
Methods in io.dapr.v1 with parameters of type DaprProtos.GetSecretRequest Modifier and Type Method Description DaprProtos.GetSecretResponse
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.DaprImplBase. 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.DaprProtos.GetSecretRequest.Builder
DaprProtos.GetSecretRequest.Builder. mergeFrom(DaprProtos.GetSecretRequest other)
static DaprProtos.GetSecretRequest.Builder
DaprProtos.GetSecretRequest. newBuilder(DaprProtos.GetSecretRequest prototype)