public sealed class ListCapacityCommitmentsResponse : IMessage<ListCapacityCommitmentsResponse>, IEquatable<ListCapacityCommitmentsResponse>, IDeepCloneable<ListCapacityCommitmentsResponse>, IBufferMessage, IMessage, IPageResponse<CapacityCommitment>, IEnumerable<CapacityCommitment>, IEnumerableReference documentation and code samples for the BigQuery Reservation v1 API class ListCapacityCommitmentsResponse.
The response for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
Implements
IMessageListCapacityCommitmentsResponse, IEquatableListCapacityCommitmentsResponse, IDeepCloneableListCapacityCommitmentsResponse, IBufferMessage, IMessage, IPageResponseCapacityCommitment, IEnumerableCapacityCommitment, IEnumerableNamespace
Google.Cloud.BigQuery.Reservation.V1Assembly
Google.Cloud.BigQuery.Reservation.V1.dll
Constructors
ListCapacityCommitmentsResponse()
public ListCapacityCommitmentsResponse()ListCapacityCommitmentsResponse(ListCapacityCommitmentsResponse)
public ListCapacityCommitmentsResponse(ListCapacityCommitmentsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
ListCapacityCommitmentsResponse |
Properties
CapacityCommitments
public RepeatedField<CapacityCommitment> CapacityCommitments { get; }List of capacity commitments visible to the user.
| Property Value | |
|---|---|
| Type | Description |
RepeatedFieldCapacityCommitment |
|
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 | |
|---|---|
| Type | Description |
string |
|
Methods
GetEnumerator()
public IEnumerator<CapacityCommitment> GetEnumerator()Returns an enumerator that iterates through the resources in this response.
| Returns | |
|---|---|
| Type | Description |
IEnumeratorCapacityCommitment |
|