Package io.dapr.v1
Interface DaprProtos.BulkPublishRequestOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.BulkPublishRequest
,DaprProtos.BulkPublishRequest.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.BulkPublishRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetadata
(String key) The request level metadata passing to to the pubsub componentsgetEntries
(int index) The 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 componentsThe name of the pubsub componentcom.google.protobuf.ByteString
The name of the pubsub componentgetTopic()
The pubsub topiccom.google.protobuf.ByteString
The pubsub topicMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitialized
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getPubsubName
String getPubsubName()The name of the pubsub component
string pubsub_name = 1;
- Returns:
- The pubsubName.
-
getPubsubNameBytes
com.google.protobuf.ByteString getPubsubNameBytes()The name of the pubsub component
string pubsub_name = 1;
- Returns:
- The bytes for pubsubName.
-
getTopic
String getTopic()The pubsub topic
string topic = 2;
- Returns:
- The topic.
-
getTopicBytes
com.google.protobuf.ByteString getTopicBytes()The pubsub topic
string topic = 2;
- Returns:
- The bytes for topic.
-
getEntriesList
List<DaprProtos.BulkPublishRequestEntry> getEntriesList()The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
getEntries
The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
getEntriesCount
int getEntriesCount()The entries which contain the individual events and associated details to be published
repeated .dapr.proto.runtime.v1.BulkPublishRequestEntry entries = 3;
-
getEntriesOrBuilderList
List<? extends DaprProtos.BulkPublishRequestEntryOrBuilder> getEntriesOrBuilderList()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;
-
getMetadataCount
int getMetadataCount()The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
-
containsMetadata
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
-
getMetadata
Deprecated.UsegetMetadataMap()
instead. -
getMetadataMap
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
-
getMetadataOrDefault
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
-
getMetadataOrThrow
The request level metadata passing to to the pubsub components
map<string, string> metadata = 4;
-