Uses of Interface
com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinitionOrBuilder
-
Packages that use ImportedDataInfo.TableDefinitionOrBuilder Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of ImportedDataInfo.TableDefinitionOrBuilder in com.google.cloud.bigquery.datatransfer.v1
Classes in com.google.cloud.bigquery.datatransfer.v1 that implement ImportedDataInfo.TableDefinitionOrBuilder Modifier and Type Class Description static class
ImportedDataInfo.TableDefinition
External table definition.static class
ImportedDataInfo.TableDefinition.Builder
External table definition.Methods in com.google.cloud.bigquery.datatransfer.v1 that return ImportedDataInfo.TableDefinitionOrBuilder Modifier and Type Method Description ImportedDataInfo.TableDefinitionOrBuilder
ImportedDataInfo.Builder. getTableDefsOrBuilder(int index)
When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinitionOrBuilder
ImportedDataInfo. getTableDefsOrBuilder(int index)
When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinitionOrBuilder
ImportedDataInfoOrBuilder. getTableDefsOrBuilder(int index)
When used WITHOUT the "sql" parameter, describes the schema of the destination table.Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type ImportedDataInfo.TableDefinitionOrBuilder Modifier and Type Method Description List<? extends ImportedDataInfo.TableDefinitionOrBuilder>
ImportedDataInfo.Builder. getTableDefsOrBuilderList()
When used WITHOUT the "sql" parameter, describes the schema of the destination table.List<? extends ImportedDataInfo.TableDefinitionOrBuilder>
ImportedDataInfo. getTableDefsOrBuilderList()
When used WITHOUT the "sql" parameter, describes the schema of the destination table.List<? extends ImportedDataInfo.TableDefinitionOrBuilder>
ImportedDataInfoOrBuilder. getTableDefsOrBuilderList()
When used WITHOUT the "sql" parameter, describes the schema of the destination table.
-