Uses of Class
io.dapr.v1.DaprProtos.BulkPublishRequest.Builder
Packages that use DaprProtos.BulkPublishRequest.Builder
-
Uses of DaprProtos.BulkPublishRequest.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.BulkPublishRequest.BuilderModifier and TypeMethodDescriptionDaprProtos.BulkPublishRequest.Builder.addAllEntries(Iterable<? extends DaprProtos.BulkPublishRequestEntry> values) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.addEntries(int index, DaprProtos.BulkPublishRequestEntry value) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.addEntries(int index, DaprProtos.BulkPublishRequestEntry.Builder builderForValue) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.addEntries(DaprProtos.BulkPublishRequestEntry value) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.addEntries(DaprProtos.BulkPublishRequestEntry.Builder builderForValue) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.BulkPublishRequest.Builder.clear()DaprProtos.BulkPublishRequest.Builder.clearEntries()The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.clearField(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.BulkPublishRequest.Builder.clearMetadata()DaprProtos.BulkPublishRequest.Builder.clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.BulkPublishRequest.Builder.clearPubsubName()The name of the pubsub componentDaprProtos.BulkPublishRequest.Builder.clearTopic()The pubsub topicDaprProtos.BulkPublishRequest.Builder.clone()DaprProtos.BulkPublishRequest.Builder.mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishRequest.Builder.mergeFrom(com.google.protobuf.Message other) DaprProtos.BulkPublishRequest.Builder.mergeFrom(DaprProtos.BulkPublishRequest other) DaprProtos.BulkPublishRequest.Builder.mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.BulkPublishRequest.newBuilder()DaprProtos.BulkPublishRequest.newBuilder(DaprProtos.BulkPublishRequest prototype) DaprProtos.BulkPublishRequest.newBuilderForType()protected DaprProtos.BulkPublishRequest.BuilderDaprProtos.BulkPublishRequest.newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.BulkPublishRequest.Builder.putAllMetadata(Map<String, String> values) The request level metadata passing to to the pubsub componentsDaprProtos.BulkPublishRequest.Builder.putMetadata(String key, String value) The request level metadata passing to to the pubsub componentsDaprProtos.BulkPublishRequest.Builder.removeEntries(int index) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.removeMetadata(String key) The request level metadata passing to to the pubsub componentsDaprProtos.BulkPublishRequest.Builder.setEntries(int index, DaprProtos.BulkPublishRequestEntry value) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.setEntries(int index, DaprProtos.BulkPublishRequestEntry.Builder builderForValue) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.BulkPublishRequest.Builder.setPubsubName(String value) The name of the pubsub componentDaprProtos.BulkPublishRequest.Builder.setPubsubNameBytes(com.google.protobuf.ByteString value) The name of the pubsub componentDaprProtos.BulkPublishRequest.Builder.setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The pubsub topicDaprProtos.BulkPublishRequest.Builder.setTopicBytes(com.google.protobuf.ByteString value) The pubsub topicDaprProtos.BulkPublishRequest.Builder.setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.BulkPublishRequest.toBuilder()