JobMetadataArgs

data class JobMetadataArgs(val bigTableDetails: Output<List<BigTableIODetailsArgs>>? = null, val bigqueryDetails: Output<List<BigQueryIODetailsArgs>>? = null, val datastoreDetails: Output<List<DatastoreIODetailsArgs>>? = null, val fileDetails: Output<List<FileIODetailsArgs>>? = null, val pubsubDetails: Output<List<PubSubIODetailsArgs>>? = null, val sdkVersion: Output<SdkVersionArgs>? = null, val spannerDetails: Output<List<SpannerIODetailsArgs>>? = null, val userDisplayProperties: Output<Map<String, String>>? = null) : ConvertibleToJava<JobMetadataArgs>

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

Constructors

Link copied to clipboard
fun JobMetadataArgs(bigTableDetails: Output<List<BigTableIODetailsArgs>>? = null, bigqueryDetails: Output<List<BigQueryIODetailsArgs>>? = null, datastoreDetails: Output<List<DatastoreIODetailsArgs>>? = null, fileDetails: Output<List<FileIODetailsArgs>>? = null, pubsubDetails: Output<List<PubSubIODetailsArgs>>? = null, sdkVersion: Output<SdkVersionArgs>? = null, spannerDetails: Output<List<SpannerIODetailsArgs>>? = null, userDisplayProperties: Output<Map<String, String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): JobMetadataArgs

Properties

Link copied to clipboard

Identification of a BigQuery source used in the Dataflow job.

Link copied to clipboard

Identification of a Cloud Bigtable source used in the Dataflow job.

Link copied to clipboard

Identification of a Datastore source used in the Dataflow job.

Link copied to clipboard
val fileDetails: Output<List<FileIODetailsArgs>>? = null

Identification of a File source used in the Dataflow job.

Link copied to clipboard
val pubsubDetails: Output<List<PubSubIODetailsArgs>>? = null

Identification of a Pub/Sub source used in the Dataflow job.

Link copied to clipboard
val sdkVersion: Output<SdkVersionArgs>? = null

The SDK version used to run the job.

Link copied to clipboard

Identification of a Spanner source used in the Dataflow job.

Link copied to clipboard
val userDisplayProperties: Output<Map<String, String>>? = null

List of display properties to help UI filter jobs.