Uses of Class
io.dapr.v1.DaprProtos.GetBulkSecretResponse
Package | Description |
---|---|
io.dapr.v1 |
-
Uses of DaprProtos.GetBulkSecretResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetBulkSecretResponse Modifier and Type Method Description DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse.Builder. build()
DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse.Builder. buildPartial()
DaprProtos.GetBulkSecretResponse
DaprGrpc.DaprBlockingStub. getBulkSecret(DaprProtos.GetBulkSecretRequest request)
Gets a bulk of secretsstatic DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. getDefaultInstance()
DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse.Builder. getDefaultInstanceForType()
DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. getDefaultInstanceForType()
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseDelimitedFrom(java.io.InputStream input)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseFrom(byte[] data)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseFrom(com.google.protobuf.ByteString data)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseFrom(java.io.InputStream input)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseFrom(java.nio.ByteBuffer data)
static DaprProtos.GetBulkSecretResponse
DaprProtos.GetBulkSecretResponse. parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetBulkSecretResponse Modifier and Type Method Description com.google.common.util.concurrent.ListenableFuture<DaprProtos.GetBulkSecretResponse>
DaprGrpc.DaprFutureStub. getBulkSecret(DaprProtos.GetBulkSecretRequest request)
Gets a bulk of secretsstatic io.grpc.MethodDescriptor<DaprProtos.GetBulkSecretRequest,DaprProtos.GetBulkSecretResponse>
DaprGrpc. getGetBulkSecretMethod()
com.google.protobuf.Parser<DaprProtos.GetBulkSecretResponse>
DaprProtos.GetBulkSecretResponse. getParserForType()
static com.google.protobuf.Parser<DaprProtos.GetBulkSecretResponse>
DaprProtos.GetBulkSecretResponse. parser()
Methods in io.dapr.v1 with parameters of type DaprProtos.GetBulkSecretResponse Modifier and Type Method Description DaprProtos.GetBulkSecretResponse.Builder
DaprProtos.GetBulkSecretResponse.Builder. mergeFrom(DaprProtos.GetBulkSecretResponse other)
static DaprProtos.GetBulkSecretResponse.Builder
DaprProtos.GetBulkSecretResponse. newBuilder(DaprProtos.GetBulkSecretResponse prototype)
Method parameters in io.dapr.v1 with type arguments of type DaprProtos.GetBulkSecretResponse Modifier and Type Method Description void
DaprGrpc.DaprImplBase. getBulkSecret(DaprProtos.GetBulkSecretRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetBulkSecretResponse> responseObserver)
Gets a bulk of secretsvoid
DaprGrpc.DaprStub. getBulkSecret(DaprProtos.GetBulkSecretRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetBulkSecretResponse> responseObserver)
Gets a bulk of secrets