Class JobMetadata (0.2.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

NameDescription
sdk_version google.cloud.dataflow_v1beta3.types.SdkVersion
The SDK version used to run the job.
spanner_details Sequence[google.cloud.dataflow_v1beta3.types.SpannerIODetails]
Identification of a Spanner source used in the Dataflow job.
bigquery_details Sequence[google.cloud.dataflow_v1beta3.types.BigQueryIODetails]
Identification of a BigQuery source used in the Dataflow job.
big_table_details Sequence[google.cloud.dataflow_v1beta3.types.BigTableIODetails]
Identification of a Cloud BigTable source used in the Dataflow job.
pubsub_details Sequence[google.cloud.dataflow_v1beta3.types.PubSubIODetails]
Identification of a PubSub source used in the Dataflow job.
file_details Sequence[google.cloud.dataflow_v1beta3.types.FileIODetails]
Identification of a File source used in the Dataflow job.
datastore_details Sequence[google.cloud.dataflow_v1beta3.types.DatastoreIODetails]
Identification of a Datastore source used in the Dataflow job.

Inheritance

builtins.object > proto.message.Message > JobMetadata