Google Cloud Dataplex V1Schema Response
data class GoogleCloudDataplexV1SchemaResponse(val fields: List<GoogleCloudDataplexV1SchemaSchemaFieldResponse>, val partitionFields: List<GoogleCloudDataplexV1SchemaPartitionFieldResponse>, val partitionStyle: String, val userManaged: Boolean)
Schema information describing the structure and layout of the data.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1SchemaResponse(fields: List<GoogleCloudDataplexV1SchemaSchemaFieldResponse>, partitionFields: List<GoogleCloudDataplexV1SchemaPartitionFieldResponse>, partitionStyle: String, userManaged: Boolean)
Types
Properties
Link copied to clipboard
Set to true if user-managed or false if managed by Dataplex. The default is false (managed by Dataplex). Set to falseto enable Dataplex discovery to update the schema. including new data discovery, schema inference, and schema evolution. Users retain the ability to input and edit the schema. Dataplex treats schema input by the user as though produced by a previous Dataplex discovery operation, and it will evolve the schema and take action based on that treatment. Set to true to fully manage the entity schema. This setting guarantees that Dataplex will not change schema fields.