Class: Google::Cloud::Bigquery::Reservation::V1::ListCapacityCommitmentsResponse
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::ListCapacityCommitmentsResponse
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
The response for ReservationService.ListCapacityCommitments.
Instance Attribute Summary collapse
-
#capacity_commitments ⇒ ::Array<::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment>
List of capacity commitments visible to the user.
-
#next_page_token ⇒ ::String
Token to retrieve the next page of results, or empty if there are no more results in the list.
Instance Attribute Details
#capacity_commitments ⇒ ::Array<::Google::Cloud::Bigquery::Reservation::V1::CapacityCommitment>
Returns List of capacity commitments visible to the user.
376 377 378 379 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 376 class ListCapacityCommitmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#next_page_token ⇒ ::String
Returns Token to retrieve the next page of results, or empty if there are no more results in the list.
376 377 378 379 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 376 class ListCapacityCommitmentsResponse include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |