Class GoogleCloudDataplexV1CreateGlossaryTermRequest
Creates a new GlossaryTerm under the specified Glossary.
Implements
Inherited Members
Namespace: Google.Apis.CloudDataplex.v1.Data
Assembly: Google.Apis.CloudDataplex.v1.dll
Syntax
public class GoogleCloudDataplexV1CreateGlossaryTermRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Parent
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.
Declaration
[JsonProperty("parent")]
public virtual string Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Term
Required. The GlossaryTerm to create.
Declaration
[JsonProperty("term")]
public virtual GoogleCloudDataplexV1GlossaryTerm Term { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleCloudDataplexV1GlossaryTerm |
TermId
Required. GlossaryTerm identifier.
Declaration
[JsonProperty("termId")]
public virtual string TermId { get; set; }
Property Value
| Type | Description |
|---|---|
| string |