From 496ec1c810c73cdb60d6d6aad25e83cf900a2a90 Mon Sep 17 00:00:00 2001 From: Yoshi Automation Bot Date: Sun, 26 Jan 2025 13:11:35 +0000 Subject: [PATCH] feat: Automated regeneration of TPU client --- clients/tpu/lib/google_api/tpu/v2/metadata.ex | 2 +- clients/tpu/lib/google_api/tpu/v2/model/multislice_params.ex | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/clients/tpu/lib/google_api/tpu/v2/metadata.ex b/clients/tpu/lib/google_api/tpu/v2/metadata.ex index 9af375b363..bd830805e8 100644 --- a/clients/tpu/lib/google_api/tpu/v2/metadata.ex +++ b/clients/tpu/lib/google_api/tpu/v2/metadata.ex @@ -20,7 +20,7 @@ defmodule GoogleApi.TPU.V2 do API client metadata for GoogleApi.TPU.V2. """ - @discovery_revision "20250103" + @discovery_revision "20250116" def discovery_revision(), do: @discovery_revision end diff --git a/clients/tpu/lib/google_api/tpu/v2/model/multislice_params.ex b/clients/tpu/lib/google_api/tpu/v2/model/multislice_params.ex index c444fa3695..f5b3188f8c 100644 --- a/clients/tpu/lib/google_api/tpu/v2/model/multislice_params.ex +++ b/clients/tpu/lib/google_api/tpu/v2/model/multislice_params.ex @@ -21,7 +21,7 @@ defmodule GoogleApi.TPU.V2.Model.MultisliceParams do ## Attributes - * `nodeCount` (*type:* `integer()`, *default:* `nil`) - Required. Number of nodes with this spec. The system will attempt to provison "node_count" nodes as part of the request. This needs to be > 1. + * `nodeCount` (*type:* `integer()`, *default:* `nil`) - Required. Number of nodes with this spec. The system will attempt to provision "node_count" nodes as part of the request. This needs to be > 1. * `nodeIdPrefix` (*type:* `String.t`, *default:* `nil`) - Optional. Prefix of node_ids in case of multislice request. Should follow the `^[A-Za-z0-9_.~+%-]+$` regex format. If node_count = 3 and node_id_prefix = "np", node ids of nodes created will be "np-0", "np-1", "np-2". If this field is not provided we use queued_resource_id as the node_id_prefix. """