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: clients/dataflow/lib/google_api/dataflow/v1b3/model/flex_template_runtime_environment.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ defmodule GoogleApi.Dataflow.V1b3.Model.FlexTemplateRuntimeEnvironment do
22
22
## Attributes
23
23
24
24
* `additionalExperiments` (*type:* `list(String.t)`, *default:* `nil`) - Additional experiment flags for the job.
25
+
* `additionalPipelineOptions` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Additional pipeline option flags for the job.
25
26
* `additionalUserLabels` (*type:* `map()`, *default:* `nil`) - 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" }.
26
27
* `autoscalingAlgorithm` (*type:* `String.t`, *default:* `nil`) - The algorithm to use for autoscaling
27
28
* `diskSizeGb` (*type:* `integer()`, *default:* `nil`) - Worker disk size, in gigabytes.
@@ -52,6 +53,7 @@ defmodule GoogleApi.Dataflow.V1b3.Model.FlexTemplateRuntimeEnvironment do
52
53
53
54
@typet::%__MODULE__{
54
55
:additionalExperiments=>list(String.t())|nil,
56
+
:additionalPipelineOptions=>list(String.t())|nil,
55
57
:additionalUserLabels=>map()|nil,
56
58
:autoscalingAlgorithm=>String.t()|nil,
57
59
:diskSizeGb=>integer()|nil,
@@ -79,6 +81,7 @@ defmodule GoogleApi.Dataflow.V1b3.Model.FlexTemplateRuntimeEnvironment do
Copy file name to clipboardExpand all lines: clients/dataflow/lib/google_api/dataflow/v1b3/model/runtime_environment.ex
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -22,6 +22,7 @@ defmodule GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment do
22
22
## Attributes
23
23
24
24
* `additionalExperiments` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Additional experiment flags for the job, specified with the `--experiments` option.
25
+
* `additionalPipelineOptions` (*type:* `list(String.t)`, *default:* `nil`) - Optional. Additional pipeline option flags for the job.
25
26
* `additionalUserLabels` (*type:* `map()`, *default:* `nil`) - Optional. Additional user labels to be specified for the job. Keys and values should 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" }.
26
27
* `bypassTempDirValidation` (*type:* `boolean()`, *default:* `nil`) - Optional. Whether to bypass the safety checks for the job's temporary directory. Use with caution.
27
28
* `diskSizeGb` (*type:* `integer()`, *default:* `nil`) - Optional. The disk size, in gigabytes, to use on each remote Compute Engine worker instance.
@@ -45,6 +46,7 @@ defmodule GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment do
45
46
46
47
@typet::%__MODULE__{
47
48
:additionalExperiments=>list(String.t())|nil,
49
+
:additionalPipelineOptions=>list(String.t())|nil,
48
50
:additionalUserLabels=>map()|nil,
49
51
:bypassTempDirValidation=>boolean()|nil,
50
52
:diskSizeGb=>integer()|nil,
@@ -65,6 +67,7 @@ defmodule GoogleApi.Dataflow.V1b3.Model.RuntimeEnvironment do
0 commit comments