google-apis-cloudbuild_v1beta1 0.27.0 → 0.28.0

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: 19d1410e8d4e6fc757527fc6bc3ab0a29ce04b49346e29d894872b570467b70c
4
- data.tar.gz: ad9d43e4ae2afe93651a21d20139b6e9e040dec9c9b635355bd5d03eb26694d6
3
+ metadata.gz: 59cf49240dce1a8358adcd6482cf9a18585ee82380cc7754cef2cbea8e3cfa7f
4
+ data.tar.gz: 1033451a06c27eaf993d620f49276b903e3fe2c556901b06bb75982c8362d4e4
5
5
  SHA512:
6
- metadata.gz: e368fc23c7a7ad7bcf135d51cf5c4b9f8f09c7ba75f1082eb72840b47ae77812fe07fee8587fcebe8de0dec860ecbd6469b10bb624da4d2bea98ab31d28a1cad
7
- data.tar.gz: 0bf536fe531b8af18a8b90ccca848836467ed544ff44d143ac879c515c460b7b9fa9714e248abdd4a4c4b5a3be2dca16cc6376cdaf149863ba73a4ad4cd5fe89
6
+ metadata.gz: ef0cfb564dd1bd5e66b841a761facc14bae9ab6e4e00e4b3190c109e3aac4df3e598f46c9ed809b0c54bd787f1e9ccfc8f9ddbdd64124977371061a58f062f24
7
+ data.tar.gz: e13c3fd41231ec617da3efcd95a3992aba27283ce912a40cb07d85c5d57ac64d8895c59a5ae6fad0eacd8752f18ceab7455aa001c9f868b0e18c0c5227c3d6b1
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudbuild_v1beta1
2
2
 
3
+ ### v0.28.0 (2022-10-19)
4
+
5
+ * Regenerated from discovery document revision 20221015
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.27.0 (2022-10-11)
4
9
 
5
10
  * Regenerated from discovery document revision 20220928
@@ -554,10 +554,10 @@ module Google
554
554
  attr_accessor :timeout
555
555
 
556
556
  # Output only. Stores timing information for phases of the build. Valid keys are:
557
- # * BUILD: time to execute all build steps. * PUSH: time to push all specified
558
- # images. * FETCHSOURCE: time to fetch source. * SETUPBUILD: time to set up
559
- # build. If the build does not specify source or images, these keys will not be
560
- # included.
557
+ # * BUILD: time to execute all build steps. * PUSH: time to push all artifacts
558
+ # including docker images and non docker artifacts. * FETCHSOURCE: time to fetch
559
+ # source. * SETUPBUILD: time to set up build. If the build does not specify
560
+ # source or images, these keys will not be included.
561
561
  # Corresponds to the JSON property `timing`
562
562
  # @return [Hash<String,Google::Apis::CloudbuildV1beta1::TimeSpan>]
563
563
  attr_accessor :timing
@@ -2070,7 +2070,8 @@ module Google
2070
2070
  class Results
2071
2071
  include Google::Apis::Core::Hashable
2072
2072
 
2073
- # Path to the artifact manifest. Only populated when artifacts are uploaded.
2073
+ # Path to the artifact manifest for non-container artifacts uploaded to Cloud
2074
+ # Storage. Only populated when artifacts are uploaded to Cloud Storage.
2074
2075
  # Corresponds to the JSON property `artifactManifest`
2075
2076
  # @return [String]
2076
2077
  attr_accessor :artifact_manifest
@@ -2103,7 +2104,8 @@ module Google
2103
2104
  # @return [Array<Google::Apis::CloudbuildV1beta1::UploadedMavenArtifact>]
2104
2105
  attr_accessor :maven_artifacts
2105
2106
 
2106
- # Number of artifacts uploaded. Only populated when artifacts are uploaded.
2107
+ # Number of non-container artifacts uploaded to Cloud Storage. Only populated
2108
+ # when artifacts are uploaded to Cloud Storage.
2107
2109
  # Corresponds to the JSON property `numArtifacts`
2108
2110
  # @return [Fixnum]
2109
2111
  attr_accessor :num_artifacts
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV1beta1
18
18
  # Version of the google-apis-cloudbuild_v1beta1 gem
19
- GEM_VERSION = "0.27.0"
19
+ GEM_VERSION = "0.28.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_v1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.27.0
4
+ version: 0.28.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_v1beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1beta1/v0.27.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1beta1/v0.28.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1beta1
63
63
  post_install_message:
64
64
  rdoc_options: []