v1

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

Creates a new GlossaryTerm resource.

post/v1/{+parent}/terms

Path parameters

parentstring required

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

Query parameters

termIdstring

Required. GlossaryTerm identifier.

Request body

updateTimestring google-datetime

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

createTimestring google-datetime

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

namestring

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

descriptionstring

Optional. The user-mutable description of the GlossaryTerm.

uidstring

Output only. System generated unique id for the GlossaryTerm. This ID will be different if the GlossaryTerm is deleted and re-created with the same name.

displayNamestring

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

parentstring

Required. The immediate parent of the GlossaryTerm 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}

labelsobject

Optional. User-defined labels for the GlossaryTerm.

Response

Successful response