Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
JobMetadata |
JobMetadata.clone() |
JobMetadata |
Job.getJobMetadata()
This field is populated by the Dataflow service to support filtering jobs by the metadata
values provided here.
|
JobMetadata |
JobMetadata.set(String fieldName,
Object value) |
JobMetadata |
JobMetadata.setBigqueryDetails(List<BigQueryIODetails> bigqueryDetails)
Identification of a BigQuery source used in the Dataflow job.
|
JobMetadata |
JobMetadata.setBigTableDetails(List<BigTableIODetails> bigTableDetails)
Identification of a BigTable source used in the Dataflow job.
|
JobMetadata |
JobMetadata.setDatastoreDetails(List<DatastoreIODetails> datastoreDetails)
Identification of a Datastore source used in the Dataflow job.
|
JobMetadata |
JobMetadata.setFileDetails(List<FileIODetails> fileDetails)
Identification of a File source used in the Dataflow job.
|
JobMetadata |
JobMetadata.setPubsubDetails(List<PubSubIODetails> pubsubDetails)
Identification of a PubSub source used in the Dataflow job.
|
JobMetadata |
JobMetadata.setSdkVersion(SdkVersion sdkVersion)
The SDK version used to run the job.
|
JobMetadata |
JobMetadata.setSpannerDetails(List<SpannerIODetails> spannerDetails)
Identification of a Spanner source used in the Dataflow job.
|
Modifier and Type | Method and Description |
---|---|
Job |
Job.setJobMetadata(JobMetadata jobMetadata)
This field is populated by the Dataflow service to support filtering jobs by the metadata
values provided here.
|