Class JobMetadata (0.9.0)

JobMetadata(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Metadata available primarily for filtering jobs. Will be included in the ListJob response and Job SUMMARY view.

Attributes

Name Description
sdk_version google.cloud.dataflow_v1beta3.types.SdkVersion
The SDK version used to run the job.
spanner_details MutableSequence[google.cloud.dataflow_v1beta3.types.SpannerIODetails]
Identification of a Spanner source used in the Dataflow job.
bigquery_details MutableSequence[google.cloud.dataflow_v1beta3.types.BigQueryIODetails]
Identification of a BigQuery source used in the Dataflow job.
big_table_details MutableSequence[google.cloud.dataflow_v1beta3.types.BigTableIODetails]
Identification of a Cloud Bigtable source used in the Dataflow job.
pubsub_details MutableSequence[google.cloud.dataflow_v1beta3.types.PubSubIODetails]
Identification of a Pub/Sub source used in the Dataflow job.
file_details MutableSequence[google.cloud.dataflow_v1beta3.types.FileIODetails]
Identification of a File source used in the Dataflow job.
datastore_details MutableSequence[google.cloud.dataflow_v1beta3.types.DatastoreIODetails]
Identification of a Datastore source used in the Dataflow job.
user_display_properties MutableMapping[str, str]
List of display properties to help UI filter jobs.

Classes

UserDisplayPropertiesEntry

UserDisplayPropertiesEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.