REST Resource: projects.locations.spaces.catalogs.templates

Resource: CatalogTemplate

A template inside a catalog.

JSON representation
{
  "name": string,
  "displayName": string,
  "description": string,
  "uuid": string,
  "createTime": string,
  "updateTime": string,
  "latestRevisionId": string
}
Fields
name

string

Identifier. The catalog template name in following format: projects/$project/locations/$location/spaces/$space/catalogs/$catalog/templates/$template

displayName

string

Optional. The display name of a catalog template.

description

string

Optional. The catalog template description.

uuid

string

Output only. The template revisions UUID.

createTime

string (Timestamp format)

Output only. The catalog template creation timestamp.

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

updateTime

string (Timestamp format)

Output only. The catalog template update timestamp.

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: "2014-10-02T15:01:23Z", "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30".

latestRevisionId

string

Output only. Latest revision of the template.

Methods

delete

Deletes a catalog template.

get

Gets a catalog template.

list

Lists catalog templates.