public sealed class ListCapacityCommitmentsRequest : IMessage<ListCapacityCommitmentsRequest>, IEquatable<ListCapacityCommitmentsRequest>, IDeepCloneable<ListCapacityCommitmentsRequest>, IBufferMessage, IMessage, IPageRequestReference documentation and code samples for the BigQuery Reservation v1 API class ListCapacityCommitmentsRequest.
The request for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
Implements
IMessageListCapacityCommitmentsRequest, IEquatableListCapacityCommitmentsRequest, IDeepCloneableListCapacityCommitmentsRequest, IBufferMessage, IMessage, IPageRequestNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
ListCapacityCommitmentsRequest()
public ListCapacityCommitmentsRequest()ListCapacityCommitmentsRequest(ListCapacityCommitmentsRequest)
public ListCapacityCommitmentsRequest(ListCapacityCommitmentsRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCapacityCommitmentsRequest |
Properties
PageSize
public int PageSize { get; set; }The maximum number of items to return.
| 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. Resource name of the parent reservation. 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 |
|