Cloud Dataplex v1 API - Class GlossaryCategory (3.10.0)

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

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

A GlossaryCategory represents a collection of GlossaryCategories and GlossaryTerms within a Glossary that are related to each other.

Inheritance

object > GlossaryCategory

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GlossaryCategory()

public GlossaryCategory()

GlossaryCategory(GlossaryCategory)

public GlossaryCategory(GlossaryCategory other)
Parameter
Name Description
other GlossaryCategory

Properties

CreateTime

public Timestamp CreateTime { get; set; }

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

Property Value
Type Description
Timestamp

Description

public string Description { get; set; }

Optional. The user-mutable description of the GlossaryCategory.

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

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

Property Value
Type Description
string

GlossaryCategoryName

public GlossaryCategoryName GlossaryCategoryName { get; set; }

GlossaryCategoryName-typed view over the Name resource name property.

Property Value
Type Description
GlossaryCategoryName

Labels

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

Optional. User-defined labels for the GlossaryCategory.

Property Value
Type Description
MapFieldstringstring

Name

public string Name { get; set; }

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

Property Value
Type Description
string

Parent

public string Parent { get; set; }

Required. The immediate parent of the GlossaryCategory in the resource-hierarchy. It can either be a Glossary or a GlossaryCategory. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} OR projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}

Property Value
Type Description
string

Uid

public string Uid { get; set; }

Output only. System generated unique id for the GlossaryCategory. This ID will be different if the GlossaryCategory 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 GlossaryCategory was last updated.

Property Value
Type Description
Timestamp