GetDataAttributeBindingResult

data class GetDataAttributeBindingResult(val attributes: List<String>, val createTime: String, val description: String, val displayName: String, val etag: String, val labels: Map<String, String>, val name: String, val paths: List<GoogleCloudDataplexV1DataAttributeBindingPathResponse>, val resource: String, val uid: String, val updateTime: String)

Constructors

Link copied to clipboard
fun GetDataAttributeBindingResult(attributes: List<String>, createTime: String, description: String, displayName: String, etag: String, labels: Map<String, String>, name: String, paths: List<GoogleCloudDataplexV1DataAttributeBindingPathResponse>, resource: String, uid: String, updateTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. List of attributes to be associated with the resource, provided in the form: projects/{project}/locations/{location}/dataTaxonomies/{dataTaxonomy}/attributes/{data_attribute_id}

Link copied to clipboard

The time when the DataAttributeBinding was created.

Link copied to clipboard

Optional. Description of the DataAttributeBinding.

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. Etags must be used when calling the DeleteDataAttributeBinding and the UpdateDataAttributeBinding method.

Link copied to clipboard

Optional. User-defined labels for the DataAttributeBinding.

Link copied to clipboard

The relative resource name of the Data Attribute Binding, of the form: projects/{project_number}/locations/{location}/dataAttributeBindings/{data_attribute_binding_id}

Link copied to clipboard

Optional. The list of paths for items within the associated resource (eg. columns and partitions within a table) along with attribute bindings.

Link copied to clipboard

Optional. Immutable. The resource name of the resource that is associated to attributes. Presently, only entity resource is supported in the form: projects/{project}/locations/{location}/lakes/{lake}/zones/{zone}/entities/{entity_id} Must belong in the same project and region as the attribute binding, and there can only exist one active binding for a resource.

Link copied to clipboard
val uid: String

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

Link copied to clipboard

The time when the DataAttributeBinding was last updated.