Package | Description |
---|---|
com.google.api.services.bigquery.model |
Modifier and Type | Method and Description |
---|---|
TableReference |
TableReference.clone() |
TableReference |
StoredColumnsUsage.getBaseTable()
Specifies the base table.
|
TableReference |
IndexUnusedReason.getBaseTable()
Specifies the base table involved in the reason that no search index was used.
|
TableReference |
SnapshotDefinition.getBaseTableReference()
Required.
|
TableReference |
CloneDefinition.getBaseTableReference()
Required.
|
TableReference |
JobStatistics2.getDclTargetTable()
Output only.
|
TableReference |
JobStatistics2.getDclTargetView()
Output only.
|
TableReference |
JobStatistics2.getDdlDestinationTable()
Output only.
|
TableReference |
JobStatistics2.getDdlTargetTable()
Output only.
|
TableReference |
JobConfigurationTableCopy.getDestinationTable()
[Required] The destination table.
|
TableReference |
JobConfigurationQuery.getDestinationTable()
Optional.
|
TableReference |
JobConfigurationLoad.getDestinationTable()
[Required] The destination table to load the data into.
|
TableReference |
DataSplitResult.getEvaluationTable()
Table reference of the evaluation data after split.
|
TableReference |
JobConfigurationExtract.getSourceTable()
A reference to the table being exported.
|
TableReference |
JobConfigurationTableCopy.getSourceTable()
[Pick one] Source table to copy.
|
TableReference |
TableReplicationInfo.getSourceTable()
Required.
|
TableReference |
TableList.Tables.getTableReference()
A reference uniquely identifying table.
|
TableReference |
Table.getTableReference()
Required.
|
TableReference |
MaterializedView.getTableReference()
The candidate materialized view.
|
TableReference |
TableMetadataCacheUsage.getTableReference()
Metadata caching eligible table referenced in the query.
|
TableReference |
DataSplitResult.getTestTable()
Table reference of the test data after split.
|
TableReference |
DataSplitResult.getTrainingTable()
Table reference of the training data after split.
|
TableReference |
Dataset.Access.getView()
[Pick one] A view from a different dataset to grant access to.
|
TableReference |
TableReference.set(String fieldName,
Object value) |
TableReference |
TableReference.setDatasetId(String datasetId)
Required.
|
TableReference |
TableReference.setProjectId(String projectId)
Required.
|
TableReference |
TableReference.setTableId(String tableId)
Required.
|
Modifier and Type | Method and Description |
---|---|
List<TableReference> |
JobStatistics2.getReferencedTables()
Output only.
|
List<TableReference> |
Table.getReplicas()
Optional.
|
List<TableReference> |
JobConfigurationTableCopy.getSourceTables()
[Pick one] Source tables to copy.
|
Modifier and Type | Method and Description |
---|---|
StoredColumnsUsage |
StoredColumnsUsage.setBaseTable(TableReference baseTable)
Specifies the base table.
|
IndexUnusedReason |
IndexUnusedReason.setBaseTable(TableReference baseTable)
Specifies the base table involved in the reason that no search index was used.
|
SnapshotDefinition |
SnapshotDefinition.setBaseTableReference(TableReference baseTableReference)
Required.
|
CloneDefinition |
CloneDefinition.setBaseTableReference(TableReference baseTableReference)
Required.
|
JobStatistics2 |
JobStatistics2.setDclTargetTable(TableReference dclTargetTable)
Output only.
|
JobStatistics2 |
JobStatistics2.setDclTargetView(TableReference dclTargetView)
Output only.
|
JobStatistics2 |
JobStatistics2.setDdlDestinationTable(TableReference ddlDestinationTable)
Output only.
|
JobStatistics2 |
JobStatistics2.setDdlTargetTable(TableReference ddlTargetTable)
Output only.
|
JobConfigurationTableCopy |
JobConfigurationTableCopy.setDestinationTable(TableReference destinationTable)
[Required] The destination table.
|
JobConfigurationQuery |
JobConfigurationQuery.setDestinationTable(TableReference destinationTable)
Optional.
|
JobConfigurationLoad |
JobConfigurationLoad.setDestinationTable(TableReference destinationTable)
[Required] The destination table to load the data into.
|
DataSplitResult |
DataSplitResult.setEvaluationTable(TableReference evaluationTable)
Table reference of the evaluation data after split.
|
JobConfigurationExtract |
JobConfigurationExtract.setSourceTable(TableReference sourceTable)
A reference to the table being exported.
|
JobConfigurationTableCopy |
JobConfigurationTableCopy.setSourceTable(TableReference sourceTable)
[Pick one] Source table to copy.
|
TableReplicationInfo |
TableReplicationInfo.setSourceTable(TableReference sourceTable)
Required.
|
TableList.Tables |
TableList.Tables.setTableReference(TableReference tableReference)
A reference uniquely identifying table.
|
Table |
Table.setTableReference(TableReference tableReference)
Required.
|
MaterializedView |
MaterializedView.setTableReference(TableReference tableReference)
The candidate materialized view.
|
TableMetadataCacheUsage |
TableMetadataCacheUsage.setTableReference(TableReference tableReference)
Metadata caching eligible table referenced in the query.
|
DataSplitResult |
DataSplitResult.setTestTable(TableReference testTable)
Table reference of the test data after split.
|
DataSplitResult |
DataSplitResult.setTrainingTable(TableReference trainingTable)
Table reference of the training data after split.
|
Dataset.Access |
Dataset.Access.setView(TableReference view)
[Pick one] A view from a different dataset to grant access to.
|
Modifier and Type | Method and Description |
---|---|
JobStatistics2 |
JobStatistics2.setReferencedTables(List<TableReference> referencedTables)
Output only.
|
Table |
Table.setReplicas(List<TableReference> replicas)
Optional.
|
JobConfigurationTableCopy |
JobConfigurationTableCopy.setSourceTables(List<TableReference> sourceTables)
[Pick one] Source tables to copy.
|
Copyright © 2011–2025 Google. All rights reserved.