Skip to content

Commit bcf3398

Browse files
feat: Automated regeneration of BigQueryReservation client (googleapis#13173)
Auto-created at 2025-03-19 13:13:57 +0000 using the toys pull request generator.
1 parent 7b303c6 commit bcf3398

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

clients/big_query_reservation/lib/google_api/big_query_reservation/v1/metadata.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ defmodule GoogleApi.BigQueryReservation.V1 do
2020
API client metadata for GoogleApi.BigQueryReservation.V1.
2121
"""
2222

23-
@discovery_revision "20250304"
23+
@discovery_revision "20250316"
2424

2525
def discovery_revision(), do: @discovery_revision
2626
end

clients/big_query_reservation/lib/google_api/big_query_reservation/v1/model/merge_capacity_commitments_request.ex

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,18 @@ defmodule GoogleApi.BigQueryReservation.V1.Model.MergeCapacityCommitmentsRequest
2121
2222
## Attributes
2323
24+
* `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.
2425
* `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
2526
"""
2627

2728
use GoogleApi.Gax.ModelBase
2829

2930
@type t :: %__MODULE__{
31+
:capacityCommitmentId => String.t() | nil,
3032
:capacityCommitmentIds => list(String.t()) | nil
3133
}
3234

35+
field(:capacityCommitmentId)
3336
field(:capacityCommitmentIds, type: :list)
3437
end
3538

0 commit comments

Comments
 (0)