Resource: ApplicationTemplateSystemRevision
Application template system revision resource.
| JSON representation |
|---|
{
"name": string,
"createTime": string,
"annotations": {
string: string,
...
},
"snapshot": {
object ( |
| Fields | |
|---|---|
name |
Identifier. The application template system revision name. Format: projects/{project}/locations/{location}/spaces/{space}/applicationTemplates/{applicationTemplate}/systemRevisions/{system_revision} |
createTime |
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: |
annotations |
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 |
snapshot |
Output only. The serialized application template snapshot at this revision. |
Methods |
|
|---|---|
|
Gets the given application template system revision. |
|
Lists application template system revisions in a given application template. |