Class GlossaryCategory (2.15.0)

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

A GlossaryCategory represents a collection of GlossaryCategories and GlossaryTerms within a Glossary that are related to each other.

Attributes

Name Description
name str
Output only. Identifier. The resource name of the GlossaryCategory. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}
uid str
Output only. System generated unique id for the GlossaryCategory. This ID will be different if the GlossaryCategory is deleted and re-created with the same name.
display_name str
Optional. User friendly display name of the GlossaryCategory. This is user-mutable. This will be same as the GlossaryCategoryId, if not specified.
description str
Optional. The user-mutable description of the GlossaryCategory.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the GlossaryCategory was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which the GlossaryCategory was last updated.
labels MutableMapping[str, str]
Optional. User-defined labels for the GlossaryCategory.
parent str
Required. The immediate parent of the GlossaryCategory in the resource-hierarchy. It can either be a Glossary or a GlossaryCategory. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id} OR projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}/categories/{category_id}

Classes

LabelsEntry

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

The abstract base class for a message.

Parameters
Name Description
kwargs dict

Keys and values corresponding to the fields of the message.

mapping Union[dict, .Message]

A dictionary or message to be used to determine the values for this message.

ignore_unknown_fields Optional(bool)

If True, do not raise errors for unknown fields. Only applied if mapping is a mapping type or there are keyword parameters.