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 classImportedDataInfo.TableDefinitionExternal table definition.static classImportedDataInfo.TableDefinition.BuilderExternal table definition.Methods in com.google.cloud.bigquery.datatransfer.v1 that return ImportedDataInfo.TableDefinitionOrBuilder Modifier and Type Method Description ImportedDataInfo.TableDefinitionOrBuilderImportedDataInfo.Builder. getTableDefsOrBuilder(int index)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinitionOrBuilderImportedDataInfo. getTableDefsOrBuilder(int index)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinitionOrBuilderImportedDataInfoOrBuilder. 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.
-