Skip to content

Commit 7e68853

Browse files
feat(dataflow): update the api
#### dataflow:v1b3 The following keys were added: - schemas.ParameterMetadata.properties.hiddenUi.type (Total Keys: 1) - schemas.TemplateMetadata.properties.streaming.type (Total Keys: 1) - schemas.TemplateMetadata.properties.supportsAtLeastOnce.type (Total Keys: 1) - schemas.TemplateMetadata.properties.supportsExactlyOnce.type (Total Keys: 1)
1 parent a8a7ec6 commit 7e68853

File tree

4 files changed

+31
-1
lines changed

4 files changed

+31
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -152,6 +152,7 @@ <h3>Method Details</h3>
152152
],
153153
&quot;groupName&quot;: &quot;A String&quot;, # Optional. Specifies a group name for this parameter to be rendered under. Group header text will be rendered exactly as specified in this field. Only considered when parent_name is NOT provided.
154154
&quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
155+
&quot;hiddenUi&quot;: True or False, # Optional. Whether the parameter should be hidden in the UI.
155156
&quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
156157
&quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
157158
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
@@ -165,6 +166,9 @@ <h3>Method Details</h3>
165166
],
166167
},
167168
],
169+
&quot;streaming&quot;: True or False, # Optional. Indicates if the template is streaming or not.
170+
&quot;supportsAtLeastOnce&quot;: True or False, # Optional. Indicates if the streaming template supports at least once mode.
171+
&quot;supportsExactlyOnce&quot;: True or False, # Optional. Indicates if the streaming template supports exactly once mode.
168172
},
169173
&quot;sdkInfo&quot;: { # SDK Information. # Required. SDK info of the Flex Template.
170174
&quot;language&quot;: &quot;A String&quot;, # Required. The SDK Language.

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -506,6 +506,7 @@ <h3>Method Details</h3>
506506
],
507507
&quot;groupName&quot;: &quot;A String&quot;, # Optional. Specifies a group name for this parameter to be rendered under. Group header text will be rendered exactly as specified in this field. Only considered when parent_name is NOT provided.
508508
&quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
509+
&quot;hiddenUi&quot;: True or False, # Optional. Whether the parameter should be hidden in the UI.
509510
&quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
510511
&quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
511512
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
@@ -519,6 +520,9 @@ <h3>Method Details</h3>
519520
],
520521
},
521522
],
523+
&quot;streaming&quot;: True or False, # Optional. Indicates if the template is streaming or not.
524+
&quot;supportsAtLeastOnce&quot;: True or False, # Optional. Indicates if the streaming template supports at least once mode.
525+
&quot;supportsExactlyOnce&quot;: True or False, # Optional. Indicates if the streaming template supports exactly once mode.
522526
},
523527
&quot;runtimeMetadata&quot;: { # RuntimeMetadata describing a runtime environment. # Describes the runtime metadata with SDKInfo and available parameters.
524528
&quot;parameters&quot;: [ # The parameters for the template.
@@ -536,6 +540,7 @@ <h3>Method Details</h3>
536540
],
537541
&quot;groupName&quot;: &quot;A String&quot;, # Optional. Specifies a group name for this parameter to be rendered under. Group header text will be rendered exactly as specified in this field. Only considered when parent_name is NOT provided.
538542
&quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
543+
&quot;hiddenUi&quot;: True or False, # Optional. Whether the parameter should be hidden in the UI.
539544
&quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
540545
&quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
541546
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.

docs/dyn/dataflow_v1b3.projects.templates.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -505,6 +505,7 @@ <h3>Method Details</h3>
505505
],
506506
&quot;groupName&quot;: &quot;A String&quot;, # Optional. Specifies a group name for this parameter to be rendered under. Group header text will be rendered exactly as specified in this field. Only considered when parent_name is NOT provided.
507507
&quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
508+
&quot;hiddenUi&quot;: True or False, # Optional. Whether the parameter should be hidden in the UI.
508509
&quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
509510
&quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
510511
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
@@ -518,6 +519,9 @@ <h3>Method Details</h3>
518519
],
519520
},
520521
],
522+
&quot;streaming&quot;: True or False, # Optional. Indicates if the template is streaming or not.
523+
&quot;supportsAtLeastOnce&quot;: True or False, # Optional. Indicates if the streaming template supports at least once mode.
524+
&quot;supportsExactlyOnce&quot;: True or False, # Optional. Indicates if the streaming template supports exactly once mode.
521525
},
522526
&quot;runtimeMetadata&quot;: { # RuntimeMetadata describing a runtime environment. # Describes the runtime metadata with SDKInfo and available parameters.
523527
&quot;parameters&quot;: [ # The parameters for the template.
@@ -535,6 +539,7 @@ <h3>Method Details</h3>
535539
],
536540
&quot;groupName&quot;: &quot;A String&quot;, # Optional. Specifies a group name for this parameter to be rendered under. Group header text will be rendered exactly as specified in this field. Only considered when parent_name is NOT provided.
537541
&quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
542+
&quot;hiddenUi&quot;: True or False, # Optional. Whether the parameter should be hidden in the UI.
538543
&quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
539544
&quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
540545
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.

googleapiclient/discovery_cache/documents/dataflow.v1b3.json

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2221,7 +2221,7 @@
22212221
}
22222222
}
22232223
},
2224-
"revision": "20240113",
2224+
"revision": "20240121",
22252225
"rootUrl": "https://dataflow.googleapis.com/",
22262226
"schemas": {
22272227
"ApproximateProgress": {
@@ -4976,6 +4976,10 @@
49764976
"description": "Required. The help text to display for the parameter.",
49774977
"type": "string"
49784978
},
4979+
"hiddenUi": {
4980+
"description": "Optional. Whether the parameter should be hidden in the UI.",
4981+
"type": "boolean"
4982+
},
49794983
"isOptional": {
49804984
"description": "Optional. Whether the parameter is optional. Defaults to false.",
49814985
"type": "boolean"
@@ -6995,6 +6999,18 @@
69956999
"$ref": "ParameterMetadata"
69967000
},
69977001
"type": "array"
7002+
},
7003+
"streaming": {
7004+
"description": "Optional. Indicates if the template is streaming or not.",
7005+
"type": "boolean"
7006+
},
7007+
"supportsAtLeastOnce": {
7008+
"description": "Optional. Indicates if the streaming template supports at least once mode.",
7009+
"type": "boolean"
7010+
},
7011+
"supportsExactlyOnce": {
7012+
"description": "Optional. Indicates if the streaming template supports exactly once mode.",
7013+
"type": "boolean"
69987014
}
69997015
},
70007016
"type": "object"

0 commit comments

Comments
 (0)