Package | Description |
---|---|
com.google.api.services.dataflow.model |
Modifier and Type | Method and Description |
---|---|
BigQueryIODetails |
BigQueryIODetails.clone() |
BigQueryIODetails |
BigQueryIODetails.set(String fieldName,
Object value) |
BigQueryIODetails |
BigQueryIODetails.setDataset(String dataset)
Dataset accessed in the connection.
|
BigQueryIODetails |
BigQueryIODetails.setProjectId(String projectId)
Project accessed in the connection.
|
BigQueryIODetails |
BigQueryIODetails.setQuery(String query)
Query used to access data in the connection.
|
BigQueryIODetails |
BigQueryIODetails.setTable(String table)
Table accessed in the connection.
|
Modifier and Type | Method and Description |
---|---|
List<BigQueryIODetails> |
JobMetadata.getBigqueryDetails()
Identification of a BigQuery source used in the Dataflow job.
|
Modifier and Type | Method and Description |
---|---|
JobMetadata |
JobMetadata.setBigqueryDetails(List<BigQueryIODetails> bigqueryDetails)
Identification of a BigQuery source used in the Dataflow job.
|
Copyright © 2011–2020 Google. All rights reserved.