From 07dabadd9d3cdabc3663daefd67931cea80e8028 Mon Sep 17 00:00:00 2001 From: Google APIs Date: Wed, 4 Apr 2018 09:48:12 -0700 Subject: [PATCH] Synchronize new proto/yaml changes. PiperOrigin-RevId: 191603836 --- google/devtools/cloudbuild/v1/cloudbuild.proto | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/google/devtools/cloudbuild/v1/cloudbuild.proto b/google/devtools/cloudbuild/v1/cloudbuild.proto index 9e302a63..2a81a947 100644 --- a/google/devtools/cloudbuild/v1/cloudbuild.proto +++ b/google/devtools/cloudbuild/v1/cloudbuild.proto @@ -558,6 +558,10 @@ message Artifacts { // Path globs used to match files in the build's workspace. repeated string paths = 2; + + // Stores timing information for pushing all artifact objects. + // @OutputOnly + TimeSpan timing = 3; } // A list of images to be pushed upon the successful completion of all build @@ -640,6 +644,9 @@ message Hash { // Use a sha256 hash. SHA256 = 1; + + // Use a md5 hash. + MD5 = 2; } // The type of hash that was performed.