Resource: ToolVersion
Tool version is a snapshot of the tool at certain timestamp.
| JSON representation | 
|---|
| {
  "name": string,
  "displayName": string,
  "tool": {
    object ( | 
| Fields | |
|---|---|
| name | 
 Identifier. The unique identifier of the tool version.  Format:  | 
| displayName | 
 Required. The display name of the tool version. | 
| tool | 
 Required. Snapshot of the tool to be associated with this version. | 
| createTime | 
 Output only. Last time the tool version was created or modified. 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:  | 
| updateTime | 
 Output only. Last time the tool version was created or modified. 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:  | 
| Methods | |
|---|---|
| 
 | Creates a version for the specified Tool. | 
| 
 | Deletes the specified version of the Tool. | 
| 
 | Retrieves the specified version of the Tool. | 
| 
 | List versions of the specified Tool. | 
| 
 | Retrieves the specified version of the Tool and stores it as the current tool draft, returning the tool with resources updated. |