Get Attribute Result
data class GetAttributeResult(val attributeCount: Int, val createTime: String, val dataAccessSpec: GoogleCloudDataplexV1DataAccessSpecResponse, val description: String, val displayName: String, val etag: String, val labels: Map<String, String>, val name: String, val parentId: String, val resourceAccessSpec: GoogleCloudDataplexV1ResourceAccessSpecResponse, val uid: String, val updateTime: String)
Constructors
Link copied to clipboard
constructor(attributeCount: Int, createTime: String, dataAccessSpec: GoogleCloudDataplexV1DataAccessSpecResponse, description: String, displayName: String, etag: String, labels: Map<String, String>, name: String, parentId: String, resourceAccessSpec: GoogleCloudDataplexV1ResourceAccessSpecResponse, uid: String, updateTime: String)
Properties
Link copied to clipboard
The number of child attributes present for this attribute.
Link copied to clipboard
The time when the DataAttribute was created.
Link copied to clipboard
Optional. Specified when applied to data stored on the resource (eg: rows, columns in BigQuery Tables).
Link copied to clipboard
Optional. Description of the DataAttribute.
Link copied to clipboard
Optional. User friendly display name.
Link copied to clipboard
Optional. Specified when applied to a resource (eg: Cloud Storage bucket, BigQuery dataset, BigQuery table).
Link copied to clipboard
The time when the DataAttribute was last updated.