Skip to content

Commit

Permalink
feat(dataflow): update the api
Browse files Browse the repository at this point in the history
#### 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)
  • Loading branch information
yoshi-automation committed Jan 26, 2024
1 parent a8a7ec6 commit 7e68853
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/dyn/dataflow_v1b3.projects.locations.flexTemplates.html
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,7 @@ <h3>Method Details</h3>
],
&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.
&quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
&quot;hiddenUi&quot;: True or False, # Optional. Whether the parameter should be hidden in the UI.
&quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
&quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
Expand All @@ -165,6 +166,9 @@ <h3>Method Details</h3>
],
},
],
&quot;streaming&quot;: True or False, # Optional. Indicates if the template is streaming or not.
&quot;supportsAtLeastOnce&quot;: True or False, # Optional. Indicates if the streaming template supports at least once mode.
&quot;supportsExactlyOnce&quot;: True or False, # Optional. Indicates if the streaming template supports exactly once mode.
},
&quot;sdkInfo&quot;: { # SDK Information. # Required. SDK info of the Flex Template.
&quot;language&quot;: &quot;A String&quot;, # Required. The SDK Language.
Expand Down
5 changes: 5 additions & 0 deletions docs/dyn/dataflow_v1b3.projects.locations.templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -506,6 +506,7 @@ <h3>Method Details</h3>
],
&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.
&quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
&quot;hiddenUi&quot;: True or False, # Optional. Whether the parameter should be hidden in the UI.
&quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
&quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
Expand All @@ -519,6 +520,9 @@ <h3>Method Details</h3>
],
},
],
&quot;streaming&quot;: True or False, # Optional. Indicates if the template is streaming or not.
&quot;supportsAtLeastOnce&quot;: True or False, # Optional. Indicates if the streaming template supports at least once mode.
&quot;supportsExactlyOnce&quot;: True or False, # Optional. Indicates if the streaming template supports exactly once mode.
},
&quot;runtimeMetadata&quot;: { # RuntimeMetadata describing a runtime environment. # Describes the runtime metadata with SDKInfo and available parameters.
&quot;parameters&quot;: [ # The parameters for the template.
Expand All @@ -536,6 +540,7 @@ <h3>Method Details</h3>
],
&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.
&quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
&quot;hiddenUi&quot;: True or False, # Optional. Whether the parameter should be hidden in the UI.
&quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
&quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
Expand Down
5 changes: 5 additions & 0 deletions docs/dyn/dataflow_v1b3.projects.templates.html
Original file line number Diff line number Diff line change
Expand Up @@ -505,6 +505,7 @@ <h3>Method Details</h3>
],
&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.
&quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
&quot;hiddenUi&quot;: True or False, # Optional. Whether the parameter should be hidden in the UI.
&quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
&quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
Expand All @@ -518,6 +519,9 @@ <h3>Method Details</h3>
],
},
],
&quot;streaming&quot;: True or False, # Optional. Indicates if the template is streaming or not.
&quot;supportsAtLeastOnce&quot;: True or False, # Optional. Indicates if the streaming template supports at least once mode.
&quot;supportsExactlyOnce&quot;: True or False, # Optional. Indicates if the streaming template supports exactly once mode.
},
&quot;runtimeMetadata&quot;: { # RuntimeMetadata describing a runtime environment. # Describes the runtime metadata with SDKInfo and available parameters.
&quot;parameters&quot;: [ # The parameters for the template.
Expand All @@ -535,6 +539,7 @@ <h3>Method Details</h3>
],
&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.
&quot;helpText&quot;: &quot;A String&quot;, # Required. The help text to display for the parameter.
&quot;hiddenUi&quot;: True or False, # Optional. Whether the parameter should be hidden in the UI.
&quot;isOptional&quot;: True or False, # Optional. Whether the parameter is optional. Defaults to false.
&quot;label&quot;: &quot;A String&quot;, # Required. The label to display for the parameter.
&quot;name&quot;: &quot;A String&quot;, # Required. The name of the parameter.
Expand Down
18 changes: 17 additions & 1 deletion googleapiclient/discovery_cache/documents/dataflow.v1b3.json
Original file line number Diff line number Diff line change
Expand Up @@ -2221,7 +2221,7 @@
}
}
},
"revision": "20240113",
"revision": "20240121",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down Expand Up @@ -4976,6 +4976,10 @@
"description": "Required. The help text to display for the parameter.",
"type": "string"
},
"hiddenUi": {
"description": "Optional. Whether the parameter should be hidden in the UI.",
"type": "boolean"
},
"isOptional": {
"description": "Optional. Whether the parameter is optional. Defaults to false.",
"type": "boolean"
Expand Down Expand Up @@ -6995,6 +6999,18 @@
"$ref": "ParameterMetadata"
},
"type": "array"
},
"streaming": {
"description": "Optional. Indicates if the template is streaming or not.",
"type": "boolean"
},
"supportsAtLeastOnce": {
"description": "Optional. Indicates if the streaming template supports at least once mode.",
"type": "boolean"
},
"supportsExactlyOnce": {
"description": "Optional. Indicates if the streaming template supports exactly once mode.",
"type": "boolean"
}
},
"type": "object"
Expand Down

0 comments on commit 7e68853

Please sign in to comment.