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 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

      .dapr.proto.runtime.v1.TopicEventCERequest cloud_event = 3;
      Returns:
      The cloudEvent.
    • 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.
      Use getMetadataMap() 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