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.FieldSchemaImportedDataInfo.FieldSchema.Builder. build()ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema.Builder. buildPartial()static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. getDefaultInstance()ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema.Builder. getDefaultInstanceForType()ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. getDefaultInstanceForType()ImportedDataInfo.FieldSchemaImportedDataInfo.RecordSchema.Builder. getFields(int index)One field per column in the record.ImportedDataInfo.FieldSchemaImportedDataInfo.RecordSchema. getFields(int index)One field per column in the record.ImportedDataInfo.FieldSchemaImportedDataInfo.RecordSchemaOrBuilder. getFields(int index)One field per column in the record.static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseDelimitedFrom(InputStream input)static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseFrom(byte[] data)static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseFrom(com.google.protobuf.ByteString data)static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseFrom(com.google.protobuf.CodedInputStream input)static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseFrom(InputStream input)static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ImportedDataInfo.FieldSchemaImportedDataInfo.FieldSchema. parseFrom(ByteBuffer data)static ImportedDataInfo.FieldSchemaImportedDataInfo.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.BuilderImportedDataInfo.RecordSchema.Builder. addFields(int index, ImportedDataInfo.FieldSchema value)One field per column in the record.ImportedDataInfo.RecordSchema.BuilderImportedDataInfo.RecordSchema.Builder. addFields(ImportedDataInfo.FieldSchema value)One field per column in the record.ImportedDataInfo.FieldSchema.BuilderImportedDataInfo.FieldSchema.Builder. mergeFrom(ImportedDataInfo.FieldSchema other)static ImportedDataInfo.FieldSchema.BuilderImportedDataInfo.FieldSchema. newBuilder(ImportedDataInfo.FieldSchema prototype)ImportedDataInfo.RecordSchema.BuilderImportedDataInfo.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.BuilderImportedDataInfo.RecordSchema.Builder. addAllFields(Iterable<? extends ImportedDataInfo.FieldSchema> values)One field per column in the record.
-