Class CreateGlossaryCategoryRequest (2.15.0)

CreateGlossaryCategoryRequest(
    mapping=None, *, ignore_unknown_fields=False, **kwargs
)

Creates a new GlossaryCategory under the specified Glossary.

Attributes

Name Description
parent str
Required. The parent resource where this GlossaryCategory will be created. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} where locationId refers to a Google Cloud region.
category_id str
Required. GlossaryCategory identifier.
category google.cloud.dataplex_v1.types.GlossaryCategory
Required. The GlossaryCategory to create.