v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-1372300401.5 KB
projects

Creates a new Glossary resource.

post/v1/{+parent}/glossaries

Path parameters

parentstring required

Required. The parent resource where this Glossary will be created. Format: projects/{project_id_or_number}/locations/{location_id} where location_id refers to a Google Cloud region.

Query parameters

glossaryIdstring

Required. Glossary ID: Glossary identifier.

validateOnlyboolean

Optional. Validates the request without actually creating the Glossary. Default: false.

Request body

updateTimestring google-datetime

Output only. The time at which the Glossary was last updated.

createTimestring google-datetime

Output only. The time at which the Glossary was created.

uidstring

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.

categoryCountinteger

Output only. The number of GlossaryCategories in the Glossary.

namestring

Output only. Identifier. The resource name of the Glossary. Format: projects/{project_id_or_number}/locations/{location_id}/glossaries/{glossary_id}

etagstring

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.

descriptionstring

Optional. The user-mutable description of the Glossary.

displayNamestring

Optional. User friendly display name of the Glossary. This is user-mutable. This will be same as the GlossaryId, if not specified.

termCountinteger

Output only. The number of GlossaryTerms in the Glossary.

labelsobject

Optional. User-defined labels for the Glossary.

Response

Successful response