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
fun GoogleCloudDatacatalogV1PhysicalSchemaResponse(avro: GoogleCloudDatacatalogV1PhysicalSchemaAvroSchemaResponse, csv: GoogleCloudDatacatalogV1PhysicalSchemaCsvSchemaResponse, orc: GoogleCloudDatacatalogV1PhysicalSchemaOrcSchemaResponse, parquet: GoogleCloudDatacatalogV1PhysicalSchemaParquetSchemaResponse, protobuf: GoogleCloudDatacatalogV1PhysicalSchemaProtobufSchemaResponse, thrift: GoogleCloudDatacatalogV1PhysicalSchemaThriftSchemaResponse)