Cloud Dataplex v1 API - Class CreateGlossaryTermRequest (3.10.0)

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

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

Creates a new GlossaryTerm under the specified Glossary.

Inheritance

object > CreateGlossaryTermRequest

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

CreateGlossaryTermRequest()

public CreateGlossaryTermRequest()

CreateGlossaryTermRequest(CreateGlossaryTermRequest)

public CreateGlossaryTermRequest(CreateGlossaryTermRequest other)
Parameter
Name Description
other CreateGlossaryTermRequest

Properties

Parent

public string Parent { get; set; }

Required. The parent resource where the GlossaryTerm will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where location_id refers to a Google Cloud region.

Property Value
Type Description
string

ParentAsGlossaryName

public GlossaryName ParentAsGlossaryName { get; set; }

GlossaryName-typed view over the Parent resource name property.

Property Value
Type Description
GlossaryName

Term

public GlossaryTerm Term { get; set; }

Required. The GlossaryTerm to create.

Property Value
Type Description
GlossaryTerm

TermId

public string TermId { get; set; }

Required. GlossaryTerm identifier.

Property Value
Type Description
string