REST Resource: projects.locations.spaces.applicationTemplates.systemRevisions

Resource: ApplicationTemplateSystemRevision

Application template system revision resource.

JSON representation
{
  "name": string,
  "createTime": string,
  "annotations": {
    string: string,
    ...
  },
  "snapshot": {
    object (SerializedApplicationTemplate)
  }
}
Fields
name

string

Identifier. The application template system revision name. Format: projects/{project}/locations/{location}/spaces/{space}/applicationTemplates/{applicationTemplate}/systemRevisions/{system_revision}

createTime

string (Timestamp format)

Output only. The application template system revision creation timestamp.

Uses RFC 3339, where generated output will always be Z-normalized and use 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".

annotations

map (key: string, value: string)

Output only. Annotations from agentic workflows or other system processes. For example: { "designcenter.googleapis.com/agent_id": "gemini-3-flash-v1", "designcenter.googleapis.com/llm_agent_summary": "Added a Cloud SQL instance", "designcenter.googleapis.com/external_ref_id": "trace-uuid-88921-xyz" }

An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.

snapshot

object (SerializedApplicationTemplate)

Output only. The serialized application template snapshot at this revision.

Methods

get

Gets the given application template system revision.

list

Lists application template system revisions in a given application template.