Skip to content

Commit

Permalink
fix(dataflow): update the api
Browse files Browse the repository at this point in the history
#### dataflow:v1b3

The following keys were changed:
- endpoints (Total Keys: 1)
  • Loading branch information
yoshi-automation committed Mar 26, 2024
1 parent 5d9cc58 commit e053d1a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 14 deletions.
8 changes: 4 additions & 4 deletions docs/dyn/dataflow_v1b3.projects.locations.templates.html
Expand Up @@ -103,7 +103,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # A request to create a Cloud Dataflow job from a template.
&quot;environment&quot;: { # The environment values to set at runtime. # The runtime environment for the job.
&quot;environment&quot;: { # The environment values to set at runtime. LINT.IfChange # The runtime environment for the job.
&quot;additionalExperiments&quot;: [ # Optional. Additional experiment flags for the job, specified with the `--experiments` option.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -583,7 +583,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Parameters to provide to the template being launched. Note that the [metadata in the pipeline code] (https://cloud.google.com/dataflow/docs/guides/templates/creating-templates#metadata) determines which runtime parameters are valid.
&quot;environment&quot;: { # The environment values to set at runtime. # The runtime environment for the job.
&quot;environment&quot;: { # The environment values to set at runtime. LINT.IfChange # The runtime environment for the job.
&quot;additionalExperiments&quot;: [ # Optional. Additional experiment flags for the job, specified with the `--experiments` option.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -617,9 +617,9 @@ <h3>Method Details</h3>
&quot;update&quot;: True or False, # If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
}

dynamicTemplate_gcsPath: string, Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.
dynamicTemplate_gcsPath: string, Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object.
dynamicTemplate_stagingLocation: string, Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL, beginning with `gs://`.
gcsPath: string, A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with &#x27;gs://&#x27;.
gcsPath: string, A Cloud Storage path to the template to use to create the job. Must be valid Cloud Storage URL, beginning with `gs://`.
validateOnly: boolean, If true, the request is validated but not actually executed. Defaults to false.
x__xgafv: string, V1 error format.
Allowed values
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/dataflow_v1b3.projects.templates.html
Expand Up @@ -102,7 +102,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # A request to create a Cloud Dataflow job from a template.
&quot;environment&quot;: { # The environment values to set at runtime. # The runtime environment for the job.
&quot;environment&quot;: { # The environment values to set at runtime. LINT.IfChange # The runtime environment for the job.
&quot;additionalExperiments&quot;: [ # Optional. Additional experiment flags for the job, specified with the `--experiments` option.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -581,7 +581,7 @@ <h3>Method Details</h3>
The object takes the form of:

{ # Parameters to provide to the template being launched. Note that the [metadata in the pipeline code] (https://cloud.google.com/dataflow/docs/guides/templates/creating-templates#metadata) determines which runtime parameters are valid.
&quot;environment&quot;: { # The environment values to set at runtime. # The runtime environment for the job.
&quot;environment&quot;: { # The environment values to set at runtime. LINT.IfChange # The runtime environment for the job.
&quot;additionalExperiments&quot;: [ # Optional. Additional experiment flags for the job, specified with the `--experiments` option.
&quot;A String&quot;,
],
Expand Down Expand Up @@ -615,9 +615,9 @@ <h3>Method Details</h3>
&quot;update&quot;: True or False, # If set, replace the existing pipeline with the name specified by jobName with this pipeline, preserving state.
}

dynamicTemplate_gcsPath: string, Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.
dynamicTemplate_gcsPath: string, Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object.
dynamicTemplate_stagingLocation: string, Cloud Storage path for staging dependencies. Must be a valid Cloud Storage URL, beginning with `gs://`.
gcsPath: string, A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with &#x27;gs://&#x27;.
gcsPath: string, A Cloud Storage path to the template to use to create the job. Must be valid Cloud Storage URL, beginning with `gs://`.
location: string, The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) to which to direct the request.
validateOnly: boolean, If true, the request is validated but not actually executed. Defaults to false.
x__xgafv: string, V1 error format.
Expand Down
17 changes: 11 additions & 6 deletions googleapiclient/discovery_cache/documents/dataflow.v1b3.json
Expand Up @@ -31,6 +31,11 @@
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.europe-west3.rep.googleapis.com/",
"location": "europe-west3"
},
{
"description": "Regional Endpoint",
"endpointUrl": "https://dataflow.europe-west9.rep.googleapis.com/",
"location": "europe-west9"
}
],
"fullyEncodeReservedExpansion": true,
Expand Down Expand Up @@ -1918,7 +1923,7 @@
],
"parameters": {
"dynamicTemplate.gcsPath": {
"description": "Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.",
"description": "Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object.",
"location": "query",
"type": "string"
},
Expand All @@ -1928,7 +1933,7 @@
"type": "string"
},
"gcsPath": {
"description": "A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.",
"description": "A Cloud Storage path to the template to use to create the job. Must be valid Cloud Storage URL, beginning with `gs://`.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2133,7 +2138,7 @@
],
"parameters": {
"dynamicTemplate.gcsPath": {
"description": "Path to dynamic template spec file on Cloud Storage. The file must be a Json serialized DynamicTemplateFieSpec object.",
"description": "Path to the dynamic template specification file on Cloud Storage. The file must be a JSON serialized `DynamicTemplateFileSpec` object.",
"location": "query",
"type": "string"
},
Expand All @@ -2143,7 +2148,7 @@
"type": "string"
},
"gcsPath": {
"description": "A Cloud Storage path to the template from which to create the job. Must be valid Cloud Storage URL, beginning with 'gs://'.",
"description": "A Cloud Storage path to the template to use to create the job. Must be valid Cloud Storage URL, beginning with `gs://`.",
"location": "query",
"type": "string"
},
Expand Down Expand Up @@ -2182,7 +2187,7 @@
}
}
},
"revision": "20240310",
"revision": "20240317",
"rootUrl": "https://dataflow.googleapis.com/",
"schemas": {
"ApproximateProgress": {
Expand Down Expand Up @@ -5413,7 +5418,7 @@
"type": "object"
},
"RuntimeEnvironment": {
"description": "The environment values to set at runtime.",
"description": "The environment values to set at runtime. LINT.IfChange",
"id": "RuntimeEnvironment",
"properties": {
"additionalExperiments": {
Expand Down

0 comments on commit e053d1a

Please sign in to comment.