Show / Hide Table of Contents

Class GlossaryEntry

Represents a single entry in a glossary.

Inheritance
object
GlossaryEntry
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Translate.v3.Data
Assembly: Google.Apis.Translate.v3.dll
Syntax
public class GlossaryEntry : IDirectResponseSchema

Properties

Description

Describes the glossary entry.

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Name

Identifier. The resource name of the entry. Format: projects/*/locations/*/glossaries/*/glossaryEntries/*

Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type Description
string

TermsPair

Used for an unidirectional glossary.

Declaration
[JsonProperty("termsPair")]
public virtual GlossaryTermsPair TermsPair { get; set; }
Property Value
Type Description
GlossaryTermsPair

TermsSet

Used for an equivalent term sets glossary.

Declaration
[JsonProperty("termsSet")]
public virtual GlossaryTermsSet TermsSet { get; set; }
Property Value
Type Description
GlossaryTermsSet

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX