Skip to content

Commit c58cded

Browse files
feat: Automated regeneration of Batch client (googleapis#12263)
Auto-created at 2024-10-03 13:17:36 +0000 using the toys pull request generator.
1 parent c6292d7 commit c58cded

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

23-
@discovery_revision "20240919"
23+
@discovery_revision "20240925"
2424

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

clients/batch/lib/google_api/batch/v1/model/instance_policy.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ defmodule GoogleApi.Batch.V1.Model.InstancePolicy do
2727
* `machineType` (*type:* `String.t`, *default:* `nil`) - The Compute Engine machine type.
2828
* `minCpuPlatform` (*type:* `String.t`, *default:* `nil`) - The minimum CPU platform. See https://cloud.google.com/compute/docs/instances/specify-min-cpu-platform.
2929
* `provisioningModel` (*type:* `String.t`, *default:* `nil`) - The provisioning model.
30-
* `reservation` (*type:* `String.t`, *default:* `nil`) - Optional. If specified, VMs will consume only the specified reservation. If not specified (default), VMs will consume any applicable reservation.
30+
* `reservation` (*type:* `String.t`, *default:* `nil`) - Optional. If specified, VMs will consume only the specified reservation. If not specified (default), VMs will consume any applicable reservation. Additionally, VMs will not consume any reservation if "NO_RESERVATION" is specified.
3131
"""
3232

3333
use GoogleApi.Gax.ModelBase

clients/batch/mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
defmodule GoogleApi.Batch.Mixfile do
1919
use Mix.Project
2020

21-
@version "0.6.2"
21+
@version "0.6.3"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)