Package io.dapr.v1
Interface DaprProtos.BulkPublishRequestEntryOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprProtos.BulkPublishRequestEntry
,DaprProtos.BulkPublishRequestEntry.Builder
- Enclosing class:
- DaprProtos
public static interface DaprProtos.BulkPublishRequestEntryOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsMetadata
(String key) The event level metadata passing to the pubsub componentThe content type for the eventcom.google.protobuf.ByteString
The content type for the eventThe request scoped unique ID referring to this message.com.google.protobuf.ByteString
The request scoped unique ID referring to this message.com.google.protobuf.ByteString
getEvent()
The event which will be pulished to the topicDeprecated.int
The event level metadata passing to the pubsub componentThe event level metadata passing to the pubsub componentgetMetadataOrDefault
(String key, String defaultValue) The event level metadata passing to the pubsub componentgetMetadataOrThrow
(String key) The event level metadata passing to the pubsub componentMethods 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
-
getEntryId
String getEntryId()The request scoped unique ID referring to this message. Used to map status in response
string entry_id = 1;
- Returns:
- The entryId.
-
getEntryIdBytes
com.google.protobuf.ByteString getEntryIdBytes()The request scoped unique ID referring to this message. Used to map status in response
string entry_id = 1;
- Returns:
- The bytes for entryId.
-
getEvent
com.google.protobuf.ByteString getEvent()The event which will be pulished to the topic
bytes event = 2;
- Returns:
- The event.
-
getContentType
String getContentType()The content type for the event
string content_type = 3;
- Returns:
- The contentType.
-
getContentTypeBytes
com.google.protobuf.ByteString getContentTypeBytes()The content type for the event
string content_type = 3;
- Returns:
- The bytes for contentType.
-
getMetadataCount
int getMetadataCount()The event level metadata passing to the pubsub component
map<string, string> metadata = 4;
-
containsMetadata
The event level metadata passing to the pubsub component
map<string, string> metadata = 4;
-
getMetadata
Deprecated.UsegetMetadataMap()
instead. -
getMetadataMap
The event level metadata passing to the pubsub component
map<string, string> metadata = 4;
-
getMetadataOrDefault
The event level metadata passing to the pubsub component
map<string, string> metadata = 4;
-
getMetadataOrThrow
The event level metadata passing to the pubsub component
map<string, string> metadata = 4;
-