GoogleCloudDatacatalogV1Tag class
Tags contain custom metadata and are attached to Data Catalog resources.
Tags conform with the specification of their tag template. See Data Catalog IAM for information on the permissions needed to create or view tags.
Constructors
-
GoogleCloudDatacatalogV1Tag({String? column, Map<
String, GoogleCloudDatacatalogV1TagField> ? fields, String? name, String? template, String? templateDisplayName}) - GoogleCloudDatacatalogV1Tag.fromJson(Map json_)
Properties
- column ↔ String?
-
Resources like entry can have schemas associated with them.
getter/setter pair
-
fields
↔ Map<
String, GoogleCloudDatacatalogV1TagField> ? -
Maps the ID of a tag field to its value and additional information about
that field.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- name ↔ String?
-
Identifier.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- template ↔ String?
-
The resource name of the tag template this tag uses.
getter/setter pair
- templateDisplayName ↔ String?
-
The display name of the tag template.
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited