com.salesforce.eventbus.protobuf.TopicRequestOrBuilder Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: pubsub_api.proto
package com.salesforce.eventbus.protobuf;
public interface TopicRequestOrBuilder extends
// @@protoc_insertion_point(interface_extends:eventbus.v1.TopicRequest)
com.google.protobuf.MessageOrBuilder {
/**
*
* The name of the topic to retrieve.
*
*
* string topic_name = 1;
* @return The topicName.
*/
java.lang.String getTopicName();
/**
*
* The name of the topic to retrieve.
*
*
* string topic_name = 1;
* @return The bytes for topicName.
*/
com.google.protobuf.ByteString
getTopicNameBytes();
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy