Uses of Class
io.dapr.v1.DaprProtos.GetBulkSecretResponse
-
Uses of DaprProtos.GetBulkSecretResponse in io.dapr.v1
Modifier and TypeMethodDescriptionDaprProtos.GetBulkSecretResponse.Builder.build()
DaprProtos.GetBulkSecretResponse.Builder.buildPartial()
DaprGrpc.DaprBlockingStub.getBulkSecret
(DaprProtos.GetBulkSecretRequest request) Gets a bulk of secretsDaprProtos.GetBulkSecretResponse.getDefaultInstance()
DaprProtos.GetBulkSecretResponse.Builder.getDefaultInstanceForType()
DaprProtos.GetBulkSecretResponse.getDefaultInstanceForType()
DaprProtos.GetBulkSecretResponse.parseDelimitedFrom
(InputStream input) DaprProtos.GetBulkSecretResponse.parseDelimitedFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetBulkSecretResponse.parseFrom
(byte[] data) DaprProtos.GetBulkSecretResponse.parseFrom
(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetBulkSecretResponse.parseFrom
(com.google.protobuf.ByteString data) DaprProtos.GetBulkSecretResponse.parseFrom
(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetBulkSecretResponse.parseFrom
(com.google.protobuf.CodedInputStream input) DaprProtos.GetBulkSecretResponse.parseFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetBulkSecretResponse.parseFrom
(InputStream input) DaprProtos.GetBulkSecretResponse.parseFrom
(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.GetBulkSecretResponse.parseFrom
(ByteBuffer data) DaprProtos.GetBulkSecretResponse.parseFrom
(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) Modifier and TypeMethodDescriptioncom.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()
Modifier and TypeMethodDescriptionDaprProtos.GetBulkSecretResponse.Builder.mergeFrom
(DaprProtos.GetBulkSecretResponse other) DaprProtos.GetBulkSecretResponse.newBuilder
(DaprProtos.GetBulkSecretResponse prototype) Modifier and TypeMethodDescriptiondefault void
DaprGrpc.AsyncService.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