Resource: Tag
Tags are used to attach custom metadata to Data Catalog resources. Tags conform to the specifications within their tag template.
See Data Catalog IAM for information on the permissions needed to create or view tags.
JSON representation | |
---|---|
{
"name": string,
"template": string,
"templateDisplayName": string,
"fields": {
string: {
object ( |
Fields | |
---|---|
name |
The resource name of the tag in URL format. Example:
where |
template |
Required. The resource name of the tag template that this tag uses. Example:
This field cannot be modified after creation. |
templateDisplayName |
Output only. The display name of the tag template. |
fields |
Required. This maps the ID of a tag field to the value of and additional information about that field. Valid field IDs are defined by the tag's template. A tag must have at least 1 field and at most 500 fields. |
column |
Resources like Entry can have schemas associated with them. This scope allows users to attach tags to an individual column based on that schema. For attaching a tag to a nested column, use
|
Methods |
|
---|---|
|
Creates a tag on an Entry . |
|
Deletes a tag. |
|
Lists tags assigned to an Entry . |
|
Updates an existing tag. |