Interface protos.google.dataflow.v1beta3.IEnvironment

Properties of an Environment.

Package

@google-cloud/dataflow!

Properties

clusterManagerApiService

clusterManagerApiService?: (string|null);

Environment clusterManagerApiService

Property Value
TypeDescription
(string|null)

dataset

dataset?: (string|null);

Environment dataset

Property Value
TypeDescription
(string|null)

debugOptions

debugOptions?: (google.dataflow.v1beta3.IDebugOptions|null);

Environment debugOptions

Property Value
TypeDescription
(google.dataflow.v1beta3.IDebugOptions|null)

experiments

experiments?: (string[]|null);

Environment experiments

Property Value
TypeDescription
(string[]|null)

flexResourceSchedulingGoal

flexResourceSchedulingGoal?: (google.dataflow.v1beta3.FlexResourceSchedulingGoal|keyof typeof google.dataflow.v1beta3.FlexResourceSchedulingGoal|null);

Environment flexResourceSchedulingGoal

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

internalExperiments

internalExperiments?: (google.protobuf.IAny|null);

Environment internalExperiments

Property Value
TypeDescription
(google.protobuf.IAny|null)

sdkPipelineOptions

sdkPipelineOptions?: (google.protobuf.IStruct|null);

Environment sdkPipelineOptions

Property Value
TypeDescription
(google.protobuf.IStruct|null)

serviceAccountEmail

serviceAccountEmail?: (string|null);

Environment serviceAccountEmail

Property Value
TypeDescription
(string|null)

serviceKmsKeyName

serviceKmsKeyName?: (string|null);

Environment serviceKmsKeyName

Property Value
TypeDescription
(string|null)

serviceOptions

serviceOptions?: (string[]|null);

Environment serviceOptions

Property Value
TypeDescription
(string[]|null)

shuffleMode

shuffleMode?: (google.dataflow.v1beta3.ShuffleMode|keyof typeof google.dataflow.v1beta3.ShuffleMode|null);

Environment shuffleMode

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

tempStoragePrefix

tempStoragePrefix?: (string|null);

Environment tempStoragePrefix

Property Value
TypeDescription
(string|null)

userAgent

userAgent?: (google.protobuf.IStruct|null);

Environment userAgent

Property Value
TypeDescription
(google.protobuf.IStruct|null)

version

version?: (google.protobuf.IStruct|null);

Environment version

Property Value
TypeDescription
(google.protobuf.IStruct|null)

workerPools

workerPools?: (google.dataflow.v1beta3.IWorkerPool[]|null);

Environment workerPools

Property Value
TypeDescription
(google.dataflow.v1beta3.IWorkerPool[]|null)

workerRegion

workerRegion?: (string|null);

Environment workerRegion

Property Value
TypeDescription
(string|null)

workerZone

workerZone?: (string|null);

Environment workerZone

Property Value
TypeDescription
(string|null)