GoogleCloudDataplexV1Glossary class

A Glossary represents a collection of GlossaryCategories and GlossaryTerms defined by the user.

Glossary is a top level resource and is the Google Cloud parent resource of all the GlossaryCategories and GlossaryTerms within it.

Constructors

GoogleCloudDataplexV1Glossary.new({int? categoryCount, String? createTime, String? description, String? displayName, String? etag, Map<String, String>? labels, String? name, int? termCount, String? uid, String? updateTime})
GoogleCloudDataplexV1Glossary.fromJson(Map json_)

Properties

categoryCount int?
The number of GlossaryCategories in the Glossary.
getter/setter pair
createTime String?
The time at which the Glossary was created.
getter/setter pair
description String?
The user-mutable description of the Glossary.
getter/setter pair
displayName String?
User friendly display name of the Glossary.
getter/setter pair
etag String?
Needed for resource freshness validation.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
labels Map<String, String>?
User-defined labels for the Glossary.
getter/setter pair
name String?
Identifier.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termCount int?
The number of GlossaryTerms in the Glossary.
getter/setter pair
uid String?
System generated unique id for the Glossary.
getter/setter pair
updateTime String?
The time at which the Glossary was last updated.
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