CreateGlossaryRequest(mapping=None, *, ignore_unknown_fields=False, **kwargs)Create Glossary Request
| Attributes | |
|---|---|
| Name | Description | 
| parent | strRequired. The parent resource where this Glossary will be created. Format: projects/{project_id_or_number}/locations/{location_id} where location_idrefers to a Google Cloud region. | 
| glossary_id | strRequired. Glossary ID: Glossary identifier. | 
| glossary | google.cloud.dataplex_v1.types.GlossaryRequired. The Glossary to create. | 
| validate_only | boolOptional. Validates the request without actually creating the Glossary. Default: false. |