Uses of Class
com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.TableDefinition
-
Packages that use ImportedDataInfo.TableDefinition Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of ImportedDataInfo.TableDefinition in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return ImportedDataInfo.TableDefinition Modifier and Type Method Description ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition.Builder. build()
ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition.Builder. buildPartial()
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. getDefaultInstance()
ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition.Builder. getDefaultInstanceForType()
ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. getDefaultInstanceForType()
ImportedDataInfo.TableDefinition
ImportedDataInfo.Builder. getTableDefs(int index)
When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinition
ImportedDataInfo. getTableDefs(int index)
When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinition
ImportedDataInfoOrBuilder. getTableDefs(int index)
When used WITHOUT the "sql" parameter, describes the schema of the destination table.static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseDelimitedFrom(InputStream input)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseFrom(byte[] data)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseFrom(com.google.protobuf.ByteString data)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseFrom(InputStream input)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseFrom(ByteBuffer data)
static ImportedDataInfo.TableDefinition
ImportedDataInfo.TableDefinition. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type ImportedDataInfo.TableDefinition Modifier and Type Method Description com.google.protobuf.Parser<ImportedDataInfo.TableDefinition>
ImportedDataInfo.TableDefinition. getParserForType()
List<ImportedDataInfo.TableDefinition>
ImportedDataInfo.Builder. getTableDefsList()
When used WITHOUT the "sql" parameter, describes the schema of the destination table.List<ImportedDataInfo.TableDefinition>
ImportedDataInfo. getTableDefsList()
When used WITHOUT the "sql" parameter, describes the schema of the destination table.List<ImportedDataInfo.TableDefinition>
ImportedDataInfoOrBuilder. getTableDefsList()
When used WITHOUT the "sql" parameter, describes the schema of the destination table.static com.google.protobuf.Parser<ImportedDataInfo.TableDefinition>
ImportedDataInfo.TableDefinition. parser()
Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type ImportedDataInfo.TableDefinition Modifier and Type Method Description ImportedDataInfo.Builder
ImportedDataInfo.Builder. addTableDefs(int index, ImportedDataInfo.TableDefinition value)
When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.Builder
ImportedDataInfo.Builder. addTableDefs(ImportedDataInfo.TableDefinition value)
When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinition.Builder
ImportedDataInfo.TableDefinition.Builder. mergeFrom(ImportedDataInfo.TableDefinition other)
static ImportedDataInfo.TableDefinition.Builder
ImportedDataInfo.TableDefinition. newBuilder(ImportedDataInfo.TableDefinition prototype)
ImportedDataInfo.Builder
ImportedDataInfo.Builder. setTableDefs(int index, ImportedDataInfo.TableDefinition value)
When used WITHOUT the "sql" parameter, describes the schema of the destination table.Method parameters in com.google.cloud.bigquery.datatransfer.v1 with type arguments of type ImportedDataInfo.TableDefinition Modifier and Type Method Description ImportedDataInfo.Builder
ImportedDataInfo.Builder. addAllTableDefs(Iterable<? extends ImportedDataInfo.TableDefinition> values)
When used WITHOUT the "sql" parameter, describes the schema of the destination table.
-