public sealed class ListCapacityCommitmentsResponse : IMessage<ListCapacityCommitmentsResponse>, IEquatable<ListCapacityCommitmentsResponse>, IDeepCloneable<ListCapacityCommitmentsResponse>, IBufferMessage, IMessage, IPageResponse<CapacityCommitment>, IEnumerable<CapacityCommitment>, IEnumerableThe response for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].
Implements
IMessage<ListCapacityCommitmentsResponse>, IEquatable<ListCapacityCommitmentsResponse>, IDeepCloneable<ListCapacityCommitmentsResponse>, IBufferMessage, IMessage, IPageResponse<CapacityCommitment>, IEnumerable<CapacityCommitment>, 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 |
RepeatedField<CapacityCommitment> |
|
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 |
IEnumerator<CapacityCommitment> |
|
Explicit Interface Implementations
IEnumerable.GetEnumerator()
IEnumerator IEnumerable.GetEnumerator()| Returns | |
|---|---|
| Type | Description |
IEnumerator |
|