Uses of Class
io.dapr.v1.DaprProtos.GetBulkSecretResponse
Packages that use DaprProtos.GetBulkSecretResponse
-
Uses of DaprProtos.GetBulkSecretResponse in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.GetBulkSecretResponseModifier 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) Methods in io.dapr.v1 that return types with arguments of type DaprProtos.GetBulkSecretResponseModifier 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()Methods in io.dapr.v1 with parameters of type DaprProtos.GetBulkSecretResponseModifier and TypeMethodDescriptionDaprProtos.GetBulkSecretResponse.Builder.mergeFrom(DaprProtos.GetBulkSecretResponse other) DaprProtos.GetBulkSecretResponse.newBuilder(DaprProtos.GetBulkSecretResponse prototype) Method parameters in io.dapr.v1 with type arguments of type DaprProtos.GetBulkSecretResponseModifier and TypeMethodDescriptiondefault voidDaprGrpc.AsyncService.getBulkSecret(DaprProtos.GetBulkSecretRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetBulkSecretResponse> responseObserver) Gets a bulk of secretsvoidDaprGrpc.DaprStub.getBulkSecret(DaprProtos.GetBulkSecretRequest request, io.grpc.stub.StreamObserver<DaprProtos.GetBulkSecretResponse> responseObserver) Gets a bulk of secrets