From b65ee19ec9df8d5fa06d4416ed8d0a245198d1ce Mon Sep 17 00:00:00 2001
From: Yoshi Automation Bot <yoshi-automation@google.com>
Date: Fri, 5 Jul 2024 13:06:53 +0000
Subject: [PATCH] feat: Automated regeneration of Transcoder client

---
 clients/transcoder/lib/google_api/transcoder/v1/metadata.ex     | 2 +-
 clients/transcoder/lib/google_api/transcoder/v1/model/output.ex | 2 +-
 clients/transcoder/mix.exs                                      | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/clients/transcoder/lib/google_api/transcoder/v1/metadata.ex b/clients/transcoder/lib/google_api/transcoder/v1/metadata.ex
index c18609014d..b9da85bf4d 100644
--- a/clients/transcoder/lib/google_api/transcoder/v1/metadata.ex
+++ b/clients/transcoder/lib/google_api/transcoder/v1/metadata.ex
@@ -20,7 +20,7 @@ defmodule GoogleApi.Transcoder.V1 do
   API client metadata for GoogleApi.Transcoder.V1.
   """
 
-  @discovery_revision "20240228"
+  @discovery_revision "20240626"
 
   def discovery_revision(), do: @discovery_revision
 end
diff --git a/clients/transcoder/lib/google_api/transcoder/v1/model/output.ex b/clients/transcoder/lib/google_api/transcoder/v1/model/output.ex
index f7ed80df1b..9a197f62bf 100644
--- a/clients/transcoder/lib/google_api/transcoder/v1/model/output.ex
+++ b/clients/transcoder/lib/google_api/transcoder/v1/model/output.ex
@@ -21,7 +21,7 @@ defmodule GoogleApi.Transcoder.V1.Model.Output do
 
   ## Attributes
 
-  *   `uri` (*type:* `String.t`, *default:* `nil`) - URI for the output file(s). For example, `gs://my-bucket/outputs/`. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
+  *   `uri` (*type:* `String.t`, *default:* `nil`) - URI for the output file(s). For example, `gs://my-bucket/outputs/`. Must be a directory and not a top-level bucket. If empty, the value is populated from Job.output_uri. See [Supported input and output formats](https://cloud.google.com/transcoder/docs/concepts/supported-input-and-output-formats).
   """
 
   use GoogleApi.Gax.ModelBase
diff --git a/clients/transcoder/mix.exs b/clients/transcoder/mix.exs
index 687973e724..822bcc5fa4 100644
--- a/clients/transcoder/mix.exs
+++ b/clients/transcoder/mix.exs
@@ -18,7 +18,7 @@
 defmodule GoogleApi.Transcoder.Mixfile do
   use Mix.Project
 
-  @version "0.3.0"
+  @version "0.3.1"
 
   def project() do
     [