ExtractJobConfiguration |
ExtractJobConfiguration.Builder.build() |
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(ModelId sourceModel,
String destinationUri) |
Returns a BigQuery Extract Job configuration for the given source model and destination URI.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(ModelId sourceTable,
String destinationUri,
String format) |
Returns a BigQuery Extract Job configuration for the given source model, format and destination
URI.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(ModelId sourceModel,
List<String> destinationUris) |
Returns a BigQuery Extract Job configuration for the given source model and destination URIs.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(ModelId sourceModel,
List<String> destinationUris,
String format) |
Returns a BigQuery Extract Job configuration for the given source table, format and destination
URIs.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(TableId sourceTable,
String destinationUri) |
Returns a BigQuery Extract Job configuration for the given source table and destination URI.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(TableId sourceTable,
String destinationUri,
String format) |
Returns a BigQuery Extract Job configuration for the given source table, format and destination
URI.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(TableId sourceTable,
List<String> destinationUris) |
Returns a BigQuery Extract Job configuration for the given source table and destination URIs.
|
static ExtractJobConfiguration |
ExtractJobConfiguration.of(TableId sourceTable,
List<String> destinationUris,
String format) |
Returns a BigQuery Extract Job configuration for the given source table, format and destination
URIs.
|