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 |
Identifier. The catalog template name in following format: projects/$project/locations/$location/spaces/$space/catalogs/$catalog/templates/$template |
displayName |
Optional. The display name of a catalog template. |
description |
Optional. The catalog template description. |
uuid |
Output only. The template revisions UUID. |
createTime |
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: |
updateTime |
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: |
latestRevisionId |
Output only. Latest revision of the template. |
Methods |
|
---|---|
|
Deletes a catalog template. |
|
Gets a catalog template. |
|
Lists catalog templates. |