Class ListCapacityCommitmentsResponse (1.5.0)

public sealed class ListCapacityCommitmentsResponse : IMessage<ListCapacityCommitmentsResponse>, IEquatable<ListCapacityCommitmentsResponse>, IDeepCloneable<ListCapacityCommitmentsResponse>, IBufferMessage, IMessage, IPageResponse<CapacityCommitment>, IEnumerable<CapacityCommitment>, IEnumerable

The response for [ReservationService.ListCapacityCommitments][google.cloud.bigquery.reservation.v1.ReservationService.ListCapacityCommitments].

Inheritance

Object > ListCapacityCommitmentsResponse

Namespace

Google.Cloud.BigQuery.Reservation.V1

Assembly

Google.Cloud.BigQuery.Reservation.V1.dll

Constructors

ListCapacityCommitmentsResponse()

public ListCapacityCommitmentsResponse()

ListCapacityCommitmentsResponse(ListCapacityCommitmentsResponse)

public ListCapacityCommitmentsResponse(ListCapacityCommitmentsResponse other)
Parameter
NameDescription
otherListCapacityCommitmentsResponse

Properties

CapacityCommitments

public RepeatedField<CapacityCommitment> CapacityCommitments { get; }

List of capacity commitments visible to the user.

Property Value
TypeDescription
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
TypeDescription
String

Methods

GetEnumerator()

public IEnumerator<CapacityCommitment> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<CapacityCommitment>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator