Google Cloud Datacatalog V1Physical Schema Response
data class GoogleCloudDatacatalogV1PhysicalSchemaResponse(val avro: GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaResponse, val csv: GoogleCloudDatacatalogV1PhysicalSchemaCsvSchemaResponse, val orc: GoogleCloudDatacatalogV1PhysicalSchemaOrcSchemaResponse, val parquet: GoogleCloudDatacatalogV1PhysicalSchemaParquetSchemaResponse, val protobuf: GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaResponse, val thrift: GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaResponse)
Native schema used by a resource represented as an entry. Used by query engines for deserializing and parsing source data.
Constructors
Link copied to clipboard
constructor(avro: GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaResponse, csv: GoogleCloudDatacatalogV1PhysicalSchemaCsvSchemaResponse, orc: GoogleCloudDatacatalogV1PhysicalSchemaOrcSchemaResponse, parquet: GoogleCloudDatacatalogV1PhysicalSchemaParquetSchemaResponse, protobuf: GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaResponse, thrift: GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaResponse)
Properties
Link copied to clipboard
Schema in Avro JSON format.
Link copied to clipboard
Marks a CSV-encoded data source.
Link copied to clipboard
Marks an ORC-encoded data source.
Link copied to clipboard
Marks a Parquet-encoded data source.
Link copied to clipboard
Schema in protocol buffer format.
Link copied to clipboard
Schema in Thrift format.