google-cloud-build-v1 0.9.0 → 0.9.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 250b682a118dc351f44f5d77ee7b28ee7408d705a2eea2c655f2329d6a35ef41
4
- data.tar.gz: 0a59fde0694287e54abaccd1355a73ebaae409a78e3d4e7fd93573627eaf0cea
3
+ metadata.gz: 87cec34b3731a8422b8838c88036bde083c01d8d518bb75a807bbfccfb4ec186
4
+ data.tar.gz: '09a5c66fe71145e489ba71d0f14c2dd191cdebc4f26b0539b88da82543f92914'
5
5
  SHA512:
6
- metadata.gz: 49970a22f3b61969d431b1844a0a66c0f8632b2c46a299c88673197a508ed285af7299e7eb2f43232102a5cecb609495deafae54ff7224be95eb004078822f1e
7
- data.tar.gz: 64d460cdf291c78aeb9e04cfee9cc3518efceb175b1b9298e174c0985da9d2d0656a8d9c1441cc84e75f150d987c34ba7040457a11a9f1f3c90b34b3d4b4927e
6
+ metadata.gz: 9d1ea8844ac6b8ddafc48c0320523250b53cbbf767cb84ba91146dbe04993a82c083f15e93f914e51b00f41300df810e0b32a9befdace9c8a9b93b2f55d85e4f
7
+ data.tar.gz: c58f87a4fd938763d066b609e14871062b7e56d24c5c984a46e60d746b81ac64db3d8809cec0fd70172fbaa412cede34687123db854db545fe4371342d7523f6
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Build
23
23
  module V1
24
- VERSION = "0.9.0"
24
+ VERSION = "0.9.1"
25
25
  end
26
26
  end
27
27
  end
@@ -471,9 +471,10 @@ module Google
471
471
  # Output only. Stores timing information for phases of the build. Valid keys
472
472
  # are:
473
473
  #
474
- # * BUILD: time to execute all build steps
474
+ # * BUILD: time to execute all build steps.
475
475
  # * PUSH: time to push all specified images.
476
476
  # * FETCHSOURCE: time to fetch source.
477
+ # * SETUPBUILD: time to set up build.
477
478
  #
478
479
  # If the build does not specify source or images,
479
480
  # these keys will not be included.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-build-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.9.0
4
+ version: 0.9.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2021-07-21 00:00:00.000000000 Z
11
+ date: 2021-07-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common