Skip to content

Commit 958452f

Browse files
feat: Automated regeneration of Dataflow client (googleapis#12343)
Auto-created at 2024-10-17 13:15:24 +0000 using the toys pull request generator.
1 parent b24dc75 commit 958452f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

clients/dataflow/lib/google_api/dataflow/v1b3/metadata.ex

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

23-
@discovery_revision "20240817"
23+
@discovery_revision "20241014"
2424

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

clients/dataflow/lib/google_api/dataflow/v1b3/model/flex_template_runtime_environment.ex

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

1818
defmodule GoogleApi.Dataflow.V1b3.Model.FlexTemplateRuntimeEnvironment do
1919
@moduledoc """
20-
The environment values to be set at runtime for flex template. LINT.IfChange
20+
The environment values to be set at runtime for flex template.
2121
2222
## Attributes
2323

clients/dataflow/lib/google_api/dataflow/v1b3/model/runtime_environment.ex

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

1818
defmodule GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment do
1919
@moduledoc """
20-
The environment values to set at runtime. LINT.IfChange
20+
The environment values to set at runtime.
2121
2222
## Attributes
2323

clients/dataflow/mix.exs

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

21-
@version "0.50.0"
21+
@version "0.50.1"
2222

2323
def project() do
2424
[

0 commit comments

Comments
 (0)