Skip to content

Commit

Permalink
feat(cloudbuild): update the api
Browse files Browse the repository at this point in the history
#### cloudbuild:v1

The following keys were deleted:
- schemas.HTTPDelivery (Total Keys: 3)
- schemas.Notification (Total Keys: 8)
- schemas.NotifierConfig (Total Keys: 6)
- schemas.NotifierMetadata (Total Keys: 4)
- schemas.NotifierSecret (Total Keys: 7)
- schemas.NotifierSpec (Total Keys: 5)
- schemas.SMTPDelivery (Total Keys: 9)
- schemas.SlackDelivery (Total Keys: 3)
  • Loading branch information
yoshi-automation committed Jan 24, 2023
1 parent 35f723c commit 0b47b8f
Show file tree
Hide file tree
Showing 6 changed files with 35 additions and 200 deletions.
8 changes: 4 additions & 4 deletions docs/dyn/cloudbuild_v1.projects.builds.html
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -765,7 +765,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -1108,7 +1108,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -1426,7 +1426,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down
8 changes: 4 additions & 4 deletions docs/dyn/cloudbuild_v1.projects.locations.builds.html
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -764,7 +764,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -1107,7 +1107,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -1425,7 +1425,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down
12 changes: 6 additions & 6 deletions docs/dyn/cloudbuild_v1.projects.locations.triggers.html
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -918,7 +918,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -1424,7 +1424,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -1914,7 +1914,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -2409,7 +2409,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down Expand Up @@ -2888,7 +2888,7 @@ <h3>Method Details</h3>
&quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
&quot;A String&quot;,
],
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timeout&quot;: &quot;A String&quot;, # 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.
&quot;timing&quot;: { # Output only. Stores timing information for phases of the build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all artifacts including docker images and non docker artifacts. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up build. If the build does not specify source or images, these keys will not be included.
&quot;a_key&quot;: { # Start and end times for a build execution phase.
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
Expand Down

0 comments on commit 0b47b8f

Please sign in to comment.