Uses of Interface
com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchemaOrBuilder
-
Packages that use ImportedDataInfo.FieldSchemaOrBuilder Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of ImportedDataInfo.FieldSchemaOrBuilder in com.google.cloud.bigquery.datatransfer.v1
Classes in com.google.cloud.bigquery.datatransfer.v1 that implement ImportedDataInfo.FieldSchemaOrBuilder Modifier and Type Class Description static class
ImportedDataInfo.FieldSchema
Defines schema of a field in the imported data.static class
ImportedDataInfo.FieldSchema.Builder
Defines schema of a field in the imported data.Methods in com.google.cloud.bigquery.datatransfer.v1 that return ImportedDataInfo.FieldSchemaOrBuilder Modifier and Type Method Description ImportedDataInfo.FieldSchemaOrBuilder
ImportedDataInfo.RecordSchema.Builder. getFieldsOrBuilder(int index)
One field per column in the record.ImportedDataInfo.FieldSchemaOrBuilder
ImportedDataInfo.RecordSchema. getFieldsOrBuilder(int index)
One field per column in the record.ImportedDataInfo.FieldSchemaOrBuilder
ImportedDataInfo.RecordSchemaOrBuilder. getFieldsOrBuilder(int index)
One field per column in the record.Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type ImportedDataInfo.FieldSchemaOrBuilder Modifier and Type Method Description List<? extends ImportedDataInfo.FieldSchemaOrBuilder>
ImportedDataInfo.RecordSchema.Builder. getFieldsOrBuilderList()
One field per column in the record.List<? extends ImportedDataInfo.FieldSchemaOrBuilder>
ImportedDataInfo.RecordSchema. getFieldsOrBuilderList()
One field per column in the record.List<? extends ImportedDataInfo.FieldSchemaOrBuilder>
ImportedDataInfo.RecordSchemaOrBuilder. getFieldsOrBuilderList()
One field per column in the record.
-