Skip to content

Commit d5f09ef

Browse files
feat(dataflow): update the api
#### dataflow:v1b3 The following keys were added: - schemas.FlexTemplateRuntimeEnvironment.properties.diskSizeGb (Total Keys: 2) - schemas.FlexTemplateRuntimeEnvironment.properties.maxNumWorkers (Total Keys: 2)
1 parent 9970605 commit d5f09ef

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,11 +106,13 @@ <h3>Method Details</h3>
106106
&quot;additionalUserLabels&quot;: { # 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 &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1kg&quot;, &quot;count&quot;: &quot;3&quot; }.
107107
&quot;a_key&quot;: &quot;A String&quot;,
108108
},
109+
&quot;diskSizeGb&quot;: 42, # Worker disk size, in gigabytes.
109110
&quot;enableStreamingEngine&quot;: True or False, # Whether to enable Streaming Engine for the job.
110111
&quot;flexrsGoal&quot;: &quot;A String&quot;, # Set FlexRS goal for the job. https://cloud.google.com/dataflow/docs/guides/flexrs
111112
&quot;ipConfiguration&quot;: &quot;A String&quot;, # Configuration for VM IPs.
112113
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Name for the Cloud KMS key for the job. Key format is: projects//locations//keyRings//cryptoKeys/
113114
&quot;machineType&quot;: &quot;A String&quot;, # The machine type to use for the job. Defaults to the value from the template if not specified.
115+
&quot;maxNumWorkers&quot;: 42, # The maximum number of workers to cap scaling at.
114116
&quot;maxWorkers&quot;: 42, # The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
115117
&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;.
116118
&quot;numWorkers&quot;: 42, # The initial number of Google Compute Engine instances for the job.
@@ -156,11 +158,13 @@ <h3>Method Details</h3>
156158
&quot;additionalUserLabels&quot;: { # 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 &quot;key&quot;: value pairs. Example: { &quot;name&quot;: &quot;wrench&quot;, &quot;mass&quot;: &quot;1kg&quot;, &quot;count&quot;: &quot;3&quot; }.
157159
&quot;a_key&quot;: &quot;A String&quot;,
158160
},
161+
&quot;diskSizeGb&quot;: 42, # Worker disk size, in gigabytes.
159162
&quot;enableStreamingEngine&quot;: True or False, # Whether to enable Streaming Engine for the job.
160163
&quot;flexrsGoal&quot;: &quot;A String&quot;, # Set FlexRS goal for the job. https://cloud.google.com/dataflow/docs/guides/flexrs
161164
&quot;ipConfiguration&quot;: &quot;A String&quot;, # Configuration for VM IPs.
162165
&quot;kmsKeyName&quot;: &quot;A String&quot;, # Name for the Cloud KMS key for the job. Key format is: projects//locations//keyRings//cryptoKeys/
163166
&quot;machineType&quot;: &quot;A String&quot;, # The machine type to use for the job. Defaults to the value from the template if not specified.
167+
&quot;maxNumWorkers&quot;: 42, # The maximum number of workers to cap scaling at.
164168
&quot;maxWorkers&quot;: 42, # The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.
165169
&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;.
166170
&quot;numWorkers&quot;: 42, # The initial number of Google Compute Engine instances for the job.

googleapiclient/discovery_cache/documents/dataflow.v1b3.json

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2225,7 +2225,7 @@
22252225
}
22262226
}
22272227
},
2228-
"revision": "20210618",
2228+
"revision": "20210703",
22292229
"rootUrl": "https://dataflow.googleapis.com/",
22302230
"schemas": {
22312231
"ApproximateProgress": {
@@ -3314,6 +3314,11 @@
33143314
"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\" }.",
33153315
"type": "object"
33163316
},
3317+
"diskSizeGb": {
3318+
"description": "Worker disk size, in gigabytes.",
3319+
"format": "int32",
3320+
"type": "integer"
3321+
},
33173322
"enableStreamingEngine": {
33183323
"description": "Whether to enable Streaming Engine for the job.",
33193324
"type": "boolean"
@@ -3354,6 +3359,11 @@
33543359
"description": "The machine type to use for the job. Defaults to the value from the template if not specified.",
33553360
"type": "string"
33563361
},
3362+
"maxNumWorkers": {
3363+
"description": "The maximum number of workers to cap scaling at.",
3364+
"format": "int32",
3365+
"type": "integer"
3366+
},
33573367
"maxWorkers": {
33583368
"description": "The maximum number of Google Compute Engine instances to be made available to your pipeline during execution, from 1 to 1000.",
33593369
"format": "int32",

0 commit comments

Comments
 (0)