Skip to content

Commit 49bf4e3

Browse files
feat: Automated regeneration of Batch client (googleapis#12172)
Auto-created at 2024-09-19 13:18:04 +0000 using the toys pull request generator.
1 parent b653e9f commit 49bf4e3

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 "20240821"
23+
@discovery_revision "20240911"
2424

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ defmodule GoogleApi.Batch.V1.Model.InstancePolicyOrTemplate do
2424
* `blockProjectSshKeys` (*type:* `boolean()`, *default:* `nil`) - Optional. Set this field to `true` if you want Batch to block project-level SSH keys from accessing this job's VMs. Alternatively, you can configure the job to specify a VM instance template that blocks project-level SSH keys. In either case, Batch blocks project-level SSH keys while creating the VMs for this job. Batch allows project-level SSH keys for a job's VMs only if all the following are true: + This field is undefined or set to `false`. + The job's VM instance template (if any) doesn't block project-level SSH keys. Notably, you can override this behavior by manually updating a VM to block or allow project-level SSH keys. For more information about blocking project-level SSH keys, see the Compute Engine documentation: https://cloud.google.com/compute/docs/connect/restrict-ssh-keys#block-keys
2525
* `installGpuDrivers` (*type:* `boolean()`, *default:* `nil`) - Set this field true if you want Batch to help fetch drivers from a third party location and install them for GPUs specified in `policy.accelerators` or `instance_template` on your behalf. Default is false. For Container-Optimized Image cases, Batch will install the accelerator driver following milestones of https://cloud.google.com/container-optimized-os/docs/release-notes. For non Container-Optimized Image cases, following https://github.com/GoogleCloudPlatform/compute-gpu-installation/blob/main/linux/install_gpu_driver.py.
2626
* `installOpsAgent` (*type:* `boolean()`, *default:* `nil`) - Optional. Set this field true if you want Batch to install Ops Agent on your behalf. Default is false.
27-
* `instanceTemplate` (*type:* `String.t`, *default:* `nil`) - Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid c++ keyword conflict.
27+
* `instanceTemplate` (*type:* `String.t`, *default:* `nil`) - Name of an instance template used to create VMs. Named the field as 'instance_template' instead of 'template' to avoid C++ keyword conflict. Batch only supports global instance templates. You can specify the global instance template as a full or partial URL.
2828
* `policy` (*type:* `GoogleApi.Batch.V1.Model.InstancePolicy.t`, *default:* `nil`) - InstancePolicy.
2929
"""
3030

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.0"
21+
@version "0.6.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)