Resource: Glossary
A Glossary represents a collection of GlossaryCategories and GlossaryTerms defined by the user. Glossary is a top level resource and is the Google Cloud parent resource of all the GlossaryCategories and GlossaryTerms within it.
JSON representation |
---|
{ "name": string, "uid": string, "displayName": string, "description": string, "createTime": string, "updateTime": string, "labels": { string: string, ... }, "termCount": integer, "categoryCount": integer, "etag": string } |
Fields | |
---|---|
name |
Output only. Identifier. The resource name of the Glossary. Format: projects/{project_id_or_number}/locations/{locationId}/glossaries/{glossaryId} |
uid |
Output only. System generated unique id for the Glossary. This ID will be different if the Glossary is deleted and re-created with the same name. |
displayName |
Optional. User friendly display name of the Glossary. This is user-mutable. This will be same as the GlossaryId, if not specified. |
description |
Optional. The user-mutable description of the Glossary. |
createTime |
Output only. The time at which the Glossary was created. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
updateTime |
Output only. The time at which the Glossary was last updated. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
labels |
Optional. User-defined labels for the Glossary. An object containing a list of |
termCount |
Output only. The number of GlossaryTerms in the Glossary. |
categoryCount |
Output only. The number of GlossaryCategories in the Glossary. |
etag |
Optional. Needed for resource freshness validation. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding. |
Methods |
|
---|---|
|
Creates a new Glossary resource. |
|
Deletes a Glossary resource. |
|
Gets a Glossary resource. |
|
Lists Glossary resources in a project and location. |
|
Updates a Glossary resource. |