public sealed class ListReservationsRequest : IMessage<ListReservationsRequest>, IEquatable<ListReservationsRequest>, IDeepCloneable<ListReservationsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the BigQuery Reservation v1 API class ListReservationsRequest.
The request for [ReservationService.ListReservations][google.cloud.bigquery.reservation.v1.ReservationService.ListReservations].
Implements
IMessageListReservationsRequest, IEquatableListReservationsRequest, IDeepCloneableListReservationsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
ListReservationsRequest()
public ListReservationsRequest()ListReservationsRequest(ListReservationsRequest)
public ListReservationsRequest(ListReservationsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListReservationsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of items to return per page.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }The next_page_token value returned from a previous List request, if any.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The parent resource name containing project and location, e.g.:
projects/myproject/locations/US
| Property Value | |
|---|---|
| Type | Description |
string |
|
ParentAsLocationName
public LocationName ParentAsLocationName { get; set; }LocationName-typed view over the Parent resource name property.
| Property Value | |
|---|---|
| Type | Description |
LocationName |
|