Class Google::Cloud::Bigquery::Reservation::V1::MergeCapacityCommitmentsRequest (v0.4.2)

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#capacity_commitment_ids

def capacity_commitment_ids() -> ::Array<::String>
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

#capacity_commitment_ids=

def capacity_commitment_ids=(value) -> ::Array<::String>
Parameter
  • value (::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
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

#parent

def parent() -> ::String
Returns
  • (::String) — Parent resource that identifies admin project and location e.g., projects/myproject/locations/us

#parent=

def parent=(value) -> ::String
Parameter
  • value (::String) — 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