WorkerSettings class

Provides data to pass through to the worker harness.

Constructors

WorkerSettings({String? baseUrl, bool? reportingEnabled, String? servicePath, String? shuffleServicePath, String? tempStoragePrefix, String? workerId})
WorkerSettings.fromJson(Map _json)

Properties

baseUrl String?
The base URL for accessing Google Cloud APIs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
reportingEnabled bool?
Whether to send work progress updates to the service.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
servicePath String?
The Cloud Dataflow service path relative to the root URL, for example, "dataflow/v1b3/projects".
getter/setter pair
shuffleServicePath String?
The Shuffle service path relative to the root URL, for example, "shuffle/v1beta1".
getter/setter pair
tempStoragePrefix String?
The prefix of the resources the system should use for temporary storage.
getter/setter pair
workerId String?
The ID of the worker running this pipeline.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited