Get Data Attribute Binding Result
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
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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