Skip to content

Commit

Permalink
feat: Automated regeneration of AIPlatform client (#12753)
Browse files Browse the repository at this point in the history
Auto-created at 2024-12-21 13:13:49 +0000 using the toys pull request generator.
  • Loading branch information
yoshi-code-bot authored Dec 21, 2024
1 parent 453a09d commit c205402
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ defmodule GoogleApi.AIPlatform.V1 do
API client metadata for GoogleApi.AIPlatform.V1.
"""

@discovery_revision "20241210"
@discovery_revision "20241214"

def discovery_revision(), do: @discovery_revision
end
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

defmodule GoogleApi.AIPlatform.V1.Model.GoogleCloudAiplatformV1Blob do
@moduledoc """
Content blob. It's preferred to send as text directly rather than raw bytes.
Content blob.
## Attributes
Expand Down
2 changes: 1 addition & 1 deletion clients/ai_platform/mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
defmodule GoogleApi.AIPlatform.Mixfile do
use Mix.Project

@version "0.26.0"
@version "0.26.1"

def project() do
[
Expand Down

0 comments on commit c205402

Please sign in to comment.