Interface ListTopicsResponseOrBuilder (1.117.0)

public interface ListTopicsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract 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;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

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;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTopics(int index)

public abstract Topic getTopics(int index)

The resulting topics.

repeated .google.pubsub.v1.Topic topics = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
Topic

getTopicsCount()

public abstract int getTopicsCount()

The resulting topics.

repeated .google.pubsub.v1.Topic topics = 1;

Returns
TypeDescription
int

getTopicsList()

public abstract List<Topic> getTopicsList()

The resulting topics.

repeated .google.pubsub.v1.Topic topics = 1;

Returns
TypeDescription
List<Topic>

getTopicsOrBuilder(int index)

public abstract TopicOrBuilder getTopicsOrBuilder(int index)

The resulting topics.

repeated .google.pubsub.v1.Topic topics = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
TopicOrBuilder

getTopicsOrBuilderList()

public abstract List<? extends TopicOrBuilder> getTopicsOrBuilderList()

The resulting topics.

repeated .google.pubsub.v1.Topic topics = 1;

Returns
TypeDescription
List<? extends com.google.pubsub.v1.TopicOrBuilder>