Class: Google::Cloud::Bigquery::Reservation::V1::MergeCapacityCommitmentsRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Bigquery::Reservation::V1::MergeCapacityCommitmentsRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb
Overview
The request for ReservationService.MergeCapacityCommitments.
Instance Attribute Summary collapse
-
#capacity_commitment_ids ⇒ ::Array<::String>
Ids of capacity commitments to merge.
-
#parent ⇒ ::String
Parent resource that identifies admin project and location e.g.,
projects/myproject/locations/us
.
Instance Attribute Details
#capacity_commitment_ids ⇒ ::Array<::String>
Returns Ids of capacity commitments to merge. These capacity commitments must exist under admin project and location specified in the parent. ID is the last portion of capacity commitment name e.g., 'abc' for projects/myproject/locations/US/capacityCommitments/abc.
461 462 463 464 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 461 class MergeCapacityCommitmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parent ⇒ ::String
Returns Parent resource that identifies admin project and location e.g.,
projects/myproject/locations/us
.
461 462 463 464 |
# File 'proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb', line 461 class MergeCapacityCommitmentsRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |