public interface ListReservationTopicsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token that can be sent as `page_token` to retrieve the next page of
results.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token that can be sent as `page_token` to retrieve the next page of
results.
|
String |
getTopics(int index)
The names of topics attached to the reservation.
|
com.google.protobuf.ByteString |
getTopicsBytes(int index)
The names of topics attached to the reservation.
|
int |
getTopicsCount()
The names of topics attached to the reservation.
|
List<String> |
getTopicsList()
The names of topics attached to the reservation.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<String> getTopicsList()
The names of topics attached to the reservation. The order of the topics is unspecified.
repeated string topics = 1;int getTopicsCount()
The names of topics attached to the reservation. The order of the topics is unspecified.
repeated string topics = 1;String getTopics(int index)
The names of topics attached to the reservation. The order of the topics is unspecified.
repeated string topics = 1;index - The index of the element to return.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;index - The index of the value to return.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;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;Copyright © 2023 Google LLC. All rights reserved.