You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/dataflow_v1b3.projects.locations.flexTemplates.html
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -115,6 +115,7 @@ <h3>Method Details</h3>
115
115
"network": "A String", # Network to which VMs will be assigned. If empty or unspecified, the service will use the network "default".
116
116
"numWorkers": 42, # The initial number of Google Compute Engine instances for the job.
117
117
"serviceAccountEmail": "A String", # The email address of the service account to run the job as.
118
+
"stagingLocation": "A String", # The Cloud Storage path for staging local files. Must be a valid Cloud Storage URL, beginning with `gs://`.
118
119
"subnetwork": "A String", # 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.
119
120
"tempLocation": "A String", # The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`.
120
121
"workerRegion": "A String", # The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. "us-west1". Mutually exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to the control plane's region.
@@ -160,6 +161,7 @@ <h3>Method Details</h3>
160
161
"network": "A String", # Network to which VMs will be assigned. If empty or unspecified, the service will use the network "default".
161
162
"numWorkers": 42, # The initial number of Google Compute Engine instances for the job.
162
163
"serviceAccountEmail": "A String", # The email address of the service account to run the job as.
164
+
"stagingLocation": "A String", # The Cloud Storage path for staging local files. Must be a valid Cloud Storage URL, beginning with `gs://`.
163
165
"subnetwork": "A String", # 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.
164
166
"tempLocation": "A String", # The Cloud Storage path to use for temporary files. Must be a valid Cloud Storage URL, beginning with `gs://`.
165
167
"workerRegion": "A String", # The Compute Engine region (https://cloud.google.com/compute/docs/regions-zones/regions-zones) in which worker processing should occur, e.g. "us-west1". Mutually exclusive with worker_zone. If neither worker_region nor worker_zone is specified, default to the control plane's region.
"description": "See your primary Google Account email address"
16
16
}
17
17
}
18
18
}
@@ -2225,7 +2225,7 @@
2225
2225
}
2226
2226
}
2227
2227
},
2228
-
"revision": "20210324",
2228
+
"revision": "20210408",
2229
2229
"rootUrl": "https://dataflow.googleapis.com/",
2230
2230
"schemas": {
2231
2231
"ApproximateProgress": {
@@ -3372,6 +3372,10 @@
3372
3372
"description": "The email address of the service account to run the job as.",
3373
3373
"type": "string"
3374
3374
},
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
+
},
3375
3379
"subnetwork": {
3376
3380
"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.",
0 commit comments