REST Resource: projects.locations.spaces.catalogs

Resource: Catalog

A collection of templates.

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

string

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

displayName

string

Optional. The catalog display name.

description

string

Optional. The catalog description.

createTime

string (Timestamp format)

Output only. The catalog 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 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".

Methods

create

Creates a catalog.

delete

Deletes a catalog.

get

Gets details about a catalog.

list

Lists catalogs in a given space.

patch

Updates a catalog.