Cloud Dataplex v1 API - Class GetGlossaryRequest (3.10.0)

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

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

Get Glossary Request

Inheritance

object > GetGlossaryRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

GetGlossaryRequest()

public GetGlossaryRequest()

GetGlossaryRequest(GetGlossaryRequest)

public GetGlossaryRequest(GetGlossaryRequest other)
Parameter
Name Description
other GetGlossaryRequest

Properties

GlossaryName

public GlossaryName GlossaryName { get; set; }

GlossaryName-typed view over the Name resource name property.

Property Value
Type Description
GlossaryName

Name

public string Name { get; set; }

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

Property Value
Type Description
string