Interface protos.google.dataflow.v1beta3.IRuntimeEnvironment

Properties of a RuntimeEnvironment.

Package

@google-cloud/dataflow!

Properties

additionalExperiments

additionalExperiments?: (string[]|null);

RuntimeEnvironment additionalExperiments

Property Value
TypeDescription
(string[]|null)

additionalUserLabels

additionalUserLabels?: ({ [k: string]: string }|null);

RuntimeEnvironment additionalUserLabels

Property Value
TypeDescription
({ [k: string]: string }|null)

bypassTempDirValidation

bypassTempDirValidation?: (boolean|null);

RuntimeEnvironment bypassTempDirValidation

Property Value
TypeDescription
(boolean|null)

enableStreamingEngine

enableStreamingEngine?: (boolean|null);

RuntimeEnvironment enableStreamingEngine

Property Value
TypeDescription
(boolean|null)

ipConfiguration

ipConfiguration?: (google.dataflow.v1beta3.WorkerIPAddressConfiguration|keyof typeof google.dataflow.v1beta3.WorkerIPAddressConfiguration|null);

RuntimeEnvironment ipConfiguration

Property Value
TypeDescription
(google.dataflow.v1beta3.WorkerIPAddressConfiguration|keyof typeof google.dataflow.v1beta3.WorkerIPAddressConfiguration|null)

kmsKeyName

kmsKeyName?: (string|null);

RuntimeEnvironment kmsKeyName

Property Value
TypeDescription
(string|null)

machineType

machineType?: (string|null);

RuntimeEnvironment machineType

Property Value
TypeDescription
(string|null)

maxWorkers

maxWorkers?: (number|null);

RuntimeEnvironment maxWorkers

Property Value
TypeDescription
(number|null)

network

network?: (string|null);

RuntimeEnvironment network

Property Value
TypeDescription
(string|null)

numWorkers

numWorkers?: (number|null);

RuntimeEnvironment numWorkers

Property Value
TypeDescription
(number|null)

serviceAccountEmail

serviceAccountEmail?: (string|null);

RuntimeEnvironment serviceAccountEmail

Property Value
TypeDescription
(string|null)

subnetwork

subnetwork?: (string|null);

RuntimeEnvironment subnetwork

Property Value
TypeDescription
(string|null)

tempLocation

tempLocation?: (string|null);

RuntimeEnvironment tempLocation

Property Value
TypeDescription
(string|null)

workerRegion

workerRegion?: (string|null);

RuntimeEnvironment workerRegion

Property Value
TypeDescription
(string|null)

workerZone

workerZone?: (string|null);

RuntimeEnvironment workerZone

Property Value
TypeDescription
(string|null)

zone

zone?: (string|null);

RuntimeEnvironment zone

Property Value
TypeDescription
(string|null)