Uses of Class
com.google.cloud.bigquery.datatransfer.v1.ImportedDataInfo.FieldSchema
-
Packages that use ImportedDataInfo.FieldSchema Package Description com.google.cloud.bigquery.datatransfer.v1 A client to BigQuery Data Transfer API -
-
Uses of ImportedDataInfo.FieldSchema in com.google.cloud.bigquery.datatransfer.v1
Methods in com.google.cloud.bigquery.datatransfer.v1 that return ImportedDataInfo.FieldSchema Modifier and Type Method Description ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema.Builder. build()
ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema.Builder. buildPartial()
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. getDefaultInstance()
ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema.Builder. getDefaultInstanceForType()
ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. getDefaultInstanceForType()
ImportedDataInfo.FieldSchema
ImportedDataInfo.RecordSchema.Builder. getFields(int index)
One field per column in the record.ImportedDataInfo.FieldSchema
ImportedDataInfo.RecordSchema. getFields(int index)
One field per column in the record.ImportedDataInfo.FieldSchema
ImportedDataInfo.RecordSchemaOrBuilder. getFields(int index)
One field per column in the record.static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseDelimitedFrom(InputStream input)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseFrom(byte[] data)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseFrom(com.google.protobuf.ByteString data)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseFrom(com.google.protobuf.CodedInputStream input)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseFrom(InputStream input)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseFrom(ByteBuffer data)
static ImportedDataInfo.FieldSchema
ImportedDataInfo.FieldSchema. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.bigquery.datatransfer.v1 that return types with arguments of type ImportedDataInfo.FieldSchema Modifier and Type Method Description List<ImportedDataInfo.FieldSchema>
ImportedDataInfo.RecordSchema.Builder. getFieldsList()
One field per column in the record.List<ImportedDataInfo.FieldSchema>
ImportedDataInfo.RecordSchema. getFieldsList()
One field per column in the record.List<ImportedDataInfo.FieldSchema>
ImportedDataInfo.RecordSchemaOrBuilder. getFieldsList()
One field per column in the record.com.google.protobuf.Parser<ImportedDataInfo.FieldSchema>
ImportedDataInfo.FieldSchema. getParserForType()
static com.google.protobuf.Parser<ImportedDataInfo.FieldSchema>
ImportedDataInfo.FieldSchema. parser()
Methods in com.google.cloud.bigquery.datatransfer.v1 with parameters of type ImportedDataInfo.FieldSchema Modifier and Type Method Description ImportedDataInfo.RecordSchema.Builder
ImportedDataInfo.RecordSchema.Builder. addFields(int index, ImportedDataInfo.FieldSchema value)
One field per column in the record.ImportedDataInfo.RecordSchema.Builder
ImportedDataInfo.RecordSchema.Builder. addFields(ImportedDataInfo.FieldSchema value)
One field per column in the record.ImportedDataInfo.FieldSchema.Builder
ImportedDataInfo.FieldSchema.Builder. mergeFrom(ImportedDataInfo.FieldSchema other)
static ImportedDataInfo.FieldSchema.Builder
ImportedDataInfo.FieldSchema. newBuilder(ImportedDataInfo.FieldSchema prototype)
ImportedDataInfo.RecordSchema.Builder
ImportedDataInfo.RecordSchema.Builder. setFields(int index, ImportedDataInfo.FieldSchema value)
One field per column in the record.Method parameters in com.google.cloud.bigquery.datatransfer.v1 with type arguments of type ImportedDataInfo.FieldSchema Modifier and Type Method Description ImportedDataInfo.RecordSchema.Builder
ImportedDataInfo.RecordSchema.Builder. addAllFields(Iterable<? extends ImportedDataInfo.FieldSchema> values)
One field per column in the record.
-