BigQuery Reservation v1 API - Class ListReservationsResponse (2.2.0)

public sealed class ListReservationsResponse : IMessage<ListReservationsResponse>, IEquatable<ListReservationsResponse>, IDeepCloneable<ListReservationsResponse>, IBufferMessage, IMessage, IPageResponse<Reservation>, IEnumerable<Reservation>, IEnumerable

Reference documentation and code samples for the BigQuery Reservation v1 API class ListReservationsResponse.

The response for [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations].

Inheritance

object > ListReservationsResponse

Namespace

GoogleGoogle.CloudGoogle.Cloud.BigQueryGoogle.Cloud.BigQuery.ReservationV1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

ListReservationsResponse()

public ListReservationsResponse()

ListReservationsResponse(ListReservationsResponse)

public ListReservationsResponse(ListReservationsResponse other)
Parameter
NameDescription
otherListReservationsResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

Token to retrieve the next page of results, or empty if there are no more results in the list.

Property Value
TypeDescription
string

Reservations

public RepeatedField<Reservation> Reservations { get; }

List of reservations visible to the user.

Property Value
TypeDescription
RepeatedFieldReservation

Methods

GetEnumerator()

public IEnumerator<Reservation> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumeratorReservation