Class: Google::Cloud::Bigquery::Reservation::V1::ListCapacityCommitmentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::ListCapacityCommitmentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
The request for ReservationService.ListCapacityCommitments.
Instance Attribute Summary collapse
-
#page_size ⇒ ::Integer
The maximum number of items to return.
-
#page_token ⇒ ::String
The next_page_token value returned from a previous List request, if any.
-
#parent ⇒ ::String
Required.
Instance Attribute Details
#page_size ⇒ ::Integer
Returns The maximum number of items to return.
362 363 364 365 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 362 class ListCapacityCommitmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#page_token ⇒ ::String
Returns The next_page_token value returned from a previous List request, if any.
362 363 364 365 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 362 class ListCapacityCommitmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Required. Resource name of the parent reservation. E.g.,
projects/myproject/locations/US
.
362 363 364 365 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 362 class ListCapacityCommitmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |