Uses of Class
io.dapr.v1.DaprProtos.BulkPublishRequestEntry.Builder
Packages that use DaprProtos.BulkPublishRequestEntry.Builder
-
Uses of DaprProtos.BulkPublishRequestEntry.Builder in io.dapr.v1
Methods in io.dapr.v1 that return DaprProtos.BulkPublishRequestEntry.BuilderModifier and TypeMethodDescriptionDaprProtos.BulkPublishRequest.Builder.addEntriesBuilder()
The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequest.Builder.addEntriesBuilder
(int index) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequestEntry.Builder.addRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.BulkPublishRequestEntry.Builder.clear()
DaprProtos.BulkPublishRequestEntry.Builder.clearContentType()
The content type for the eventDaprProtos.BulkPublishRequestEntry.Builder.clearEntryId()
The request scoped unique ID referring to this message.DaprProtos.BulkPublishRequestEntry.Builder.clearEvent()
The event which will be pulished to the topicDaprProtos.BulkPublishRequestEntry.Builder.clearField
(com.google.protobuf.Descriptors.FieldDescriptor field) DaprProtos.BulkPublishRequestEntry.Builder.clearMetadata()
DaprProtos.BulkPublishRequestEntry.Builder.clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) DaprProtos.BulkPublishRequestEntry.Builder.clone()
DaprProtos.BulkPublishRequest.Builder.getEntriesBuilder
(int index) The entries which contain the individual events and associated details to be publishedDaprProtos.BulkPublishRequestEntry.Builder.mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) DaprProtos.BulkPublishRequestEntry.Builder.mergeFrom
(com.google.protobuf.Message other) DaprProtos.BulkPublishRequestEntry.Builder.mergeFrom
(DaprProtos.BulkPublishRequestEntry other) DaprProtos.BulkPublishRequestEntry.Builder.mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.BulkPublishRequestEntry.newBuilder()
DaprProtos.BulkPublishRequestEntry.newBuilder
(DaprProtos.BulkPublishRequestEntry prototype) DaprProtos.BulkPublishRequestEntry.newBuilderForType()
DaprProtos.BulkPublishRequestEntry.newBuilderForType
(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) DaprProtos.BulkPublishRequestEntry.Builder.putAllMetadata
(Map<String, String> values) The event level metadata passing to the pubsub componentDaprProtos.BulkPublishRequestEntry.Builder.putMetadata
(String key, String value) The event level metadata passing to the pubsub componentDaprProtos.BulkPublishRequestEntry.Builder.removeMetadata
(String key) The event level metadata passing to the pubsub componentDaprProtos.BulkPublishRequestEntry.Builder.setContentType
(String value) The content type for the eventDaprProtos.BulkPublishRequestEntry.Builder.setContentTypeBytes
(com.google.protobuf.ByteString value) The content type for the eventDaprProtos.BulkPublishRequestEntry.Builder.setEntryId
(String value) The request scoped unique ID referring to this message.DaprProtos.BulkPublishRequestEntry.Builder.setEntryIdBytes
(com.google.protobuf.ByteString value) The request scoped unique ID referring to this message.DaprProtos.BulkPublishRequestEntry.Builder.setEvent
(com.google.protobuf.ByteString value) The event which will be pulished to the topicDaprProtos.BulkPublishRequestEntry.Builder.setField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) DaprProtos.BulkPublishRequestEntry.Builder.setRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) DaprProtos.BulkPublishRequestEntry.Builder.setUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) DaprProtos.BulkPublishRequestEntry.toBuilder()
Methods in io.dapr.v1 that return types with arguments of type DaprProtos.BulkPublishRequestEntry.BuilderModifier and TypeMethodDescriptionDaprProtos.BulkPublishRequest.Builder.getEntriesBuilderList()
The entries which contain the individual events and associated details to be publishedMethods in io.dapr.v1 with parameters of type DaprProtos.BulkPublishRequestEntry.BuilderModifier and TypeMethodDescriptionDaprProtos.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.Builder builderForValue) 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 published