Skip to content
This repository was archived by the owner on Dec 31, 2023. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion google/cloud/devtools/cloudbuild_v1/types/cloudbuild.py
Original file line number Diff line number Diff line change
Expand Up @@ -569,9 +569,10 @@ class Build(proto.Message):
Output only. Stores timing information for phases of the
build. Valid keys are:

- BUILD: time to execute all build steps
- 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.
Expand Down