Skip to content

Commit

Permalink
fix(toolresults): update the API
Browse files Browse the repository at this point in the history
#### toolresults:v1beta3

The following keys were changed:
- schemas.Execution.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent c772fc1 commit 656c975
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/toolresults-v1beta3.json
Expand Up @@ -1463,7 +1463,7 @@
}
}
},
"revision": "20220817",
"revision": "20230201",
"rootUrl": "https://toolresults.googleapis.com/",
"schemas": {
"ANR": {
Expand Down Expand Up @@ -1905,7 +1905,7 @@
"type": "object"
},
"Execution": {
"description": "An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step The maximum size of an execution message is 1 MiB. An Execution can be updated until its state is set to COMPLETE at which point it becomes immutable.",
"description": "An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step The maximum size of an execution message is 1 MiB. An Execution can be updated until its state is set to COMPLETE at which point it becomes immutable. Next tag: 16",
"id": "Execution",
"properties": {
"completionTime": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/toolresults/v1beta3.ts
Expand Up @@ -409,7 +409,7 @@ export namespace toolresults_v1beta3 {
value?: string | null;
}
/**
* An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step The maximum size of an execution message is 1 MiB. An Execution can be updated until its state is set to COMPLETE at which point it becomes immutable.
* An Execution represents a collection of Steps. For instance, it could represent: - a mobile test executed across a range of device configurations - a jenkins job with a build step followed by a test step The maximum size of an execution message is 1 MiB. An Execution can be updated until its state is set to COMPLETE at which point it becomes immutable. Next tag: 16
*/
export interface Schema$Execution {
/**
Expand Down

0 comments on commit 656c975

Please sign in to comment.