Package io.dapr.v1
Class DaprProtos.BulkPublishRequest.Builder
java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
io.dapr.v1.DaprProtos.BulkPublishRequest.Builder
- All Implemented Interfaces:
com.google.protobuf.Message.Builder
,com.google.protobuf.MessageLite.Builder
,com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
,DaprProtos.BulkPublishRequestOrBuilder
,Cloneable
- Enclosing class:
- DaprProtos.BulkPublishRequest
public static final class DaprProtos.BulkPublishRequest.Builder
extends com.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
implements DaprProtos.BulkPublishRequestOrBuilder
BulkPublishRequest is the message to bulk publish events to pubsub topicProtobuf type
dapr.proto.runtime.v1.BulkPublishRequest
-
Method Summary
Modifier and TypeMethodDescriptionaddAllEntries
(Iterable<? extends DaprProtos.BulkPublishRequestEntry> values) The entries which contain the individual events and associated details to be publishedaddEntries
(int index, DaprProtos.BulkPublishRequestEntry value) The entries which contain the individual events and associated details to be publishedaddEntries
(int index, DaprProtos.BulkPublishRequestEntry.Builder builderForValue) The entries which contain the individual events and associated details to be publishedThe entries which contain the individual events and associated details to be publishedaddEntries
(DaprProtos.BulkPublishRequestEntry.Builder builderForValue) The entries which contain the individual events and associated details to be publishedThe entries which contain the individual events and associated details to be publishedaddEntriesBuilder
(int index) The entries which contain the individual events and associated details to be publishedaddRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) build()
clear()
The entries which contain the individual events and associated details to be publishedclearField
(com.google.protobuf.Descriptors.FieldDescriptor field) clearOneof
(com.google.protobuf.Descriptors.OneofDescriptor oneof) The name of the pubsub componentThe pubsub topicclone()
boolean
containsMetadata
(String key) The request level metadata passing to to the pubsub componentsstatic final com.google.protobuf.Descriptors.Descriptor
com.google.protobuf.Descriptors.Descriptor
getEntries
(int index) The entries which contain the individual events and associated details to be publishedgetEntriesBuilder
(int index) The entries which contain the individual events and associated details to be publishedThe entries which contain the individual events and associated details to be publishedint
The entries which contain the individual events and associated details to be publishedThe entries which contain the individual events and associated details to be publishedgetEntriesOrBuilder
(int index) The entries which contain the individual events and associated details to be publishedList<? extends DaprProtos.BulkPublishRequestEntryOrBuilder>
The entries which contain the individual events and associated details to be publishedDeprecated.int
The request level metadata passing to to the pubsub componentsThe request level metadata passing to to the pubsub componentsgetMetadataOrDefault
(String key, String defaultValue) The request level metadata passing to to the pubsub componentsgetMetadataOrThrow
(String key) The request level metadata passing to to the pubsub componentsDeprecated.The name of the pubsub componentcom.google.protobuf.ByteString
The name of the pubsub componentgetTopic()
The pubsub topiccom.google.protobuf.ByteString
The pubsub topicprotected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
protected com.google.protobuf.MapField
internalGetMapField
(int number) protected com.google.protobuf.MapField
internalGetMutableMapField
(int number) final boolean
mergeFrom
(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) mergeFrom
(com.google.protobuf.Message other) mergeUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) putAllMetadata
(Map<String, String> values) The request level metadata passing to to the pubsub componentsputMetadata
(String key, String value) The request level metadata passing to to the pubsub componentsremoveEntries
(int index) The entries which contain the individual events and associated details to be publishedremoveMetadata
(String key) The request level metadata passing to to the pubsub componentssetEntries
(int index, DaprProtos.BulkPublishRequestEntry value) The entries which contain the individual events and associated details to be publishedsetEntries
(int index, DaprProtos.BulkPublishRequestEntry.Builder builderForValue) The entries which contain the individual events and associated details to be publishedsetPubsubName
(String value) The name of the pubsub componentsetPubsubNameBytes
(com.google.protobuf.ByteString value) The name of the pubsub componentsetRepeatedField
(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) The pubsub topicsetTopicBytes
(com.google.protobuf.ByteString value) The pubsub topicsetUnknownFields
(com.google.protobuf.UnknownFieldSet unknownFields) Methods inherited from class com.google.protobuf.GeneratedMessageV3.Builder
getAllFields, getField, getFieldBuilder, getOneofFieldDescriptor, getParentForChildren, getRepeatedField, getRepeatedFieldBuilder, getRepeatedFieldCount, getUnknownFields, getUnknownFieldSetBuilder, hasField, hasOneof, internalGetMapFieldReflection, internalGetMutableMapFieldReflection, isClean, markClean, mergeUnknownLengthDelimitedField, mergeUnknownVarintField, newBuilderForField, onBuilt, onChanged, parseUnknownField, setUnknownFieldSetBuilder, setUnknownFieldsProto3
Methods inherited from class com.google.protobuf.AbstractMessage.Builder
findInitializationErrors, getInitializationErrorString, internalMergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, mergeFrom, newUninitializedMessageException, toString
Methods inherited from class com.google.protobuf.AbstractMessageLite.Builder
addAll, addAll, mergeDelimitedFrom, mergeDelimitedFrom, mergeFrom, newUninitializedMessageException
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.google.protobuf.Message.Builder
mergeDelimitedFrom, mergeDelimitedFrom
Methods inherited from interface com.google.protobuf.MessageLite.Builder
mergeFrom
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getDescriptor
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor() -
internalGetMapField
protected com.google.protobuf.MapField internalGetMapField(int number) - Overrides:
internalGetMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
internalGetMutableMapField
protected com.google.protobuf.MapField internalGetMutableMapField(int number) - Overrides:
internalGetMutableMapField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
internalGetFieldAccessorTable
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()- Specified by:
internalGetFieldAccessorTable
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
clear
- Specified by:
clear
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clear
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clear
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
getDescriptorForType
public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.Message.Builder
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.MessageOrBuilder
- Overrides:
getDescriptorForType
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
getDefaultInstanceForType
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Specified by:
getDefaultInstanceForType
in interfacecom.google.protobuf.MessageOrBuilder
-
build
- Specified by:
build
in interfacecom.google.protobuf.Message.Builder
- Specified by:
build
in interfacecom.google.protobuf.MessageLite.Builder
-
buildPartial
- Specified by:
buildPartial
in interfacecom.google.protobuf.Message.Builder
- Specified by:
buildPartial
in interfacecom.google.protobuf.MessageLite.Builder
-
clone
- Specified by:
clone
in interfacecom.google.protobuf.Message.Builder
- Specified by:
clone
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
clone
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
setField
public DaprProtos.BulkPublishRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
setField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
clearField
public DaprProtos.BulkPublishRequest.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field) - Specified by:
clearField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
clearOneof
public DaprProtos.BulkPublishRequest.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof) - Specified by:
clearOneof
in interfacecom.google.protobuf.Message.Builder
- Overrides:
clearOneof
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
setRepeatedField
public DaprProtos.BulkPublishRequest.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value) - Specified by:
setRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
addRepeatedField
public DaprProtos.BulkPublishRequest.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value) - Specified by:
addRepeatedField
in interfacecom.google.protobuf.Message.Builder
- Overrides:
addRepeatedField
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
mergeFrom
- Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DaprProtos.BulkPublishRequest.Builder>
-
mergeFrom
-
isInitialized
public final boolean isInitialized()- Specified by:
isInitialized
in interfacecom.google.protobuf.MessageLiteOrBuilder
- Overrides:
isInitialized
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
mergeFrom
public DaprProtos.BulkPublishRequest.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException - Specified by:
mergeFrom
in interfacecom.google.protobuf.Message.Builder
- Specified by:
mergeFrom
in interfacecom.google.protobuf.MessageLite.Builder
- Overrides:
mergeFrom
in classcom.google.protobuf.AbstractMessage.Builder<DaprProtos.BulkPublishRequest.Builder>
- Throws:
IOException
-
getPubsubName
The name of the pubsub component
string pubsub_name = 1;
- Specified by:
getPubsubName
in interfaceDaprProtos.BulkPublishRequestOrBuilder
- Returns:
- The pubsubName.
-
getPubsubNameBytes
public com.google.protobuf.ByteString getPubsubNameBytes()The name of the pubsub component
string pubsub_name = 1;
- Specified by:
getPubsubNameBytes
in interfaceDaprProtos.BulkPublishRequestOrBuilder
- Returns:
- The bytes for pubsubName.
-
setPubsubName
The name of the pubsub component
string pubsub_name = 1;
- Parameters:
value
- The pubsubName to set.- Returns:
- This builder for chaining.
-
clearPubsubName
The name of the pubsub component
string pubsub_name = 1;
- Returns:
- This builder for chaining.
-
setPubsubNameBytes
public DaprProtos.BulkPublishRequest.Builder setPubsubNameBytes(com.google.protobuf.ByteString value) The name of the pubsub component
string pubsub_name = 1;
- Parameters:
value
- The bytes for pubsubName to set.- Returns:
- This builder for chaining.
-
getTopic
The pubsub topic
string topic = 2;
- Specified by:
getTopic
in interfaceDaprProtos.BulkPublishRequestOrBuilder
- Returns:
- The topic.
-
getTopicBytes
public com.google.protobuf.ByteString getTopicBytes()The pubsub topic
string topic = 2;
- Specified by:
getTopicBytes
in interfaceDaprProtos.BulkPublishRequestOrBuilder
- Returns:
- The bytes for topic.
-
setTopic
The pubsub topic
string topic = 2;
- Parameters:
value
- The topic to set.- Returns:
- This builder for chaining.
-
clearTopic
The pubsub topic
string topic = 2;
- Returns:
- This builder for chaining.
-
setTopicBytes
The pubsub topic
string topic = 2;
- Parameters:
value
- The bytes for topic to set.- Returns:
- This builder for chaining.
-
getEntriesList
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
- Specified by:
getEntriesList
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
getEntriesCount
public int getEntriesCount()The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
- Specified by:
getEntriesCount
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
getEntries
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
- Specified by:
getEntries
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
setEntries
public DaprProtos.BulkPublishRequest.Builder setEntries(int index, DaprProtos.BulkPublishRequestEntry value) The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
setEntries
public DaprProtos.BulkPublishRequest.Builder setEntries(int index, DaprProtos.BulkPublishRequestEntry.Builder builderForValue) The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
addEntries
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
addEntries
public DaprProtos.BulkPublishRequest.Builder addEntries(int index, DaprProtos.BulkPublishRequestEntry value) The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
addEntries
public DaprProtos.BulkPublishRequest.Builder addEntries(DaprProtos.BulkPublishRequestEntry.Builder builderForValue) The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
addEntries
public DaprProtos.BulkPublishRequest.Builder addEntries(int index, DaprProtos.BulkPublishRequestEntry.Builder builderForValue) The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
addAllEntries
public DaprProtos.BulkPublishRequest.Builder addAllEntries(Iterable<? extends DaprProtos.BulkPublishRequestEntry> values) The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
clearEntries
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
removeEntries
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
getEntriesBuilder
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
getEntriesOrBuilder
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
- Specified by:
getEntriesOrBuilder
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
getEntriesOrBuilderList
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
- Specified by:
getEntriesOrBuilderList
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
addEntriesBuilder
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
addEntriesBuilder
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
getEntriesBuilderList
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
getMetadataCount
public int getMetadataCount()Description copied from interface:DaprProtos.BulkPublishRequestOrBuilder
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
- Specified by:
getMetadataCount
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
containsMetadata
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
- Specified by:
containsMetadata
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
getMetadata
Deprecated.UsegetMetadataMap()
instead.- Specified by:
getMetadata
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
getMetadataMap
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
- Specified by:
getMetadataMap
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
getMetadataOrDefault
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
- Specified by:
getMetadataOrDefault
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
getMetadataOrThrow
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
- Specified by:
getMetadataOrThrow
in interfaceDaprProtos.BulkPublishRequestOrBuilder
-
clearMetadata
-
removeMetadata
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
-
getMutableMetadata
Deprecated.Use alternate mutation accessors instead. -
putMetadata
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
-
putAllMetadata
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
-
setUnknownFields
public final DaprProtos.BulkPublishRequest.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
setUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
setUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-
mergeUnknownFields
public final DaprProtos.BulkPublishRequest.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields) - Specified by:
mergeUnknownFields
in interfacecom.google.protobuf.Message.Builder
- Overrides:
mergeUnknownFields
in classcom.google.protobuf.GeneratedMessageV3.Builder<DaprProtos.BulkPublishRequest.Builder>
-