Interface ListReservationTopicsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListReservationTopicsResponse,ListReservationTopicsResponse.Builder
public interface ListReservationTopicsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
-
Method Summary
Modifier and TypeMethodDescriptionA token that can be sent as `page_token` to retrieve the next page of results.com.google.protobuf.ByteStringA token that can be sent as `page_token` to retrieve the next page of results.getTopics(int index) The names of topics attached to the reservation.com.google.protobuf.ByteStringgetTopicsBytes(int index) The names of topics attached to the reservation.intThe names of topics attached to the reservation.The names of topics attached to the reservation.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
getTopicsList
The names of topics attached to the reservation. The order of the topics is unspecified.
repeated string topics = 1;- Returns:
- A list containing the topics.
-
getTopicsCount
int getTopicsCount()The names of topics attached to the reservation. The order of the topics is unspecified.
repeated string topics = 1;- Returns:
- The count of topics.
-
getTopics
The names of topics attached to the reservation. The order of the topics is unspecified.
repeated string topics = 1;- Parameters:
index- The index of the element to return.- Returns:
- The topics at the given index.
-
getTopicsBytes
com.google.protobuf.ByteString getTopicsBytes(int index) The names of topics attached to the reservation. The order of the topics is unspecified.
repeated string topics = 1;- Parameters:
index- The index of the value to return.- Returns:
- The bytes of the topics at the given index.
-
getNextPageToken
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:
- The nextPageToken.
-
getNextPageTokenBytes
com.google.protobuf.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:
- The bytes for nextPageToken.
-