Package com.salesforce.eventbus.protobuf
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 Summary
Modifier and TypeMethodDescriptionFor internal Salesforce use only.com.google.protobuf.ByteStringFor internal Salesforce use only.getEvents(int index) Batch of ProducerEvent(s) to sendintBatch of ProducerEvent(s) to sendBatch of ProducerEvent(s) to sendgetEventsOrBuilder(int index) Batch of ProducerEvent(s) to sendList<? extends ProducerEventOrBuilder> Batch of ProducerEvent(s) to sendTopic to publish oncom.google.protobuf.ByteStringTopic to publish onMethods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
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
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
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.
-