• Home
  • Raw
  • Download

Lines Matching full:build

75 <h1><a href="cloudbuild_v1.html">Cloud Build API</a> . <a href="cloudbuild_v1.projects.html">projec…
79 <p class="firstline">Approves or rejects a pending build. If approved, the returned LRO will be ana…
82 <p class="firstline">Cancels a build in progress.</p>
88build with the specified configuration. This method returns a long-running `Operation`, which incl…
91 <p class="firstline">Returns information about a previously requested build. The `Build` that is re…
100build based on the specified build. This method creates a new build using the original build reque…
104 …<pre>Approves or rejects a pending build. If approved, the returned LRO will be analogous to the L…
107 …name: string, Required. Name of the target build. For example: &quot;projects/{$project_id}/builds…
111 { # Request to approve or reject a pending build.
112 … describes the decision and associated metadata of a manual approval of a build. # Approval decisi…
114 …Email of the user that called the ApproveBuild API to approve or reject a build at the time that t…
117 …d by the UI differently. An example use case is a link to an external job that approved this Build.
152 <pre>Cancels a build in progress.
155 …name: string, The name of the `Build` to cancel. Format: `projects/{project}/locations/{location}/…
159 { # Request to cancel an ongoing build.
160 &quot;id&quot;: &quot;A String&quot;, # Required. ID of the build.
161 …;A String&quot;, # The name of the `Build` to cancel. Format: `projects/{project}/locations/{locat…
173build resource in the Cloud Build API. At a high level, a `Build` describes where to find source c…
174 … { # BuildApproval describes a build&#x27;s approval configuration, state, and result. # Output on…
175 …es configuration for manual approval of a build. # Output only. Configuration for manual approval …
176 …: True or False, # Whether or not approval is needed. If this is set on a build, it will become pe…
178 …ssociated metadata of a manual approval of a build. # Output only. Result of manual approval for t…
180 …Email of the user that called the ApproveBuild API to approve or reject a build at the time that t…
183 …d by the UI differently. An example use case is a link to an external job that approved this Build.
185 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this build&#x27;s approval.
187build that should be uploaded upon successful completion of all build steps. # Artifacts produced …
188build steps. The images will be pushed using the builder service account&#x27;s credentials. The d…
191build steps. # A list of objects to be uploaded to Cloud Storage upon successful completion of all…
193 &quot;paths&quot;: [ # Path globs used to match files in the build&#x27;s workspace.
196 …&quot;timing&quot;: { # Start and end times for a build execution phase. # Output only. Stores tim…
205build&#x27;s secrets, and must be used by at least one build step. Values can be at most 64 KB in …
213 …ment variables must be unique across all of a build&#x27;s secrets, and must be used by at least o…
218 …ng&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was trigger…
219 …;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
220 …roblem encountered during the execution of the build. # Output only. Contains information about th…
224 … at which execution of the build was finished. The difference between finish_time and start_time i…
225 &quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
226build steps. The images are pushed using the builder service account&#x27;s credentials. The diges…
229 …&quot;logUrl&quot;: &quot;A String&quot;, # Output only. URL to logs for this build in Google Clou…
231 … # Output only. The &#x27;Build&#x27; name with format: `projects/{project}/locations/{location}/b…
232 …t;: { # Optional arguments to enable specific features of builds. # Special options for this build.
233build. Note that this is *NOT* &quot;disk free&quot;; some of the space will be used by the operat…
234 …is is always enabled for triggered builds and cannot be overridden in the build configuration file.
235 …l exist for all build steps in this build. If a variable is defined in both globally and in a buil…
238 …&quot;logStreamingOption&quot;: &quot;A String&quot;, # Option to define build log streaming behav…
239 …g&quot;, # Option to specify the logging mode, which determines if and where build logs are stored.
240 …t;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
241build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.g…
242 …&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You m…
245 …values must be specified in the build&#x27;s `Secret`. These variables will be available to all bu…
251 …s set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.
252build steps Each volume is created as an empty volume prior to starting the build process. Upon co…
253 …es a Docker container volume which is mounted into build steps in order to persist files across bu…
254 …mes must be unique per build step and must be valid names for Docker volumes. Each named volume mu…
255 … must be absolute and cannot conflict with other volume paths on the same build step or with certa…
261 …# TTL in queue for this build. If provided and the build is enqueued longer than this value, the b…
262 …&quot;results&quot;: { # Artifacts created by the build pipeline. # Output only. Results of the bu…
264 …&quot;artifactTiming&quot;: { # Start and end times for a build execution phase. # Time to push al…
268 …&quot;buildStepImages&quot;: [ # List of build step digests, in the order corresponding to build s…
271build step outputs, produced by builder images, in the order corresponding to build step indices.…
274 &quot;images&quot;: [ # Container images that were built as a part of the build.
278 …&quot;pushTiming&quot;: { # Start and end times for a build execution phase. # Output only. Stores…
286 …d Build. Use `available_secrets` to configure builds to access secrets from Secret Manager. For in…
287 …Name` with `secret`. For instructions see: https://cloud.google.com/cloud-build/docs/securing-buil…
289build&#x27;s secrets, and must be used by at least one build step. Values can be at most 64 KB in …
294 …t;A String&quot;, # IAM service account whose credentials will be used at build runtime. Must be o…
295 …Location of the source in a supported storage service. # The location of the source files to build.
297 …&quot;branchName&quot;: &quot;A String&quot;, # Regex matching branches to build. The syntax of th…
298 &quot;commitSha&quot;: &quot;A String&quot;, # Explicit commit SHA to build.
299 …ring&quot;, # Directory, relative to the source root, in which to run the build. This must be a re…
300 …&quot;invertRegex&quot;: True or False, # Only trigger a build if the revision regex does NOT matc…
301 … that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
303 …&quot;substitutions&quot;: { # Substitutions to use in a triggered build. Should only be used with…
306 …&quot;tagName&quot;: &quot;A String&quot;, # Regex matching tags to build. The syntax of the regul…
311 …is object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
319 …to find the original source, or verify that some source was used for this build. # Output only. A …
320build source, which can be used to verify that the original source integrity was maintained in the…
321 …ntent of files, used in SourceProvenance messages to verify integrity of source input to the build.
330 …cation of the source in a Google Cloud Source Repository. # A copy of the build&#x27;s `source.rep…
331 …&quot;branchName&quot;: &quot;A String&quot;, # Regex matching branches to build. The syntax of th…
332 &quot;commitSha&quot;: &quot;A String&quot;, # Explicit commit SHA to build.
333 …ring&quot;, # Directory, relative to the source root, in which to run the build. This must be a re…
334 …&quot;invertRegex&quot;: True or False, # Only trigger a build if the revision regex does NOT matc…
335 … that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
337 …&quot;substitutions&quot;: { # Substitutions to use in a triggered build. Should only be used with…
340 …&quot;tagName&quot;: &quot;A String&quot;, # Regex matching tags to build. The syntax of the regul…
342 …of the source in an archive file in Google Cloud Storage. # A copy of the build&#x27;s `source.sto…
345 …is object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
347 …gleCloudPlatform/cloud-builders/tree/master/gcs-fetcher). # A copy of the build&#x27;s `source.sto…
353 …&quot;startTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build w…
354 &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the build.
357 { # A step in the build pipeline.
361build&#x27;s working directory. If this value is absolute, it may be outside the build&#x27;s work…
362 …&quot;entrypoint&quot;: &quot;A String&quot;, # Entrypoint to be used instead of the build step im…
366 …uot;A String&quot;, # Unique identifier for this build step, used in `wait_for` to reference this
367build step. If the image is available in the host&#x27;s Docker daemon&#x27;s cache, it will be ru…
368 …;: { # Start and end times for a build execution phase. # Output only. Stores timing information f…
373 …oud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`.
376 …us of the build step. At this time, build step status is only updated on build completion; step st…
377 …ting this build step. If not defined, the step has no time limit and will be allowed to continue t…
378 …: { # Start and end times for a build execution phase. # Output only. Stores timing information fo…
382build step. Each volume is created as an empty volume prior to execution of the build step. Upon c…
383 …es a Docker container volume which is mounted into build steps in order to persist files across bu…
384 …mes must be unique per build step and must be valid names for Docker volumes. Each named volume mu…
385 … must be absolute and cannot conflict with other volume paths on the same build step or with certa…
388build step depends on. This build step will not start until all the build steps in `wait_for` have…
393 &quot;substitutions&quot;: { # Substitutions data for `Build` resource.
396 &quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
399 …e that this build should be allowed to run, to second granularity. If this amount of time elapses,…
400build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all specifie…
401 &quot;a_key&quot;: { # Start and end times for a build execution phase.
406 …;warnings&quot;: [ # Output only. Non-fatal problems encountered during the execution of the build.
407 { # A non-fatal problem encountered during the execution of the build.
422build with the specified configuration. This method returns a long-running `Operation`, which incl…
425 …parent: string, The parent resource where this build will be created. Format: `projects/{project}/…
429build resource in the Cloud Build API. At a high level, a `Build` describes where to find source c…
430 … { # BuildApproval describes a build&#x27;s approval configuration, state, and result. # Output on…
431 …es configuration for manual approval of a build. # Output only. Configuration for manual approval …
432 …: True or False, # Whether or not approval is needed. If this is set on a build, it will become pe…
434 …ssociated metadata of a manual approval of a build. # Output only. Result of manual approval for t…
436 …Email of the user that called the ApproveBuild API to approve or reject a build at the time that t…
439 …d by the UI differently. An example use case is a link to an external job that approved this Build.
441 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this build&#x27;s approval.
443build that should be uploaded upon successful completion of all build steps. # Artifacts produced …
444build steps. The images will be pushed using the builder service account&#x27;s credentials. The d…
447build steps. # A list of objects to be uploaded to Cloud Storage upon successful completion of all…
449 &quot;paths&quot;: [ # Path globs used to match files in the build&#x27;s workspace.
452 …&quot;timing&quot;: { # Start and end times for a build execution phase. # Output only. Stores tim…
461build&#x27;s secrets, and must be used by at least one build step. Values can be at most 64 KB in …
469 …ment variables must be unique across all of a build&#x27;s secrets, and must be used by at least o…
474 …ng&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was trigger…
475 …;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
476 …roblem encountered during the execution of the build. # Output only. Contains information about th…
480 … at which execution of the build was finished. The difference between finish_time and start_time i…
481 &quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
482build steps. The images are pushed using the builder service account&#x27;s credentials. The diges…
485 …&quot;logUrl&quot;: &quot;A String&quot;, # Output only. URL to logs for this build in Google Clou…
487 … # Output only. The &#x27;Build&#x27; name with format: `projects/{project}/locations/{location}/b…
488 …t;: { # Optional arguments to enable specific features of builds. # Special options for this build.
489build. Note that this is *NOT* &quot;disk free&quot;; some of the space will be used by the operat…
490 …is is always enabled for triggered builds and cannot be overridden in the build configuration file.
491 …l exist for all build steps in this build. If a variable is defined in both globally and in a buil…
494 …&quot;logStreamingOption&quot;: &quot;A String&quot;, # Option to define build log streaming behav…
495 …g&quot;, # Option to specify the logging mode, which determines if and where build logs are stored.
496 …t;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
497build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.g…
498 …&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You m…
501 …values must be specified in the build&#x27;s `Secret`. These variables will be available to all bu…
507 …s set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.
508build steps Each volume is created as an empty volume prior to starting the build process. Upon co…
509 …es a Docker container volume which is mounted into build steps in order to persist files across bu…
510 …mes must be unique per build step and must be valid names for Docker volumes. Each named volume mu…
511 … must be absolute and cannot conflict with other volume paths on the same build step or with certa…
517 …# TTL in queue for this build. If provided and the build is enqueued longer than this value, the b…
518 …&quot;results&quot;: { # Artifacts created by the build pipeline. # Output only. Results of the bu…
520 …&quot;artifactTiming&quot;: { # Start and end times for a build execution phase. # Time to push al…
524 …&quot;buildStepImages&quot;: [ # List of build step digests, in the order corresponding to build s…
527build step outputs, produced by builder images, in the order corresponding to build step indices.…
530 &quot;images&quot;: [ # Container images that were built as a part of the build.
534 …&quot;pushTiming&quot;: { # Start and end times for a build execution phase. # Output only. Stores…
542 …d Build. Use `available_secrets` to configure builds to access secrets from Secret Manager. For in…
543 …Name` with `secret`. For instructions see: https://cloud.google.com/cloud-build/docs/securing-buil…
545build&#x27;s secrets, and must be used by at least one build step. Values can be at most 64 KB in …
550 …t;A String&quot;, # IAM service account whose credentials will be used at build runtime. Must be o…
551 …Location of the source in a supported storage service. # The location of the source files to build.
553 …&quot;branchName&quot;: &quot;A String&quot;, # Regex matching branches to build. The syntax of th…
554 &quot;commitSha&quot;: &quot;A String&quot;, # Explicit commit SHA to build.
555 …ring&quot;, # Directory, relative to the source root, in which to run the build. This must be a re…
556 …&quot;invertRegex&quot;: True or False, # Only trigger a build if the revision regex does NOT matc…
557 … that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
559 …&quot;substitutions&quot;: { # Substitutions to use in a triggered build. Should only be used with…
562 …&quot;tagName&quot;: &quot;A String&quot;, # Regex matching tags to build. The syntax of the regul…
567 …is object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
575 …to find the original source, or verify that some source was used for this build. # Output only. A …
576build source, which can be used to verify that the original source integrity was maintained in the…
577 …ntent of files, used in SourceProvenance messages to verify integrity of source input to the build.
586 …cation of the source in a Google Cloud Source Repository. # A copy of the build&#x27;s `source.rep…
587 …&quot;branchName&quot;: &quot;A String&quot;, # Regex matching branches to build. The syntax of th…
588 &quot;commitSha&quot;: &quot;A String&quot;, # Explicit commit SHA to build.
589 …ring&quot;, # Directory, relative to the source root, in which to run the build. This must be a re…
590 …&quot;invertRegex&quot;: True or False, # Only trigger a build if the revision regex does NOT matc…
591 … that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
593 …&quot;substitutions&quot;: { # Substitutions to use in a triggered build. Should only be used with…
596 …&quot;tagName&quot;: &quot;A String&quot;, # Regex matching tags to build. The syntax of the regul…
598 …of the source in an archive file in Google Cloud Storage. # A copy of the build&#x27;s `source.sto…
601 …is object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
603 …gleCloudPlatform/cloud-builders/tree/master/gcs-fetcher). # A copy of the build&#x27;s `source.sto…
609 …&quot;startTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build w…
610 &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the build.
613 { # A step in the build pipeline.
617build&#x27;s working directory. If this value is absolute, it may be outside the build&#x27;s work…
618 …&quot;entrypoint&quot;: &quot;A String&quot;, # Entrypoint to be used instead of the build step im…
622 …uot;A String&quot;, # Unique identifier for this build step, used in `wait_for` to reference this
623build step. If the image is available in the host&#x27;s Docker daemon&#x27;s cache, it will be ru…
624 …;: { # Start and end times for a build execution phase. # Output only. Stores timing information f…
629 …oud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`.
632 …us of the build step. At this time, build step status is only updated on build completion; step st…
633 …ting this build step. If not defined, the step has no time limit and will be allowed to continue t…
634 …: { # Start and end times for a build execution phase. # Output only. Stores timing information fo…
638build step. Each volume is created as an empty volume prior to execution of the build step. Upon c…
639 …es a Docker container volume which is mounted into build steps in order to persist files across bu…
640 …mes must be unique per build step and must be valid names for Docker volumes. Each named volume mu…
641 … must be absolute and cannot conflict with other volume paths on the same build step or with certa…
644build step depends on. This build step will not start until all the build steps in `wait_for` have…
649 &quot;substitutions&quot;: { # Substitutions data for `Build` resource.
652 &quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
655 …e that this build should be allowed to run, to second granularity. If this amount of time elapses,…
656build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all specifie…
657 &quot;a_key&quot;: { # Start and end times for a build execution phase.
662 …;warnings&quot;: [ # Output only. Non-fatal problems encountered during the execution of the build.
663 { # A non-fatal problem encountered during the execution of the build.
702 …<pre>Returns information about a previously requested build. The `Build` that is returned includes…
705 …name: string, The name of the `Build` to retrieve. Format: `projects/{project}/locations/{location…
706 id: string, Required. ID of the build.
716build resource in the Cloud Build API. At a high level, a `Build` describes where to find source c…
717 … { # BuildApproval describes a build&#x27;s approval configuration, state, and result. # Output on…
718 …es configuration for manual approval of a build. # Output only. Configuration for manual approval …
719 …: True or False, # Whether or not approval is needed. If this is set on a build, it will become pe…
721 …ssociated metadata of a manual approval of a build. # Output only. Result of manual approval for t…
723 …Email of the user that called the ApproveBuild API to approve or reject a build at the time that t…
726 …d by the UI differently. An example use case is a link to an external job that approved this Build.
728 &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this build&#x27;s approval.
730build that should be uploaded upon successful completion of all build steps. # Artifacts produced …
731build steps. The images will be pushed using the builder service account&#x27;s credentials. The d…
734build steps. # A list of objects to be uploaded to Cloud Storage upon successful completion of all…
736 &quot;paths&quot;: [ # Path globs used to match files in the build&#x27;s workspace.
739 …&quot;timing&quot;: { # Start and end times for a build execution phase. # Output only. Stores tim…
748build&#x27;s secrets, and must be used by at least one build step. Values can be at most 64 KB in …
756 …ment variables must be unique across all of a build&#x27;s secrets, and must be used by at least o…
761 …ng&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was trigger…
762 …;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
763 …roblem encountered during the execution of the build. # Output only. Contains information about th…
767 … at which execution of the build was finished. The difference between finish_time and start_time i…
768 &quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
769build steps. The images are pushed using the builder service account&#x27;s credentials. The diges…
772 …&quot;logUrl&quot;: &quot;A String&quot;, # Output only. URL to logs for this build in Google Clou…
774 … # Output only. The &#x27;Build&#x27; name with format: `projects/{project}/locations/{location}/b…
775 …t;: { # Optional arguments to enable specific features of builds. # Special options for this build.
776build. Note that this is *NOT* &quot;disk free&quot;; some of the space will be used by the operat…
777 …is is always enabled for triggered builds and cannot be overridden in the build configuration file.
778 …l exist for all build steps in this build. If a variable is defined in both globally and in a buil…
781 …&quot;logStreamingOption&quot;: &quot;A String&quot;, # Option to define build log streaming behav…
782 …g&quot;, # Option to specify the logging mode, which determines if and where build logs are stored.
783 …t;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
784build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.g…
785 …&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You m…
788 …values must be specified in the build&#x27;s `Secret`. These variables will be available to all bu…
794 …s set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.
795build steps Each volume is created as an empty volume prior to starting the build process. Upon co…
796 …es a Docker container volume which is mounted into build steps in order to persist files across bu…
797 …mes must be unique per build step and must be valid names for Docker volumes. Each named volume mu…
798 … must be absolute and cannot conflict with other volume paths on the same build step or with certa…
804 …# TTL in queue for this build. If provided and the build is enqueued longer than this value, the b…
805 …&quot;results&quot;: { # Artifacts created by the build pipeline. # Output only. Results of the bu…
807 …&quot;artifactTiming&quot;: { # Start and end times for a build execution phase. # Time to push al…
811 …&quot;buildStepImages&quot;: [ # List of build step digests, in the order corresponding to build s…
814build step outputs, produced by builder images, in the order corresponding to build step indices.…
817 &quot;images&quot;: [ # Container images that were built as a part of the build.
821 …&quot;pushTiming&quot;: { # Start and end times for a build execution phase. # Output only. Stores…
829 …d Build. Use `available_secrets` to configure builds to access secrets from Secret Manager. For in…
830 …Name` with `secret`. For instructions see: https://cloud.google.com/cloud-build/docs/securing-buil…
832build&#x27;s secrets, and must be used by at least one build step. Values can be at most 64 KB in …
837 …t;A String&quot;, # IAM service account whose credentials will be used at build runtime. Must be o…
838 …Location of the source in a supported storage service. # The location of the source files to build.
840 …&quot;branchName&quot;: &quot;A String&quot;, # Regex matching branches to build. The syntax of th…
841 &quot;commitSha&quot;: &quot;A String&quot;, # Explicit commit SHA to build.
842 …ring&quot;, # Directory, relative to the source root, in which to run the build. This must be a re…
843 …&quot;invertRegex&quot;: True or False, # Only trigger a build if the revision regex does NOT matc…
844 … that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
846 …&quot;substitutions&quot;: { # Substitutions to use in a triggered build. Should only be used with…
849 …&quot;tagName&quot;: &quot;A String&quot;, # Regex matching tags to build. The syntax of the regul…
854 …is object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
862 …to find the original source, or verify that some source was used for this build. # Output only. A …
863build source, which can be used to verify that the original source integrity was maintained in the…
864 …ntent of files, used in SourceProvenance messages to verify integrity of source input to the build.
873 …cation of the source in a Google Cloud Source Repository. # A copy of the build&#x27;s `source.rep…
874 …&quot;branchName&quot;: &quot;A String&quot;, # Regex matching branches to build. The syntax of th…
875 &quot;commitSha&quot;: &quot;A String&quot;, # Explicit commit SHA to build.
876 …ring&quot;, # Directory, relative to the source root, in which to run the build. This must be a re…
877 …&quot;invertRegex&quot;: True or False, # Only trigger a build if the revision regex does NOT matc…
878 … that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
880 …&quot;substitutions&quot;: { # Substitutions to use in a triggered build. Should only be used with…
883 …&quot;tagName&quot;: &quot;A String&quot;, # Regex matching tags to build. The syntax of the regul…
885 …of the source in an archive file in Google Cloud Storage. # A copy of the build&#x27;s `source.sto…
888 …is object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
890 …gleCloudPlatform/cloud-builders/tree/master/gcs-fetcher). # A copy of the build&#x27;s `source.sto…
896 …&quot;startTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build w…
897 &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the build.
900 { # A step in the build pipeline.
904build&#x27;s working directory. If this value is absolute, it may be outside the build&#x27;s work…
905 …&quot;entrypoint&quot;: &quot;A String&quot;, # Entrypoint to be used instead of the build step im…
909 …uot;A String&quot;, # Unique identifier for this build step, used in `wait_for` to reference this
910build step. If the image is available in the host&#x27;s Docker daemon&#x27;s cache, it will be ru…
911 …;: { # Start and end times for a build execution phase. # Output only. Stores timing information f…
916 …oud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`.
919 …us of the build step. At this time, build step status is only updated on build completion; step st…
920 …ting this build step. If not defined, the step has no time limit and will be allowed to continue t…
921 …: { # Start and end times for a build execution phase. # Output only. Stores timing information fo…
925build step. Each volume is created as an empty volume prior to execution of the build step. Upon c…
926 …es a Docker container volume which is mounted into build steps in order to persist files across bu…
927 …mes must be unique per build step and must be valid names for Docker volumes. Each named volume mu…
928 … must be absolute and cannot conflict with other volume paths on the same build step or with certa…
931build step depends on. This build step will not start until all the build steps in `wait_for` have…
936 &quot;substitutions&quot;: { # Substitutions data for `Build` resource.
939 &quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
942 …e that this build should be allowed to run, to second granularity. If this amount of time elapses,…
943build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all specifie…
944 &quot;a_key&quot;: { # Start and end times for a build execution phase.
949 …;warnings&quot;: [ # Output only. Non-fatal problems encountered during the execution of the build.
950 { # A non-fatal problem encountered during the execution of the build.
978build resource in the Cloud Build API. At a high level, a `Build` describes where to find source c…
979 … { # BuildApproval describes a build&#x27;s approval configuration, state, and result. # Output on…
980 …es configuration for manual approval of a build. # Output only. Configuration for manual approval …
981 …: True or False, # Whether or not approval is needed. If this is set on a build, it will become pe…
983 …ssociated metadata of a manual approval of a build. # Output only. Result of manual approval for t…
985 …Email of the user that called the ApproveBuild API to approve or reject a build at the time that t…
988 …d by the UI differently. An example use case is a link to an external job that approved this Build.
990 … &quot;state&quot;: &quot;A String&quot;, # Output only. The state of this build&#x27;s approval.
992build that should be uploaded upon successful completion of all build steps. # Artifacts produced …
993build steps. The images will be pushed using the builder service account&#x27;s credentials. The d…
996build steps. # A list of objects to be uploaded to Cloud Storage upon successful completion of all…
998 &quot;paths&quot;: [ # Path globs used to match files in the build&#x27;s workspace.
1001 …&quot;timing&quot;: { # Start and end times for a build execution phase. # Output only. Stores tim…
1010build&#x27;s secrets, and must be used by at least one build step. Values can be at most 64 KB in …
1018 …ment variables must be unique across all of a build&#x27;s secrets, and must be used by at least o…
1023 …ng&quot;, # Output only. The ID of the `BuildTrigger` that triggered this build, if it was trigger…
1024 …;: &quot;A String&quot;, # Output only. Time at which the request to create the build was received.
1025 …roblem encountered during the execution of the build. # Output only. Contains information about th…
1029 … at which execution of the build was finished. The difference between finish_time and start_time i…
1030 &quot;id&quot;: &quot;A String&quot;, # Output only. Unique identifier of the build.
1031build steps. The images are pushed using the builder service account&#x27;s credentials. The diges…
1034 …&quot;logUrl&quot;: &quot;A String&quot;, # Output only. URL to logs for this build in Google Clou…
1036 … # Output only. The &#x27;Build&#x27; name with format: `projects/{project}/locations/{location}/b…
1037 …t;: { # Optional arguments to enable specific features of builds. # Special options for this build.
1038build. Note that this is *NOT* &quot;disk free&quot;; some of the space will be used by the operat…
1039 …is is always enabled for triggered builds and cannot be overridden in the build configuration file.
1040 …l exist for all build steps in this build. If a variable is defined in both globally and in a buil…
1043 …&quot;logStreamingOption&quot;: &quot;A String&quot;, # Option to define build log streaming behav…
1044 …g&quot;, # Option to specify the logging mode, which determines if and where build logs are stored.
1045 …t;machineType&quot;: &quot;A String&quot;, # Compute Engine machine type on which to run the build.
1046build should be executed on a `WorkerPool`. See [running builds in a private pool](https://cloud.g…
1047 …&quot;name&quot;: &quot;A String&quot;, # The `WorkerPool` resource to execute the build on. You m…
1050 …values must be specified in the build&#x27;s `Secret`. These variables will be available to all bu…
1056 …s set to ALLOW_LOOSE for triggered builds and cannot be overridden in the build configuration file.
1057build steps Each volume is created as an empty volume prior to starting the build process. Upon co…
1058 …es a Docker container volume which is mounted into build steps in order to persist files across bu…
1059 …mes must be unique per build step and must be valid names for Docker volumes. Each named volume mu…
1060 … must be absolute and cannot conflict with other volume paths on the same build step or with certa…
1066 …# TTL in queue for this build. If provided and the build is enqueued longer than this value, the b…
1067 …&quot;results&quot;: { # Artifacts created by the build pipeline. # Output only. Results of the bu…
1069 …&quot;artifactTiming&quot;: { # Start and end times for a build execution phase. # Time to push al…
1073 …&quot;buildStepImages&quot;: [ # List of build step digests, in the order corresponding to build s…
1076build step outputs, produced by builder images, in the order corresponding to build step indices.…
1079 &quot;images&quot;: [ # Container images that were built as a part of the build.
1083 …&quot;pushTiming&quot;: { # Start and end times for a build execution phase. # Output only. Stores…
1091 …d Build. Use `available_secrets` to configure builds to access secrets from Secret Manager. For in…
1092 …Name` with `secret`. For instructions see: https://cloud.google.com/cloud-build/docs/securing-buil…
1094build&#x27;s secrets, and must be used by at least one build step. Values can be at most 64 KB in …
1099 …t;A String&quot;, # IAM service account whose credentials will be used at build runtime. Must be o…
1100 …Location of the source in a supported storage service. # The location of the source files to build.
1102 …&quot;branchName&quot;: &quot;A String&quot;, # Regex matching branches to build. The syntax of th…
1103 &quot;commitSha&quot;: &quot;A String&quot;, # Explicit commit SHA to build.
1104 …ring&quot;, # Directory, relative to the source root, in which to run the build. This must be a re…
1105 …&quot;invertRegex&quot;: True or False, # Only trigger a build if the revision regex does NOT matc…
1106 … that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
1108 …&quot;substitutions&quot;: { # Substitutions to use in a triggered build. Should only be used with…
1111 …&quot;tagName&quot;: &quot;A String&quot;, # Regex matching tags to build. The syntax of the regul…
1116 …is object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
1124 …to find the original source, or verify that some source was used for this build. # Output only. A …
1125build source, which can be used to verify that the original source integrity was maintained in the…
1126 …ntent of files, used in SourceProvenance messages to verify integrity of source input to the build.
1135 …cation of the source in a Google Cloud Source Repository. # A copy of the build&#x27;s `source.rep…
1136 …&quot;branchName&quot;: &quot;A String&quot;, # Regex matching branches to build. The syntax of th…
1137 &quot;commitSha&quot;: &quot;A String&quot;, # Explicit commit SHA to build.
1138 …ring&quot;, # Directory, relative to the source root, in which to run the build. This must be a re…
1139 …&quot;invertRegex&quot;: True or False, # Only trigger a build if the revision regex does NOT matc…
1140 … that owns the Cloud Source Repository. If omitted, the project ID requesting the build is assumed.
1142 …&quot;substitutions&quot;: { # Substitutions to use in a triggered build. Should only be used with…
1145 …&quot;tagName&quot;: &quot;A String&quot;, # Regex matching tags to build. The syntax of the regul…
1147 …of the source in an archive file in Google Cloud Storage. # A copy of the build&#x27;s `source.sto…
1150 …is object must be a zipped (`.zip`) or gzipped archive file (`.tar.gz`) containing source to build.
1152 …gleCloudPlatform/cloud-builders/tree/master/gcs-fetcher). # A copy of the build&#x27;s `source.sto…
1158 …tTime&quot;: &quot;A String&quot;, # Output only. Time at which execution of the build was started.
1159 &quot;status&quot;: &quot;A String&quot;, # Output only. Status of the build.
1162 { # A step in the build pipeline.
1166build&#x27;s working directory. If this value is absolute, it may be outside the build&#x27;s work…
1167 …point&quot;: &quot;A String&quot;, # Entrypoint to be used instead of the build step image&#x27;s …
1171 …uot;A String&quot;, # Unique identifier for this build step, used in `wait_for` to reference this
1172build step. If the image is available in the host&#x27;s Docker daemon&#x27;s cache, it will be ru…
1173 …;: { # Start and end times for a build execution phase. # Output only. Stores timing information f…
1178 …oud Key Management Service crypto key. These values must be specified in the build&#x27;s `Secret`.
1181 …us of the build step. At this time, build step status is only updated on build completion; step st…
1182 …ting this build step. If not defined, the step has no time limit and will be allowed to continue t…
1183 …: { # Start and end times for a build execution phase. # Output only. Stores timing information fo…
1187build step. Each volume is created as an empty volume prior to execution of the build step. Upon c…
1188 …es a Docker container volume which is mounted into build steps in order to persist files across bu…
1189 …mes must be unique per build step and must be valid names for Docker volumes. Each named volume mu…
1190 … must be absolute and cannot conflict with other volume paths on the same build step or with certa…
1193build step depends on. This build step will not start until all the build steps in `wait_for` have…
1198 &quot;substitutions&quot;: { # Substitutions data for `Build` resource.
1201 &quot;tags&quot;: [ # Tags for annotation of a `Build`. These are not docker tags.
1204 …e that this build should be allowed to run, to second granularity. If this amount of time elapses,…
1205build. Valid keys are: * BUILD: time to execute all build steps. * PUSH: time to push all specifie…
1206 &quot;a_key&quot;: { # Start and end times for a build execution phase.
1211 …;warnings&quot;: [ # Output only. Non-fatal problems encountered during the execution of the build.
1212 { # A non-fatal problem encountered during the execution of the build.
1239build based on the specified build. This method creates a new build using the original build reque…
1242 …name: string, The name of the `Build` to retry. Format: `projects/{project}/locations/{location}/b…
1246 { # Specifies a build to retry.
1247 &quot;id&quot;: &quot;A String&quot;, # Required. Build ID of the original build.
1248 …t;A String&quot;, # The name of the `Build` to retry. Format: `projects/{project}/locations/{locat…