Cloud Dataplex v1 API - Class Glossary (3.10.0)

public sealed class Glossary : IMessage<Glossary>, IEquatable<Glossary>, IDeepCloneable<Glossary>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Dataplex v1 API class Glossary.

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.

Inheritance

object > Glossary

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

Glossary()

public Glossary()

Glossary(Glossary)

public Glossary(Glossary other)
Parameter
Name Description
other Glossary

Properties

CategoryCount

public int CategoryCount { get; set; }

Output only. The number of GlossaryCategories in the Glossary.

Property Value
Type Description
int

CreateTime

public Timestamp CreateTime { get; set; }

Output only. The time at which the Glossary was created.

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Optional. The user-mutable description of the Glossary.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

Optional. User friendly display name of the Glossary. This is user-mutable. This will be same as the GlossaryId, if not specified.

Property Value
Type Description
string

Etag

public string Etag { get; set; }

Optional. Needed for resource freshness validation. 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.

Property Value
Type Description
string

GlossaryName

public GlossaryName GlossaryName { get; set; }

GlossaryName-typed view over the Name resource name property.

Property Value
Type Description
GlossaryName

Labels

public MapField<string, string> Labels { get; }

Optional. User-defined labels for the Glossary.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

Output only. Identifier. The resource name of the Glossary. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}

Property Value
Type Description
string

TermCount

public int TermCount { get; set; }

Output only. The number of GlossaryTerms in the Glossary.

Property Value
Type Description
int

Uid

public string Uid { get; set; }

Output only. System generated unique id for the Glossary. This ID will be different if the Glossary is deleted and re-created with the same name.

Property Value
Type Description
string

UpdateTime

public Timestamp UpdateTime { get; set; }

Output only. The time at which the Glossary was last updated.

Property Value
Type Description
Timestamp