Reference documentation and code samples for the BigQuery Reservation V1 API class Google::Cloud::Bigquery::Reservation::V1::ListCapacityCommitmentsResponse.
The response for ReservationService.ListCapacityCommitments.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#capacity_commitments
def capacity_commitments() -> ::Array<::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment>
    Returns
    
  - (::Array<::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment>) — List of capacity commitments visible to the user.
#capacity_commitments=
def capacity_commitments=(value) -> ::Array<::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment>
    Parameter
    
  - value (::Array<::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment>) — List of capacity commitments visible to the user.
    Returns
    
  - (::Array<::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment>) — List of capacity commitments visible to the user.
#next_page_token
def next_page_token() -> ::String
    Returns
    
  - (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
#next_page_token=
def next_page_token=(value) -> ::String
    Parameter
    
  - value (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.
    Returns
    
- (::String) — Token to retrieve the next page of results, or empty if there are no more results in the list.