public sealed class ListCapacityCommitmentsRequest : IMessage<ListCapacityCommitmentsRequest>, IEquatable<ListCapacityCommitmentsRequest>, IDeepCloneable<ListCapacityCommitmentsRequest>, IBufferMessage, IMessage, IPageRequest
The request for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
Implements
IMessage<ListCapacityCommitmentsRequest>, IEquatable<ListCapacityCommitmentsRequest>, IDeepCloneable<ListCapacityCommitmentsRequest>, 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 |
Int32 |
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 |