Interface PublishRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
PublishRequest, PublishRequest.Builder

public interface PublishRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • getTopicName

      String getTopicName()
       Topic to publish on
       
      string topic_name = 1;
      Returns:
      The topicName.
    • getTopicNameBytes

      com.google.protobuf.ByteString getTopicNameBytes()
       Topic to publish on
       
      string topic_name = 1;
      Returns:
      The bytes for topicName.
    • getEventsList

      List<ProducerEvent> getEventsList()
       Batch of ProducerEvent(s) to send
       
      repeated .eventbus.v1.ProducerEvent events = 2;
    • getEvents

      ProducerEvent getEvents(int index)
       Batch of ProducerEvent(s) to send
       
      repeated .eventbus.v1.ProducerEvent events = 2;
    • getEventsCount

      int getEventsCount()
       Batch of ProducerEvent(s) to send
       
      repeated .eventbus.v1.ProducerEvent events = 2;
    • getEventsOrBuilderList

      List<? extends ProducerEventOrBuilder> getEventsOrBuilderList()
       Batch of ProducerEvent(s) to send
       
      repeated .eventbus.v1.ProducerEvent events = 2;
    • getEventsOrBuilder

      ProducerEventOrBuilder getEventsOrBuilder(int index)
       Batch of ProducerEvent(s) to send
       
      repeated .eventbus.v1.ProducerEvent events = 2;
    • getAuthRefresh

      String getAuthRefresh()
       For internal Salesforce use only.
       
      string auth_refresh = 3;
      Returns:
      The authRefresh.
    • getAuthRefreshBytes

      com.google.protobuf.ByteString getAuthRefreshBytes()
       For internal Salesforce use only.
       
      string auth_refresh = 3;
      Returns:
      The bytes for authRefresh.