Skip to content

Commit 8f21467

Browse files
feat(dataflow): update the api
#### dataflow:v1b3 The following keys were added: - schemas.TemplateMetadata.properties.yamlDefinition.type (Total Keys: 1)
1 parent a736a5d commit 8f21467

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

docs/dyn/dataflow_v1b3.projects.locations.flexTemplates.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,7 @@ <h3>Method Details</h3>
170170
&quot;streaming&quot;: True or False, # Optional. Indicates if the template is streaming or not.
171171
&quot;supportsAtLeastOnce&quot;: True or False, # Optional. Indicates if the streaming template supports at least once mode.
172172
&quot;supportsExactlyOnce&quot;: True or False, # Optional. Indicates if the streaming template supports exactly once mode.
173+
&quot;yamlDefinition&quot;: &quot;A String&quot;, # Optional. For future use.
173174
},
174175
&quot;sdkInfo&quot;: { # SDK Information. # Required. SDK info of the Flex Template.
175176
&quot;language&quot;: &quot;A String&quot;, # Required. The SDK Language.

docs/dyn/dataflow_v1b3.projects.locations.templates.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,7 @@ <h3>Method Details</h3>
529529
&quot;streaming&quot;: True or False, # Optional. Indicates if the template is streaming or not.
530530
&quot;supportsAtLeastOnce&quot;: True or False, # Optional. Indicates if the streaming template supports at least once mode.
531531
&quot;supportsExactlyOnce&quot;: True or False, # Optional. Indicates if the streaming template supports exactly once mode.
532+
&quot;yamlDefinition&quot;: &quot;A String&quot;, # Optional. For future use.
532533
},
533534
&quot;runtimeMetadata&quot;: { # RuntimeMetadata describing a runtime environment. # Describes the runtime metadata with SDKInfo and available parameters.
534535
&quot;parameters&quot;: [ # The parameters for the template.

docs/dyn/dataflow_v1b3.projects.templates.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -528,6 +528,7 @@ <h3>Method Details</h3>
528528
&quot;streaming&quot;: True or False, # Optional. Indicates if the template is streaming or not.
529529
&quot;supportsAtLeastOnce&quot;: True or False, # Optional. Indicates if the streaming template supports at least once mode.
530530
&quot;supportsExactlyOnce&quot;: True or False, # Optional. Indicates if the streaming template supports exactly once mode.
531+
&quot;yamlDefinition&quot;: &quot;A String&quot;, # Optional. For future use.
531532
},
532533
&quot;runtimeMetadata&quot;: { # RuntimeMetadata describing a runtime environment. # Describes the runtime metadata with SDKInfo and available parameters.
533534
&quot;parameters&quot;: [ # The parameters for the template.

googleapiclient/discovery_cache/documents/dataflow.v1b3.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2208,7 +2208,7 @@
22082208
}
22092209
}
22102210
},
2211-
"revision": "20250106",
2211+
"revision": "20250131",
22122212
"rootUrl": "https://dataflow.googleapis.com/",
22132213
"schemas": {
22142214
"ApproximateProgress": {
@@ -5747,13 +5747,15 @@ false
57475747
"UNKNOWN",
57485748
"JAVA",
57495749
"PYTHON",
5750-
"GO"
5750+
"GO",
5751+
"YAML"
57515752
],
57525753
"enumDescriptions": [
57535754
"UNKNOWN Language.",
57545755
"Java.",
57555756
"Python.",
5756-
"Go."
5757+
"Go.",
5758+
"YAML."
57575759
],
57585760
"type": "string"
57595761
},
@@ -7241,6 +7243,10 @@ false
72417243
"supportsExactlyOnce": {
72427244
"description": "Optional. Indicates if the streaming template supports exactly once mode.",
72437245
"type": "boolean"
7246+
},
7247+
"yamlDefinition": {
7248+
"description": "Optional. For future use.",
7249+
"type": "string"
72447250
}
72457251
},
72467252
"type": "object"

0 commit comments

Comments
 (0)