REST Resource: projects.locations.investigations.revisions

Resource: InvestigationRevision

Message describing a revision of an Investigation

JSON representation
{
  "name": string,
  "snapshot": {
    object (Investigation)
  },
  "createTime": string,
  "labels": {
    string: string,
    ...
  },
  "index": integer
}
Fields
name

string

Identifier. name of resource

snapshot

object (Investigation)

Optional. [Output only] Snapshot of the investigation contents at this revision

createTime

string (Timestamp format)

Output only. [Output only] Create time stamp

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".

labels

map (key: string, value: string)

Optional. Labels as key value pairs

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

index

integer

Output only. Revision index number, in order of creation.

Methods

create

Creates a new revision of a given Investigation.

delete

Deletes a single revision of an Investigation.

get

Gets details of a single revision of an Investigation.

list

Lists Investigations in a given project and location.

patch

Updates the parameters of a single Investigation.

run

Run an existing revision of an investigation.