Cloud Dataplex v1 API - Class GetGlossaryTermRequest (3.10.0)

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

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

Get GlossaryTerm Request

Inheritance

object > GetGlossaryTermRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetGlossaryTermRequest()

public GetGlossaryTermRequest()

GetGlossaryTermRequest(GetGlossaryTermRequest)

public GetGlossaryTermRequest(GetGlossaryTermRequest other)
Parameter
Name Description
other GetGlossaryTermRequest

Properties

GlossaryTermName

public GlossaryTermName GlossaryTermName { get; set; }

GlossaryTermName-typed view over the Name resource name property.

Property Value
Type Description
GlossaryTermName

Name

public string Name { get; set; }

Required. The name of the GlossaryTerm to retrieve. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/terms/{term_id}

Property Value
Type Description
string