CreateGlossaryTermRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Creates a new GlossaryTerm under the specified Glossary.
Attributes |
|
|---|---|
| Name | Description |
parent |
str
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.
|
term_id |
str
Required. GlossaryTerm identifier. |
term |
google.cloud.dataplex_v1.types.GlossaryTerm
Required. The GlossaryTerm to create. |