Class: Google::Cloud::Bigquery::Reservation::V1::MergeCapacityCommitmentsRequest

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/bigquery/reservation/v1/reservation.rb

Overview

Instance Attribute Summary collapse

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.

Returns:

  • (::Array<::String>)

    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.

Returns:

  • (::String)

    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