GoogleApi.BigQueryReservation.V1.Model.MergeCapacityCommitmentsRequest (google_api_big_query_reservation v0.21.0)

View Source

The request for ReservationService.MergeCapacityCommitments.

Attributes

  • capacityCommitmentId (type: String.t, default: nil) - Optional. The optional resulting capacity commitment ID. Capacity commitment name will be generated automatically if this field is empty. This field must only contain lower case alphanumeric characters or dashes. The first and last character cannot be a dash. Max length is 64 characters.
  • capacityCommitmentIds (type: list(String.t), default: nil) - 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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.BigQueryReservation.V1.Model.MergeCapacityCommitmentsRequest{
  capacityCommitmentId: String.t() | nil,
  capacityCommitmentIds: [String.t()] | nil
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.