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 added:
- schemas.Build.properties.failureInfo (Total Keys: 2)
- schemas.BuildTrigger.properties.sourceToBuild.$ref (Total Keys: 1)
- schemas.FailureInfo (Total Keys: 4)
- schemas.GitRepoSource (Total Keys: 5)
- schemas.GoogleDevtoolsCloudbuildV2OperationMetadata (Total Keys: 18)
- schemas.OperationMetadata (Total Keys: 18)

#### cloudbuild:v1alpha1

The following keys were added:
- schemas.Build.properties.failureInfo (Total Keys: 2)
- schemas.FailureInfo (Total Keys: 4)
- schemas.GoogleDevtoolsCloudbuildV2OperationMetadata (Total Keys: 18)
- schemas.OperationMetadata (Total Keys: 18)

#### cloudbuild:v1alpha2

The following keys were added:
- schemas.Build.properties.failureInfo (Total Keys: 2)
- schemas.FailureInfo (Total Keys: 4)
- schemas.GoogleDevtoolsCloudbuildV2OperationMetadata (Total Keys: 18)
- schemas.OperationMetadata (Total Keys: 18)

#### cloudbuild:v1beta1

The following keys were added:
- schemas.Build.properties.failureInfo (Total Keys: 2)
- schemas.FailureInfo (Total Keys: 4)
- schemas.GoogleDevtoolsCloudbuildV2OperationMetadata (Total Keys: 18)
- schemas.OperationMetadata (Total Keys: 18)
  • Loading branch information
yoshi-automation committed Jul 27, 2021
1 parent 5be1260 commit 9066056
Show file tree
Hide file tree
Showing 9 changed files with 691 additions and 14 deletions.
16 changes: 16 additions & 0 deletions docs/dyn/cloudbuild_v1.projects.builds.html
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ <h3>Method Details</h3>
},
&quot;buildTriggerId&quot;: &quot;A String&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was triggered automatically.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
&quot;failureInfo&quot;: { # A fatal problem encountered during the execution of the build. # Output only. Contains information about the build when status=FAILURE.
&quot;detail&quot;: &quot;A String&quot;, # Explains the failure issue in more detail using hard-coded text.
&quot;type&quot;: &quot;A String&quot;, # The name of the failure.
},
&quot;finishTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build&#x27;s execution.
&quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
&quot;images&quot;: [ # A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account&#x27;s credentials. The digests of the pushed images will be stored in the `Build` resource&#x27;s results field. If any of the images fail to be pushed, the build status is marked `FAILURE`.
Expand Down Expand Up @@ -392,6 +396,10 @@ <h3>Method Details</h3>
},
&quot;buildTriggerId&quot;: &quot;A String&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was triggered automatically.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
&quot;failureInfo&quot;: { # A fatal problem encountered during the execution of the build. # Output only. Contains information about the build when status=FAILURE.
&quot;detail&quot;: &quot;A String&quot;, # Explains the failure issue in more detail using hard-coded text.
&quot;type&quot;: &quot;A String&quot;, # The name of the failure.
},
&quot;finishTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build&#x27;s execution.
&quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
&quot;images&quot;: [ # A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account&#x27;s credentials. The digests of the pushed images will be stored in the `Build` resource&#x27;s results field. If any of the images fail to be pushed, the build status is marked `FAILURE`.
Expand Down Expand Up @@ -661,6 +669,10 @@ <h3>Method Details</h3>
},
&quot;buildTriggerId&quot;: &quot;A String&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was triggered automatically.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
&quot;failureInfo&quot;: { # A fatal problem encountered during the execution of the build. # Output only. Contains information about the build when status=FAILURE.
&quot;detail&quot;: &quot;A String&quot;, # Explains the failure issue in more detail using hard-coded text.
&quot;type&quot;: &quot;A String&quot;, # The name of the failure.
},
&quot;finishTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build&#x27;s execution.
&quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
&quot;images&quot;: [ # A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account&#x27;s credentials. The digests of the pushed images will be stored in the `Build` resource&#x27;s results field. If any of the images fail to be pushed, the build status is marked `FAILURE`.
Expand Down Expand Up @@ -905,6 +917,10 @@ <h3>Method Details</h3>
},
&quot;buildTriggerId&quot;: &quot;A String&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was triggered automatically.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
&quot;failureInfo&quot;: { # A fatal problem encountered during the execution of the build. # Output only. Contains information about the build when status=FAILURE.
&quot;detail&quot;: &quot;A String&quot;, # Explains the failure issue in more detail using hard-coded text.
&quot;type&quot;: &quot;A String&quot;, # The name of the failure.
},
&quot;finishTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build&#x27;s execution.
&quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
&quot;images&quot;: [ # A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account&#x27;s credentials. The digests of the pushed images will be stored in the `Build` resource&#x27;s results field. If any of the images fail to be pushed, the build status is marked `FAILURE`.
Expand Down
16 changes: 16 additions & 0 deletions docs/dyn/cloudbuild_v1.projects.locations.builds.html
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,10 @@ <h3>Method Details</h3>
},
&quot;buildTriggerId&quot;: &quot;A String&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was triggered automatically.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
&quot;failureInfo&quot;: { # A fatal problem encountered during the execution of the build. # Output only. Contains information about the build when status=FAILURE.
&quot;detail&quot;: &quot;A String&quot;, # Explains the failure issue in more detail using hard-coded text.
&quot;type&quot;: &quot;A String&quot;, # The name of the failure.
},
&quot;finishTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build&#x27;s execution.
&quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
&quot;images&quot;: [ # A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account&#x27;s credentials. The digests of the pushed images will be stored in the `Build` resource&#x27;s results field. If any of the images fail to be pushed, the build status is marked `FAILURE`.
Expand Down Expand Up @@ -391,6 +395,10 @@ <h3>Method Details</h3>
},
&quot;buildTriggerId&quot;: &quot;A String&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was triggered automatically.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
&quot;failureInfo&quot;: { # A fatal problem encountered during the execution of the build. # Output only. Contains information about the build when status=FAILURE.
&quot;detail&quot;: &quot;A String&quot;, # Explains the failure issue in more detail using hard-coded text.
&quot;type&quot;: &quot;A String&quot;, # The name of the failure.
},
&quot;finishTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build&#x27;s execution.
&quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
&quot;images&quot;: [ # A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account&#x27;s credentials. The digests of the pushed images will be stored in the `Build` resource&#x27;s results field. If any of the images fail to be pushed, the build status is marked `FAILURE`.
Expand Down Expand Up @@ -660,6 +668,10 @@ <h3>Method Details</h3>
},
&quot;buildTriggerId&quot;: &quot;A String&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was triggered automatically.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
&quot;failureInfo&quot;: { # A fatal problem encountered during the execution of the build. # Output only. Contains information about the build when status=FAILURE.
&quot;detail&quot;: &quot;A String&quot;, # Explains the failure issue in more detail using hard-coded text.
&quot;type&quot;: &quot;A String&quot;, # The name of the failure.
},
&quot;finishTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build&#x27;s execution.
&quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
&quot;images&quot;: [ # A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account&#x27;s credentials. The digests of the pushed images will be stored in the `Build` resource&#x27;s results field. If any of the images fail to be pushed, the build status is marked `FAILURE`.
Expand Down Expand Up @@ -904,6 +916,10 @@ <h3>Method Details</h3>
},
&quot;buildTriggerId&quot;: &quot;A String&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was triggered automatically.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
&quot;failureInfo&quot;: { # A fatal problem encountered during the execution of the build. # Output only. Contains information about the build when status=FAILURE.
&quot;detail&quot;: &quot;A String&quot;, # Explains the failure issue in more detail using hard-coded text.
&quot;type&quot;: &quot;A String&quot;, # The name of the failure.
},
&quot;finishTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build was finished. The difference between finish_time and start_time is the duration of the build&#x27;s execution.
&quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
&quot;images&quot;: [ # A list of images to be pushed upon the successful completion of all build steps. The images are pushed using the builder service account&#x27;s credentials. The digests of the pushed images will be stored in the `Build` resource&#x27;s results field. If any of the images fail to be pushed, the build status is marked `FAILURE`.
Expand Down
Loading

0 comments on commit 9066056

Please sign in to comment.