REST Resource: projects.locations.agents.playbooks.versions

Resource: PlaybookVersion

Playbook version is a snapshot of the playbook at certain timestamp.

JSON representation
{
  "name": string,
  "description": string,
  "playbook": {
    object (Playbook)
  },
  "examples": [
    {
      object (Example)
    }
  ],
  "updateTime": string
}
Fields
name

string

The unique identifier of the playbook version. Format: projects/<Project ID>/locations/<Location ID>/agents/<Agent ID>/playbooks/<Playbook ID>/versions/<Version ID>.

description

string

Optional. The description of the playbook version.

playbook

object (Playbook)

Output only. Snapshot of the playbook when the playbook version is created.

examples[]

object (Example)

Output only. Snapshot of the examples belonging to the playbook when the playbook version is created.

updateTime

string (Timestamp format)

Output only. Last time the playbook version was created or modified.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

Methods

create

Creates a version for the specified Playbook.

delete

Deletes the specified version of the Playbook.

get

Retrieves the specified version of the Playbook.

list

Lists versions for the specified Playbook.