Package io.dapr.v1
Interface DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DaprAppCallbackProtos.TopicEventBulkRequestEntry,DaprAppCallbackProtos.TopicEventBulkRequestEntry.Builder
- Enclosing class:
- DaprAppCallbackProtos
public static interface DaprAppCallbackProtos.TopicEventBulkRequestEntryOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description booleancontainsMetadata(String key)The metadata associated with the event.com.google.protobuf.ByteStringgetBytes()bytes bytes = 2;DaprAppCallbackProtos.TopicEventCERequestgetCloudEvent().dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;DaprAppCallbackProtos.TopicEventCERequestOrBuildergetCloudEventOrBuilder().dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;StringgetContentType()content type of the event contained.com.google.protobuf.ByteStringgetContentTypeBytes()content type of the event contained.StringgetEntryId()Unique identifier for the message.com.google.protobuf.ByteStringgetEntryIdBytes()Unique identifier for the message.DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCasegetEventCase()Map<String,String>getMetadata()Deprecated.intgetMetadataCount()The metadata associated with the event.Map<String,String>getMetadataMap()The metadata associated with the event.StringgetMetadataOrDefault(String key, String defaultValue)The metadata associated with the event.StringgetMetadataOrThrow(String key)The metadata associated with the event.booleanhasBytes()bytes bytes = 2;booleanhasCloudEvent().dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getEntryId
String getEntryId()
Unique identifier for the message.
string entry_id = 1;- Returns:
- The entryId.
-
getEntryIdBytes
com.google.protobuf.ByteString getEntryIdBytes()
Unique identifier for the message.
string entry_id = 1;- Returns:
- The bytes for entryId.
-
hasBytes
boolean hasBytes()
bytes bytes = 2;- Returns:
- Whether the bytes field is set.
-
getBytes
com.google.protobuf.ByteString getBytes()
bytes bytes = 2;- Returns:
- The bytes.
-
hasCloudEvent
boolean hasCloudEvent()
.dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;- Returns:
- Whether the cloudEvent field is set.
-
getCloudEvent
DaprAppCallbackProtos.TopicEventCERequest getCloudEvent()
.dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;- Returns:
- The cloudEvent.
-
getCloudEventOrBuilder
DaprAppCallbackProtos.TopicEventCERequestOrBuilder getCloudEventOrBuilder()
.dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;
-
getContentType
String getContentType()
content type of the event contained.
string content_type = 4;- Returns:
- The contentType.
-
getContentTypeBytes
com.google.protobuf.ByteString getContentTypeBytes()
content type of the event contained.
string content_type = 4;- Returns:
- The bytes for contentType.
-
getMetadataCount
int getMetadataCount()
The metadata associated with the event.
map<string, string> metadata = 5;
-
containsMetadata
boolean containsMetadata(String key)
The metadata associated with the event.
map<string, string> metadata = 5;
-
getMetadata
@Deprecated Map<String,String> getMetadata()
Deprecated.UsegetMetadataMap()instead.
-
getMetadataMap
Map<String,String> getMetadataMap()
The metadata associated with the event.
map<string, string> metadata = 5;
-
getMetadataOrDefault
String getMetadataOrDefault(String key, String defaultValue)
The metadata associated with the event.
map<string, string> metadata = 5;
-
getMetadataOrThrow
String getMetadataOrThrow(String key)
The metadata associated with the event.
map<string, string> metadata = 5;
-
getEventCase
DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase getEventCase()
-
-