Interface protos.google.dataflow.v1beta3.IWorkerSettings

Properties of a WorkerSettings.

Package

@google-cloud/dataflow!

Properties

baseUrl

baseUrl?: (string|null);

WorkerSettings baseUrl

Property Value
TypeDescription
(string|null)

reportingEnabled

reportingEnabled?: (boolean|null);

WorkerSettings reportingEnabled

Property Value
TypeDescription
(boolean|null)

servicePath

servicePath?: (string|null);

WorkerSettings servicePath

Property Value
TypeDescription
(string|null)

shuffleServicePath

shuffleServicePath?: (string|null);

WorkerSettings shuffleServicePath

Property Value
TypeDescription
(string|null)

tempStoragePrefix

tempStoragePrefix?: (string|null);

WorkerSettings tempStoragePrefix

Property Value
TypeDescription
(string|null)

workerId

workerId?: (string|null);

WorkerSettings workerId

Property Value
TypeDescription
(string|null)