Skip to content

Commit

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

The following keys were changed:
- schemas.ContaineranalysisGoogleDevtoolsCloudbuildV1Build.properties.timeout.description

#### containeranalysis:v1beta1

The following keys were changed:
- schemas.ContaineranalysisGoogleDevtoolsCloudbuildV1Build.properties.timeout.description

#### containeranalysis:v1

The following keys were changed:
- schemas.ContaineranalysisGoogleDevtoolsCloudbuildV1Build.properties.timeout.description
  • Loading branch information
yoshi-automation authored and sofisl committed Feb 2, 2023
1 parent 1d0f856 commit 43992e0
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions discovery/containeranalysis-v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
}
}
},
"revision": "20221209",
"revision": "20230120",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -1972,7 +1972,7 @@
"type": "array"
},
"timeout": {
"description": "Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is ten minutes.",
"description": "Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is 60 minutes.",
"format": "google-duration",
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/containeranalysis-v1alpha1.json
Original file line number Diff line number Diff line change
Expand Up @@ -1229,7 +1229,7 @@
}
}
},
"revision": "20221209",
"revision": "20230120",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AnalysisCompleted": {
Expand Down Expand Up @@ -2271,7 +2271,7 @@
"type": "array"
},
"timeout": {
"description": "Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is ten minutes.",
"description": "Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is 60 minutes.",
"format": "google-duration",
"type": "string"
},
Expand Down
4 changes: 2 additions & 2 deletions discovery/containeranalysis-v1beta1.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@
}
}
},
"revision": "20221209",
"revision": "20230120",
"rootUrl": "https://containeranalysis.googleapis.com/",
"schemas": {
"AliasContext": {
Expand Down Expand Up @@ -1903,7 +1903,7 @@
"type": "array"
},
"timeout": {
"description": "Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is ten minutes.",
"description": "Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is 60 minutes.",
"format": "google-duration",
"type": "string"
},
Expand Down
2 changes: 1 addition & 1 deletion src/apis/containeranalysis/v1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ export namespace containeranalysis_v1 {
*/
tags?: string[] | null;
/**
* Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is ten minutes.
* Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is 60 minutes.
*/
timeout?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/containeranalysis/v1alpha1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -736,7 +736,7 @@ export namespace containeranalysis_v1alpha1 {
*/
tags?: string[] | null;
/**
* Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is ten minutes.
* Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is 60 minutes.
*/
timeout?: string | null;
/**
Expand Down
2 changes: 1 addition & 1 deletion src/apis/containeranalysis/v1beta1.ts
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ export namespace containeranalysis_v1beta1 {
*/
tags?: string[] | null;
/**
* Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is ten minutes.
* Amount of time that this build should be allowed to run, to second granularity. If this amount of time elapses, work on the build will cease and the build status will be `TIMEOUT`. `timeout` starts ticking from `startTime`. Default time is 60 minutes.
*/
timeout?: string | null;
/**
Expand Down

0 comments on commit 43992e0

Please sign in to comment.