Interface ListReservationTopicsResponseOrBuilder (1.4.12)

public interface ListReservationTopicsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token that can be sent as page_token to retrieve the next page of results. If this field is omitted, there are no more results.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getTopics(int index)

public abstract String getTopics(int index)

The names of topics attached to the reservation. The order of the topics is unspecified.

repeated string topics = 1;

Parameter
NameDescription
indexint

The index of the element to return.

Returns
TypeDescription
String

The topics at the given index.

getTopicsBytes(int index)

public abstract ByteString getTopicsBytes(int index)

The names of topics attached to the reservation. The order of the topics is unspecified.

repeated string topics = 1;

Parameter
NameDescription
indexint

The index of the value to return.

Returns
TypeDescription
ByteString

The bytes of the topics at the given index.

getTopicsCount()

public abstract int getTopicsCount()

The names of topics attached to the reservation. The order of the topics is unspecified.

repeated string topics = 1;

Returns
TypeDescription
int

The count of topics.

getTopicsList()

public abstract List<String> getTopicsList()

The names of topics attached to the reservation. The order of the topics is unspecified.

repeated string topics = 1;

Returns
TypeDescription
List<String>

A list containing the topics.