GetAttributeResult

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
fun GetAttributeResult(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)

Types

Link copied to clipboard
object Companion

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

This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

Link copied to clipboard

Optional. User-defined labels for the DataAttribute.

Link copied to clipboard

The relative resource name of the dataAttribute, of the form: projects/{project_number}/locations/{location_id}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}.

Link copied to clipboard

Optional. The ID of the parent DataAttribute resource, should belong to the same data taxonomy. Circular dependency in parent chain is not valid. Maximum depth of the hierarchy allowed is 4. a -> b -> c -> d -> e, depth = 4

Link copied to clipboard

Optional. Specified when applied to a resource (eg: Cloud Storage bucket, BigQuery dataset, BigQuery table).

Link copied to clipboard
val uid: String

System generated globally unique ID for the DataAttribute. This ID will be different if the DataAttribute is deleted and re-created with the same name.

Link copied to clipboard

The time when the DataAttribute was last updated.