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
Modifier and TypeMethodDescriptionboolean
containsMetadata
(String key) The metadata associated with the event.com.google.protobuf.ByteString
getBytes()
bytes bytes = 2;
.dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;
.dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;
content type of the event contained.com.google.protobuf.ByteString
content type of the event contained.Unique identifier for the message.com.google.protobuf.ByteString
Unique identifier for the message.Deprecated.int
The metadata associated with the event.The metadata associated with the event.getMetadataOrDefault
(String key, String defaultValue) The metadata associated with the event.getMetadataOrThrow
(String key) The metadata associated with the event.boolean
hasBytes()
bytes bytes = 2;
boolean
.dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;
Methods 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()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
The metadata associated with the event.
map<string, string> metadata = 5;
-
getMetadata
Deprecated.UsegetMetadataMap()
instead. -
getMetadataMap
The metadata associated with the event.
map<string, string> metadata = 5;
-
getMetadataOrDefault
The metadata associated with the event.
map<string, string> metadata = 5;
-
getMetadataOrThrow
The metadata associated with the event.
map<string, string> metadata = 5;
-
getEventCase
DaprAppCallbackProtos.TopicEventBulkRequestEntry.EventCase getEventCase()
-