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.TableDefinitionImportedDataInfo.TableDefinition.Builder. build()ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition.Builder. buildPartial()static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. getDefaultInstance()ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition.Builder. getDefaultInstanceForType()ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. getDefaultInstanceForType()ImportedDataInfo.TableDefinitionImportedDataInfo.Builder. getTableDefs(int index)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinitionImportedDataInfo. getTableDefs(int index)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinitionImportedDataInfoOrBuilder. getTableDefs(int index)When used WITHOUT the "sql" parameter, describes the schema of the destination table.static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseDelimitedFrom(InputStream input)static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseFrom(byte[] data)static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseFrom(com.google.protobuf.ByteString data)static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseFrom(com.google.protobuf.CodedInputStream input)static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseFrom(InputStream input)static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.TableDefinitionImportedDataInfo.TableDefinition. parseFrom(ByteBuffer data)static ImportedDataInfo.TableDefinitionImportedDataInfo.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.BuilderImportedDataInfo.Builder. addTableDefs(int index, ImportedDataInfo.TableDefinition value)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.BuilderImportedDataInfo.Builder. addTableDefs(ImportedDataInfo.TableDefinition value)When used WITHOUT the "sql" parameter, describes the schema of the destination table.ImportedDataInfo.TableDefinition.BuilderImportedDataInfo.TableDefinition.Builder. mergeFrom(ImportedDataInfo.TableDefinition other)static ImportedDataInfo.TableDefinition.BuilderImportedDataInfo.TableDefinition. newBuilder(ImportedDataInfo.TableDefinition prototype)ImportedDataInfo.BuilderImportedDataInfo.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.BuilderImportedDataInfo.Builder. addAllTableDefs(Iterable<? extends ImportedDataInfo.TableDefinition> values)When used WITHOUT the "sql" parameter, describes the schema of the destination table.
-