Skip to content

Commit 437e37f

Browse files
feat(cloudbuild): update the api
#### cloudbuild:v1 The following keys were added: - resources.projects.resources.githubEnterpriseConfigs.methods.create (Total Keys: 14) - resources.projects.resources.githubEnterpriseConfigs.methods.delete (Total Keys: 15) - resources.projects.resources.githubEnterpriseConfigs.methods.get (Total Keys: 15) - resources.projects.resources.githubEnterpriseConfigs.methods.list (Total Keys: 13) - resources.projects.resources.githubEnterpriseConfigs.methods.patch (Total Keys: 15) - resources.projects.resources.locations.resources.githubEnterpriseConfigs.methods.create (Total Keys: 14) - resources.projects.resources.locations.resources.githubEnterpriseConfigs.methods.delete (Total Keys: 15) - resources.projects.resources.locations.resources.githubEnterpriseConfigs.methods.get (Total Keys: 15) - resources.projects.resources.locations.resources.githubEnterpriseConfigs.methods.list (Total Keys: 13) - resources.projects.resources.locations.resources.githubEnterpriseConfigs.methods.patch (Total Keys: 15) - resources.v1.methods.webhook (Total Keys: 7) - schemas.BuildTrigger.properties.serviceAccount.type (Total Keys: 1) - schemas.CreateGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) - schemas.DeleteGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) - schemas.GitHubEnterpriseConfig (Total Keys: 13) - schemas.GitHubEnterpriseSecrets (Total Keys: 10) - schemas.GitHubEventsConfig.properties.enterpriseConfigResourceName.type (Total Keys: 1) - schemas.ListGithubEnterpriseConfigsResponse (Total Keys: 4) - schemas.ProcessAppManifestCallbackOperationMetadata (Total Keys: 7) - schemas.UpdateGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) #### cloudbuild:v1alpha1 The following keys were added: - schemas.CreateGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) - schemas.DeleteGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) - schemas.ProcessAppManifestCallbackOperationMetadata (Total Keys: 7) - schemas.UpdateGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) #### cloudbuild:v1alpha2 The following keys were added: - schemas.CreateGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) - schemas.DeleteGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) - schemas.ProcessAppManifestCallbackOperationMetadata (Total Keys: 7) - schemas.UpdateGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) #### cloudbuild:v1beta1 The following keys were added: - schemas.CreateGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) - schemas.DeleteGitHubEnterpriseConfigOperationMetadata (Total Keys: 7) - schemas.ProcessAppManifestCallbackOperationMetadata (Total Keys: 7) - schemas.UpdateGitHubEnterpriseConfigOperationMetadata (Total Keys: 7)
1 parent 0858252 commit 437e37f

14 files changed

+1677
-41
lines changed

docs/dyn/cloudbuild_v1.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,11 @@ <h2>Instance Methods</h2>
8484
</p>
8585
<p class="firstline">Returns the projects Resource.</p>
8686

87+
<p class="toc_element">
88+
<code><a href="cloudbuild_v1.v1.html">v1()</a></code>
89+
</p>
90+
<p class="firstline">Returns the v1 Resource.</p>
91+
8792
<p class="toc_element">
8893
<code><a href="#close">close()</a></code></p>
8994
<p class="firstline">Close httplib2 connections.</p>

docs/dyn/cloudbuild_v1.projects.builds.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ <h3>Method Details</h3>
333333
&quot;A String&quot;,
334334
],
335335
&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.
336-
&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 specified images. * FETCHSOURCE: time to fetch source. If the build does not specify source or images, these keys will not be included.
336+
&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 specified images. * 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.
337337
&quot;a_key&quot;: { # Start and end times for a build execution phase.
338338
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
339339
&quot;startTime&quot;: &quot;A String&quot;, # Start of time span.
@@ -575,7 +575,7 @@ <h3>Method Details</h3>
575575
&quot;A String&quot;,
576576
],
577577
&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.
578-
&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 specified images. * FETCHSOURCE: time to fetch source. If the build does not specify source or images, these keys will not be included.
578+
&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 specified images. * 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.
579579
&quot;a_key&quot;: { # Start and end times for a build execution phase.
580580
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
581581
&quot;startTime&quot;: &quot;A String&quot;, # Start of time span.
@@ -848,7 +848,7 @@ <h3>Method Details</h3>
848848
&quot;A String&quot;,
849849
],
850850
&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.
851-
&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 specified images. * FETCHSOURCE: time to fetch source. If the build does not specify source or images, these keys will not be included.
851+
&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 specified images. * 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.
852852
&quot;a_key&quot;: { # Start and end times for a build execution phase.
853853
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
854854
&quot;startTime&quot;: &quot;A String&quot;, # Start of time span.
@@ -1096,7 +1096,7 @@ <h3>Method Details</h3>
10961096
&quot;A String&quot;,
10971097
],
10981098
&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.
1099-
&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 specified images. * FETCHSOURCE: time to fetch source. If the build does not specify source or images, these keys will not be included.
1099+
&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 specified images. * 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.
11001100
&quot;a_key&quot;: { # Start and end times for a build execution phase.
11011101
&quot;endTime&quot;: &quot;A String&quot;, # End of time span.
11021102
&quot;startTime&quot;: &quot;A String&quot;, # Start of time span.

0 commit comments

Comments
 (0)