All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.salesforce.eventbus.protobuf.TopicRequestOrBuilder Maven / Gradle / Ivy

There is a newer version: 4.9.0
Show newest version
// 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