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

com.google.pubsub.v1.ListTopicsResponseOrBuilder Maven / Gradle / Ivy

There is a newer version: 1.114.2
Show newest version
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: google/pubsub/v1/pubsub.proto

package com.google.pubsub.v1;

public interface ListTopicsResponseOrBuilder extends
    // @@protoc_insertion_point(interface_extends:google.pubsub.v1.ListTopicsResponse)
    com.google.protobuf.MessageOrBuilder {

  /**
   * 
   * The resulting topics.
   * 
* * repeated .google.pubsub.v1.Topic topics = 1; */ java.util.List getTopicsList(); /** *
   * The resulting topics.
   * 
* * repeated .google.pubsub.v1.Topic topics = 1; */ com.google.pubsub.v1.Topic getTopics(int index); /** *
   * The resulting topics.
   * 
* * repeated .google.pubsub.v1.Topic topics = 1; */ int getTopicsCount(); /** *
   * The resulting topics.
   * 
* * repeated .google.pubsub.v1.Topic topics = 1; */ java.util.List getTopicsOrBuilderList(); /** *
   * The resulting topics.
   * 
* * repeated .google.pubsub.v1.Topic topics = 1; */ com.google.pubsub.v1.TopicOrBuilder getTopicsOrBuilder( int index); /** *
   * If not empty, indicates that there may be more topics that match the
   * request; this value should be passed in a new `ListTopicsRequest`.
   * 
* * string next_page_token = 2; */ java.lang.String getNextPageToken(); /** *
   * If not empty, indicates that there may be more topics that match the
   * request; this value should be passed in a new `ListTopicsRequest`.
   * 
* * string next_page_token = 2; */ com.google.protobuf.ByteString getNextPageTokenBytes(); }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy