com.salesforce.eventbus.protobuf.PublishRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: pubsub_api.proto
package com.salesforce.eventbus.protobuf;
public interface PublishRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:eventbus.v1.PublishRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* Topic to publish on
*
*
* string topic_name = 1;
* @return The topicName.
*/
java.lang.String getTopicName();
/**
*
* Topic to publish on
*
*
* string topic_name = 1;
* @return The bytes for topicName.
*/
com.google.protobuf.ByteString
getTopicNameBytes();
/**
*
* Batch of ProducerEvent(s) to send
*
*
* repeated .eventbus.v1.ProducerEvent events = 2;
*/
java.util.List
getEventsList();
/**
*
* Batch of ProducerEvent(s) to send
*
*
* repeated .eventbus.v1.ProducerEvent events = 2;
*/
com.salesforce.eventbus.protobuf.ProducerEvent getEvents(int index);
/**
*
* Batch of ProducerEvent(s) to send
*
*
* repeated .eventbus.v1.ProducerEvent events = 2;
*/
int getEventsCount();
/**
*
* Batch of ProducerEvent(s) to send
*
*
* repeated .eventbus.v1.ProducerEvent events = 2;
*/
java.util.List extends com.salesforce.eventbus.protobuf.ProducerEventOrBuilder>
getEventsOrBuilderList();
/**
*
* Batch of ProducerEvent(s) to send
*
*
* repeated .eventbus.v1.ProducerEvent events = 2;
*/
com.salesforce.eventbus.protobuf.ProducerEventOrBuilder getEventsOrBuilder(
int index);
/**
*
* For internal Salesforce use only.
*
*
* string auth_refresh = 3;
* @return The authRefresh.
*/
java.lang.String getAuthRefresh();
/**
*
* For internal Salesforce use only.
*
*
* string auth_refresh = 3;
* @return The bytes for authRefresh.
*/
com.google.protobuf.ByteString
getAuthRefreshBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy