Google Cloud Dataplex V1Data Profile Result Profile Field Response
data class GoogleCloudDataplexV1DataProfileResultProfileFieldResponse(val mode: String, val name: String, val profile: GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoResponse, val type: String)
A field within a table.
Constructors
Link copied to clipboard
fun GoogleCloudDataplexV1DataProfileResultProfileFieldResponse(mode: String, name: String, profile: GoogleCloudDataplexV1DataProfileResultProfileFieldProfileInfoResponse, type: String)
Types
Properties
Link copied to clipboard
The data type retrieved from the schema of the data source. For instance, for a BigQuery native table, it is the BigQuery Table Schema (https://cloud.google.com/bigquery/docs/reference/rest/v2/tables#tablefieldschema). For a Dataplex Entity, it is the Entity Schema (https://cloud.google.com/dataplex/docs/reference/rpc/google.cloud.dataplex.v1#type_3).