commit | 3fd11cbfa43679d14be7f09d9cb071d82d156ffa | [log] [tgz] |
---|---|---|
author | yoshi-code-bot <70984784+yoshi-code-bot@users.noreply.github.com> | Wed Apr 28 05:44:03 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed Apr 28 12:44:03 2021 +0000 |
tree | ec3b645558be40f97f74d40ec3d751657791591c | |
parent | d500e8320940fb6b50d7ce6c840e0af3f64a32eb [diff] [blame] |
chore: Update discovery artifacts (#1325) ## Deleted keys were detected in the following stable discovery artifacts: apigeev1[ [More details]](https://github.com/googleapis/google-api-python-client/commit/9106808da3e03faa4c27913358e0c07edd82ff5a) ## Discovery Artifact Change Summary: apigeev1[ [More details]](https://github.com/googleapis/google-api-python-client/commit/9106808da3e03faa4c27913358e0c07edd82ff5a) dataflowv1b3[ [More details]](https://github.com/googleapis/google-api-python-client/commit/9dd646184e70a83831f3347fc01a3eb0090ca0e8) dialogflowv2[ [More details]](https://github.com/googleapis/google-api-python-client/commit/a7f2e96e6b283771e986d9ec7f1f057ff67e2a29) dialogflowv2beta1[ [More details]](https://github.com/googleapis/google-api-python-client/commit/a7f2e96e6b283771e986d9ec7f1f057ff67e2a29) dialogflowv3[ [More details]](https://github.com/googleapis/google-api-python-client/commit/a7f2e96e6b283771e986d9ec7f1f057ff67e2a29) documentaiv1beta3[ [More details]](https://github.com/googleapis/google-api-python-client/commit/ee1318d36230ff4b7393ce1f15d6a9ee71d23cea) healthcarev1[ [More details]](https://github.com/googleapis/google-api-python-client/commit/1204c1d486e08630773812ff1cc35843d98eb1d8) feat(apigee): update the api feat(dataflow): update the api feat(dialogflow): update the api feat(documentai): update the api feat(healthcare): update the api
diff --git a/docs/dyn/dataflow_v1b3.projects.locations.flexTemplates.html b/docs/dyn/dataflow_v1b3.projects.locations.flexTemplates.html index 09601f6..8b1dc76 100644 --- a/docs/dyn/dataflow_v1b3.projects.locations.flexTemplates.html +++ b/docs/dyn/dataflow_v1b3.projects.locations.flexTemplates.html
@@ -128,6 +128,9 @@ "name": "A String", # Required. The name of the template. "parameters": [ # The parameters for the template. { # Metadata for a specific parameter. + "customMetadata": { # Optional. Additional metadata for describing this parameter. + "a_key": "A String", + }, "helpText": "A String", # Required. The help text to display for the parameter. "isOptional": True or False, # Optional. Whether the parameter is optional. Defaults to false. "label": "A String", # Required. The label to display for the parameter.