Uses of Interface
com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.RecordSchemaOrBuilder
-
Packages that use ImportedDataInfo.RecordSchemaOrBuilder Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of ImportedDataInfo.RecordSchemaOrBuilder in com.google.cloud.bigquery.datatransfer.v1
Classes in com.google.cloud.bigquery.datatransfer.v1 that implement ImportedDataInfo.RecordSchemaOrBuilder Modifier and Type Class Description static class
ImportedDataInfo.RecordSchema
Describes schema of the data to be ingested.static class
ImportedDataInfo.RecordSchema.Builder
Describes schema of the data to be ingested.Methods in com.google.cloud.bigquery.datatransfer.v1 that return ImportedDataInfo.RecordSchemaOrBuilder Modifier and Type Method Description ImportedDataInfo.RecordSchemaOrBuilder
ImportedDataInfo.FieldSchema.Builder. getSchemaOrBuilder()
Present iff type == RECORD.ImportedDataInfo.RecordSchemaOrBuilder
ImportedDataInfo.FieldSchema. getSchemaOrBuilder()
Present iff type == RECORD.ImportedDataInfo.RecordSchemaOrBuilder
ImportedDataInfo.FieldSchemaOrBuilder. getSchemaOrBuilder()
Present iff type == RECORD.ImportedDataInfo.RecordSchemaOrBuilder
ImportedDataInfo.TableDefinition.Builder. getSchemaOrBuilder()
Optional schema for the data.ImportedDataInfo.RecordSchemaOrBuilder
ImportedDataInfo.TableDefinition. getSchemaOrBuilder()
Optional schema for the data.ImportedDataInfo.RecordSchemaOrBuilder
ImportedDataInfo.TableDefinitionOrBuilder. getSchemaOrBuilder()
Optional schema for the data.
-