public interface ListReservationsResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no
more results in the list.
|
Reservation |
getReservations(int index)
List of reservations visible to the user.
|
int |
getReservationsCount()
List of reservations visible to the user.
|
List<Reservation> |
getReservationsList()
List of reservations visible to the user.
|
ReservationOrBuilder |
getReservationsOrBuilder(int index)
List of reservations visible to the user.
|
List<? extends ReservationOrBuilder> |
getReservationsOrBuilderList()
List of reservations visible to the user.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<Reservation> getReservationsList()
List of reservations visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Reservation reservations = 1;Reservation getReservations(int index)
List of reservations visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Reservation reservations = 1;int getReservationsCount()
List of reservations visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Reservation reservations = 1;List<? extends ReservationOrBuilder> getReservationsOrBuilderList()
List of reservations visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Reservation reservations = 1;ReservationOrBuilder getReservationsOrBuilder(int index)
List of reservations visible to the user.
repeated .google.cloud.bigquery.reservation.v1.Reservation reservations = 1;String getNextPageToken()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;com.google.protobuf.ByteString getNextPageTokenBytes()
Token to retrieve the next page of results, or empty if there are no more results in the list.
string next_page_token = 2;Copyright © 2024 Google LLC. All rights reserved.