Data Analytics API with Gemini v1beta API - Class GlossaryTerm (1.0.0-beta04)

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

Reference documentation and code samples for the Data Analytics API with Gemini v1beta API class GlossaryTerm.

Definition of a term within a specific domain.

Inheritance

object > GlossaryTerm

Namespace

Google.Cloud.GeminiDataAnalytics.V1Beta

Assembly

Google.Cloud.GeminiDataAnalytics.V1Beta.dll

Constructors

GlossaryTerm()

public GlossaryTerm()

GlossaryTerm(GlossaryTerm)

public GlossaryTerm(GlossaryTerm other)
Parameter
Name Description
other GlossaryTerm

Properties

Description

public string Description { get; set; }

Required. The description or meaning of the term. For example: "Click-through rate", "The percentage of users who complete a desired action", "An order that is waiting to be processed."

Property Value
Type Description
string

DisplayName

public string DisplayName { get; set; }

Required. User friendly display name of the glossary term being defined. For example: "CTR", "conversion rate", "pending"

Property Value
Type Description
string

Labels

public RepeatedField<string> Labels { get; }

Optional. A list of general purpose labels associated to this term. For example: ["click rate", "clickthrough", "waiting"]

Property Value
Type Description
RepeatedFieldstring