Skip to content

Commit 980c9fb

Browse files
feat(dataflow): update the api
#### dataflow:v1b3 The following keys were added: - schemas.FlexTemplateRuntimeEnvironment.properties.stagingLocation (Total Keys: 1)
1 parent 78ec4a5 commit 980c9fb

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ <h3>Method Details</h3>
115115
&quot;network&quot;: &quot;A String&quot;, # Network to which VMs will be assigned. If empty or unspecified, the service will use the network &quot;default&quot;.
116116
&quot;numWorkers&quot;: 42, # The initial number of Google Compute Engine instances for the job.
117117
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # The email address of the service account to run the job as.
118+
&quot;stagingLocation&quot;: &quot;A String&quot;, # The Cloud Storage path for staging local files. Must be a valid Cloud Storage URL, beginning with `gs://`.
118119
&quot;subnetwork&quot;: &quot;A String&quot;, # Subnetwork to which VMs will be assigned, if desired. You can specify a subnetwork using either a complete URL or an abbreviated path. Expected to be of the form &quot;https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK&quot; or &quot;regions/REGION/subnetworks/SUBNETWORK&quot;. If the subnetwork is located in a Shared VPC network, you must use the complete URL.
119120
&quot;tempLocation&quot;: &quot;A String&quot;, # The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`.
120121
&quot;workerRegion&quot;: &quot;A String&quot;, # The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. &quot;us-west1&quot;. Mutually exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to the control plane&#x27;s region.
@@ -160,6 +161,7 @@ <h3>Method Details</h3>
160161
&quot;network&quot;: &quot;A String&quot;, # Network to which VMs will be assigned. If empty or unspecified, the service will use the network &quot;default&quot;.
161162
&quot;numWorkers&quot;: 42, # The initial number of Google Compute Engine instances for the job.
162163
&quot;serviceAccountEmail&quot;: &quot;A String&quot;, # The email address of the service account to run the job as.
164+
&quot;stagingLocation&quot;: &quot;A String&quot;, # The Cloud Storage path for staging local files. Must be a valid Cloud Storage URL, beginning with `gs://`.
163165
&quot;subnetwork&quot;: &quot;A String&quot;, # Subnetwork to which VMs will be assigned, if desired. You can specify a subnetwork using either a complete URL or an abbreviated path. Expected to be of the form &quot;https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK&quot; or &quot;regions/REGION/subnetworks/SUBNETWORK&quot;. If the subnetwork is located in a Shared VPC network, you must use the complete URL.
164166
&quot;tempLocation&quot;: &quot;A String&quot;, # The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`.
165167
&quot;workerRegion&quot;: &quot;A String&quot;, # The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. &quot;us-west1&quot;. Mutually exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to the control plane&#x27;s region.

googleapiclient/discovery_cache/documents/dataflow.v1b3.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"description": "View your Google Compute Engine resources"
1313
},
1414
"https://www.googleapis.com/auth/userinfo.email": {
15-
"description": "View your email address"
15+
"description": "See your primary Google Account email address"
1616
}
1717
}
1818
}
@@ -2225,7 +2225,7 @@
22252225
}
22262226
}
22272227
},
2228-
"revision": "20210324",
2228+
"revision": "20210408",
22292229
"rootUrl": "https://dataflow.googleapis.com/",
22302230
"schemas": {
22312231
"ApproximateProgress": {
@@ -3372,6 +3372,10 @@
33723372
"description": "The email address of the service account to run the job as.",
33733373
"type": "string"
33743374
},
3375+
"stagingLocation": {
3376+
"description": "The Cloud Storage path for staging local files. Must be a valid Cloud Storage URL, beginning with `gs://`.",
3377+
"type": "string"
3378+
},
33753379
"subnetwork": {
33763380
"description": "Subnetwork to which VMs will be assigned, if desired. You can specify a subnetwork using either a complete URL or an abbreviated path. Expected to be of the form \"https://www.googleapis.com/compute/v1/projects/HOST_PROJECT_ID/regions/REGION/subnetworks/SUBNETWORK\" or \"regions/REGION/subnetworks/SUBNETWORK\". If the subnetwork is located in a Shared VPC network, you must use the complete URL.",
33773381
"type": "string"

0 commit comments

Comments
 (0)