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