Skip to content

Commit fa47bdc

Browse files
feat: Automated regeneration of Dataflow client (googleapis#12935)
Auto-created at 2025-02-07 13:15:55 +0000 using the toys pull request generator.
1 parent c5dea66 commit fa47bdc

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
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 "20250106"
23+
@discovery_revision "20250131"
2424

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

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ defmodule GoogleApi.Dataflow.V1b3.Model.TemplateMetadata do
2828
* `streaming` (*type:* `boolean()`, *default:* `nil`) - Optional. Indicates if the template is streaming or not.
2929
* `supportsAtLeastOnce` (*type:* `boolean()`, *default:* `nil`) - Optional. Indicates if the streaming template supports at least once mode.
3030
* `supportsExactlyOnce` (*type:* `boolean()`, *default:* `nil`) - Optional. Indicates if the streaming template supports exactly once mode.
31+
* `yamlDefinition` (*type:* `String.t`, *default:* `nil`) - Optional. For future use.
3132
"""
3233

3334
use GoogleApi.Gax.ModelBase
@@ -39,7 +40,8 @@ defmodule GoogleApi.Dataflow.V1b3.Model.TemplateMetadata do
3940
:parameters => list(GoogleApi.Dataflow.V1b3.Model.ParameterMetadata.t()) | nil,
4041
:streaming => boolean() | nil,
4142
:supportsAtLeastOnce => boolean() | nil,
42-
:supportsExactlyOnce => boolean() | nil
43+
:supportsExactlyOnce => boolean() | nil,
44+
:yamlDefinition => String.t() | nil
4345
}
4446

4547
field(:defaultStreamingMode)
@@ -49,6 +51,7 @@ defmodule GoogleApi.Dataflow.V1b3.Model.TemplateMetadata do
4951
field(:streaming)
5052
field(:supportsAtLeastOnce)
5153
field(:supportsExactlyOnce)
54+
field(:yamlDefinition)
5255
end
5356

5457
defimpl Poison.Decoder, for: GoogleApi.Dataflow.V1b3.Model.TemplateMetadata do

0 commit comments

Comments
 (0)