Skip to content

Commit c205402

Browse files
feat: Automated regeneration of AIPlatform client (googleapis#12753)
Auto-created at 2024-12-21 13:13:49 +0000 using the toys pull request generator.
1 parent 453a09d commit c205402

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

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

23-
@discovery_revision "20241210"
23+
@discovery_revision "20241214"
2424

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

clients/ai_platform/lib/google_api/ai_platform/v1/model/google_cloud_aiplatform_v1_blob.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
defmodule GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Blob do
1919
@moduledoc """
20-
Content blob. It's preferred to send as text directly rather than raw bytes.
20+
Content blob.
2121
2222
## Attributes
2323

clients/ai_platform/mix.exs

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

21-
@version "0.26.0"
21+
@version "0.26.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)