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
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -106,11 +106,13 @@ <h3>Method Details</h3>
106
106
"additionalUserLabels": { # Additional user labels to be specified for the job. Keys and values must follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1kg", "count": "3" }.
107
107
"a_key": "A String",
108
108
},
109
+
"diskSizeGb": 42, # Worker disk size, in gigabytes.
109
110
"enableStreamingEngine": True or False, # Whether to enable Streaming Engine for the job.
110
111
"flexrsGoal": "A String", # Set FlexRS goal for the job. https://cloud.google.com/dataflow/docs/guides/flexrs
111
112
"ipConfiguration": "A String", # Configuration for VM IPs.
112
113
"kmsKeyName": "A String", # Name for the Cloud KMS key for the job. Key format is: projects//locations//keyRings//cryptoKeys/
113
114
"machineType": "A String", # The machine type to use for the job. Defaults to the value from the template if not specified.
115
+
"maxNumWorkers": 42, # The maximum number of workers to cap scaling at.
114
116
"maxWorkers": 42, # The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
115
117
"network": "A String", # Network to which VMs will be assigned. If empty or unspecified, the service will use the network "default".
116
118
"numWorkers": 42, # The initial number of Google Compute Engine instances for the job.
@@ -156,11 +158,13 @@ <h3>Method Details</h3>
156
158
"additionalUserLabels": { # Additional user labels to be specified for the job. Keys and values must follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page. An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1kg", "count": "3" }.
157
159
"a_key": "A String",
158
160
},
161
+
"diskSizeGb": 42, # Worker disk size, in gigabytes.
159
162
"enableStreamingEngine": True or False, # Whether to enable Streaming Engine for the job.
160
163
"flexrsGoal": "A String", # Set FlexRS goal for the job. https://cloud.google.com/dataflow/docs/guides/flexrs
161
164
"ipConfiguration": "A String", # Configuration for VM IPs.
162
165
"kmsKeyName": "A String", # Name for the Cloud KMS key for the job. Key format is: projects//locations//keyRings//cryptoKeys/
163
166
"machineType": "A String", # The machine type to use for the job. Defaults to the value from the template if not specified.
167
+
"maxNumWorkers": 42, # The maximum number of workers to cap scaling at.
164
168
"maxWorkers": 42, # The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
165
169
"network": "A String", # Network to which VMs will be assigned. If empty or unspecified, the service will use the network "default".
166
170
"numWorkers": 42, # The initial number of Google Compute Engine instances for the job.
Copy file name to clipboardExpand all lines: googleapiclient/discovery_cache/documents/dataflow.v1b3.json
+11-1Lines changed: 11 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -2225,7 +2225,7 @@
2225
2225
}
2226
2226
}
2227
2227
},
2228
-
"revision": "20210618",
2228
+
"revision": "20210703",
2229
2229
"rootUrl": "https://dataflow.googleapis.com/",
2230
2230
"schemas": {
2231
2231
"ApproximateProgress": {
@@ -3314,6 +3314,11 @@
3314
3314
"description": "Additional user labels to be specified for the job. Keys and values must follow the restrictions specified in the [labeling restrictions](https://cloud.google.com/compute/docs/labeling-resources#restrictions) page. An object containing a list of \"key\": value pairs. Example: { \"name\": \"wrench\", \"mass\": \"1kg\", \"count\": \"3\" }.",
3315
3315
"type": "object"
3316
3316
},
3317
+
"diskSizeGb": {
3318
+
"description": "Worker disk size, in gigabytes.",
3319
+
"format": "int32",
3320
+
"type": "integer"
3321
+
},
3317
3322
"enableStreamingEngine": {
3318
3323
"description": "Whether to enable Streaming Engine for the job.",
3319
3324
"type": "boolean"
@@ -3354,6 +3359,11 @@
3354
3359
"description": "The machine type to use for the job. Defaults to the value from the template if not specified.",
3355
3360
"type": "string"
3356
3361
},
3362
+
"maxNumWorkers": {
3363
+
"description": "The maximum number of workers to cap scaling at.",
3364
+
"format": "int32",
3365
+
"type": "integer"
3366
+
},
3357
3367
"maxWorkers": {
3358
3368
"description": "The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.",
0 commit comments