com.google.pubsub.v1.ListTopicsResponseOrBuilder Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of proto-google-cloud-pubsub-v1 Show documentation
Show all versions of proto-google-cloud-pubsub-v1 Show documentation
PROTO library for proto-google-cloud-pubsub-v1
// 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 extends com.google.pubsub.v1.TopicOrBuilder>
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 - 2025 Weber Informatics LLC | Privacy Policy