JobMetadata class
Metadata available primarily for filtering jobs.
Will be included in the ListJob response and Job SUMMARY view.
Constructors
-
JobMetadata({List<
BigTableIODetails> ? bigTableDetails, List<BigQueryIODetails> ? bigqueryDetails, List<DatastoreIODetails> ? datastoreDetails, List<FileIODetails> ? fileDetails, List<PubSubIODetails> ? pubsubDetails, SdkVersion? sdkVersion, List<SpannerIODetails> ? spannerDetails, Map<String, String> ? userDisplayProperties}) - JobMetadata.fromJson(Map json_)
Properties
-
bigqueryDetails
↔ List<
BigQueryIODetails> ? -
Identification of a BigQuery source used in the Dataflow job.
getter/setter pair
-
bigTableDetails
↔ List<
BigTableIODetails> ? -
Identification of a Cloud Bigtable source used in the Dataflow job.
getter/setter pair
-
datastoreDetails
↔ List<
DatastoreIODetails> ? -
Identification of a Datastore source used in the Dataflow job.
getter/setter pair
-
fileDetails
↔ List<
FileIODetails> ? -
Identification of a File source used in the Dataflow job.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pubsubDetails
↔ List<
PubSubIODetails> ? -
Identification of a Pub/Sub source used in the Dataflow job.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sdkVersion ↔ SdkVersion?
-
The SDK version used to run the job.
getter/setter pair
-
spannerDetails
↔ List<
SpannerIODetails> ? -
Identification of a Spanner source used in the Dataflow job.
getter/setter pair
-
userDisplayProperties
↔ Map<
String, String> ? -
List of display properties to help UI filter jobs.
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