Interface ListReservationsResponseOrBuilder
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
ListReservationsResponse,ListReservationsResponse.Builder
public interface ListReservationsResponseOrBuilder
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.getReservations(int index) The list of reservation in the requested parent.intThe list of reservation in the requested parent.The list of reservation in the requested parent.getReservationsOrBuilder(int index) The list of reservation in the requested parent.List<? extends ReservationOrBuilder>The list of reservation in the requested parent.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
-
getReservationsList
List<Reservation> getReservationsList()The list of reservation in the requested parent. The order of the reservations is unspecified.
repeated .google.cloud.pubsublite.v1.Reservation reservations = 1; -
getReservations
The list of reservation in the requested parent. The order of the reservations is unspecified.
repeated .google.cloud.pubsublite.v1.Reservation reservations = 1; -
getReservationsCount
int getReservationsCount()The list of reservation in the requested parent. The order of the reservations is unspecified.
repeated .google.cloud.pubsublite.v1.Reservation reservations = 1; -
getReservationsOrBuilderList
List<? extends ReservationOrBuilder> getReservationsOrBuilderList()The list of reservation in the requested parent. The order of the reservations is unspecified.
repeated .google.cloud.pubsublite.v1.Reservation reservations = 1; -
getReservationsOrBuilder
The list of reservation in the requested parent. The order of the reservations is unspecified.
repeated .google.cloud.pubsublite.v1.Reservation reservations = 1; -
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.
-