google-apis-cloudbuild_v1 0.40.0 → 0.41.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9e068b5019d14dd32e13fe7255981770a26dc4b66b0da83236b49f7ca9442a3e
4
- data.tar.gz: 2f1d6d2955af9a35f74391006fc184016d4283dd72214872c3d01ad02165888f
3
+ metadata.gz: 011343fe49f6aeb1f21f562f36b20f43d0dd6ff770f1111d9e8d44ab770ff7e3
4
+ data.tar.gz: 1c9a91aee9a16c310bd8f0255700a0cba7811d07728b6a7df5494ae7caa9b535
5
5
  SHA512:
6
- metadata.gz: 7dc8dab5c6418c4e5c82d936d11ecc9a8c7f3270f6dd4c52f11fc84bf6e1a72b5f1a2db4b6008edf00993a11b8bd7fe5ee44438468f3382d47d2abb7a58e8904
7
- data.tar.gz: fd68bad30a299166abfd345b3e50878800d0c69a1c5db615cbfe4ba7d0b5af5aa71247ce057ea5ed83c177c0d2f2cd93eaa63aee16bdc672f5ac890328a026a9
6
+ metadata.gz: 9e91aba37941b379c92f65d7df64185fc81706c8814864cac23d1fd06aeeaa3022b0ffce092c234bb509cbdcb14f8930c95b44e9c2a7c588e5c5e0c30239572b
7
+ data.tar.gz: 2474e10216da7476fcf571a048a01da2b0ba48de2779a48238c890495488f7dae89c608424b65bfd962ab212fdf0720de8fac9eb28059f738706a106d582378a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudbuild_v1
2
2
 
3
+ ### v0.41.0 (2022-10-20)
4
+
5
+ * Regenerated from discovery document revision 20221015
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.40.0 (2022-10-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20220928
@@ -834,10 +834,10 @@ module Google
834
834
  attr_accessor :timeout
835
835
 
836
836
  # Output only. Stores timing information for phases of the build. Valid keys are:
837
- # * BUILD: time to execute all build steps. * PUSH: time to push all specified
838
- # images. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up
839
- # build. If the build does not specify source or images, these keys will not be
840
- # included.
837
+ # * BUILD: time to execute all build steps. * PUSH: time to push all artifacts
838
+ # including docker images and non docker artifacts. * FETCHSOURCE: time to fetch
839
+ # source. * SETUPBUILD: time to set up build. If the build does not specify
840
+ # source or images, these keys will not be included.
841
841
  # Corresponds to the JSON property `timing`
842
842
  # @return [Hash<String,Google::Apis::CloudbuildV1::TimeSpan>]
843
843
  attr_accessor :timing
@@ -3598,7 +3598,8 @@ module Google
3598
3598
  class Results
3599
3599
  include Google::Apis::Core::Hashable
3600
3600
 
3601
- # Path to the artifact manifest. Only populated when artifacts are uploaded.
3601
+ # Path to the artifact manifest for non-container artifacts uploaded to Cloud
3602
+ # Storage. Only populated when artifacts are uploaded to Cloud Storage.
3602
3603
  # Corresponds to the JSON property `artifactManifest`
3603
3604
  # @return [String]
3604
3605
  attr_accessor :artifact_manifest
@@ -3631,7 +3632,8 @@ module Google
3631
3632
  # @return [Array<Google::Apis::CloudbuildV1::UploadedMavenArtifact>]
3632
3633
  attr_accessor :maven_artifacts
3633
3634
 
3634
- # Number of artifacts uploaded. Only populated when artifacts are uploaded.
3635
+ # Number of non-container artifacts uploaded to Cloud Storage. Only populated
3636
+ # when artifacts are uploaded to Cloud Storage.
3635
3637
  # Corresponds to the JSON property `numArtifacts`
3636
3638
  # @return [Fixnum]
3637
3639
  attr_accessor :num_artifacts
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV1
18
18
  # Version of the google-apis-cloudbuild_v1 gem
19
- GEM_VERSION = "0.40.0"
19
+ GEM_VERSION = "0.41.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.10.0"
22
+ GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220928"
25
+ REVISION = "20221015"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-cloudbuild_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.40.0
4
+ version: 0.41.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-10-17 00:00:00.000000000 Z
11
+ date: 2022-10-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.0
19
+ version: 0.9.1
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.0
29
+ version: 0.9.1
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.40.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1/v0.41.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1
63
63
  post_install_message:
64
64
  rdoc_options: []