google-apis-cloudbuild_v1alpha1 0.28.0 → 0.29.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: 7201192713811453ea1cf1a97d4c58c3c21e03db9a64c91a0da09cf0d1619b51
4
- data.tar.gz: 90ee9e8ee9ecd93417500fec9a68f4e717e34d63fcfa46d9d8d3d2493d9cdeb9
3
+ metadata.gz: 9984daf1f5066674fc089814a9579f7f3b20a4fe2f1563b027b6151a7edf6310
4
+ data.tar.gz: 2de8e43a735b99349382e8f36c9c48739f09790cfe941bcafc0039595e85f94d
5
5
  SHA512:
6
- metadata.gz: e28ac66cfbfeda3381c71e0233078506db5f5ecf1cc0d60827af0b41a70102bc31adca98bec659e793dead23b83c646a4181283cbf26b5c82bfe20080db5a6c5
7
- data.tar.gz: 5413c8069da4282bdf5948bb896edc72dde9013f8c74bd45ba4fb3dd66ef3ee1f4ea397eff63618487a286db78c515a3841e8174b95da434c58aa44cc52436db
6
+ metadata.gz: 4a1b3c40da804bbe023504544e365662651b7c92b6f250dc6edb6c460131e2a9ff1d9c2b2b1c95fc42adb2fd1ea6be3fc667092434671ec884dd877527e0bec5
7
+ data.tar.gz: 751f46cb025640e942d076dfac8cf7ac63aca81195d209d485e0386b6d2d88df40a9f0e8ab72e77f890a0a9fa584291957212f1a2c1b36afe766f0ee7d7b01f9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-cloudbuild_v1alpha1
2
2
 
3
+ ### v0.29.0 (2022-10-27)
4
+
5
+ * Regenerated from discovery document revision 20221015
6
+ * Regenerated using generator version 0.11.0
7
+
3
8
  ### v0.28.0 (2022-10-03)
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::CloudbuildV1alpha1::TimeSpan>]
563
563
  attr_accessor :timing
@@ -2080,7 +2080,8 @@ module Google
2080
2080
  class Results
2081
2081
  include Google::Apis::Core::Hashable
2082
2082
 
2083
- # Path to the artifact manifest. Only populated when artifacts are uploaded.
2083
+ # Path to the artifact manifest for non-container artifacts uploaded to Cloud
2084
+ # Storage. Only populated when artifacts are uploaded to Cloud Storage.
2084
2085
  # Corresponds to the JSON property `artifactManifest`
2085
2086
  # @return [String]
2086
2087
  attr_accessor :artifact_manifest
@@ -2113,7 +2114,8 @@ module Google
2113
2114
  # @return [Array<Google::Apis::CloudbuildV1alpha1::UploadedMavenArtifact>]
2114
2115
  attr_accessor :maven_artifacts
2115
2116
 
2116
- # Number of artifacts uploaded. Only populated when artifacts are uploaded.
2117
+ # Number of non-container artifacts uploaded to Cloud Storage. Only populated
2118
+ # when artifacts are uploaded to Cloud Storage.
2117
2119
  # Corresponds to the JSON property `numArtifacts`
2118
2120
  # @return [Fixnum]
2119
2121
  attr_accessor :num_artifacts
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module CloudbuildV1alpha1
18
18
  # Version of the google-apis-cloudbuild_v1alpha1 gem
19
- GEM_VERSION = "0.28.0"
19
+ GEM_VERSION = "0.29.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_v1alpha1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.28.0
4
+ version: 0.29.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-31 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_v1alpha1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.28.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha1/v0.29.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1alpha1
63
63
  post_install_message:
64
64
  rdoc_options: []