google-apis-cloudbuild_v1alpha2 0.27.0 → 0.28.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6b431b7a80fa224ef1032fe03e9d1ab9debcdc35762123390b78d0b0437a90d2
|
4
|
+
data.tar.gz: 3c42cb0df117bda4b915cd73920a7a1f9f998bd2b1dc5d457372e02329356f42
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 7e2a481df817c4c4fdd17ee2b43a4beb19fa0235a0a62661a55de30ae8f2461da44a35e62e0d3b5fe1259e353a05c5b4f32656f4d6a7ccb775edb665c3ef8be8
|
7
|
+
data.tar.gz: f5338ed9ec31a7b88df37325b5a8ca4718be9db6302d3b9281cc8356e319d204a550886757ec7c2fa45c22654bc12f3bcc4064a24e9248b95f27f2432ee0bf85
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudbuild_v1alpha2
|
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
|
558
|
-
#
|
559
|
-
#
|
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::CloudbuildV1alpha2::TimeSpan>]
|
563
563
|
attr_accessor :timing
|
@@ -2067,7 +2067,8 @@ module Google
|
|
2067
2067
|
class Results
|
2068
2068
|
include Google::Apis::Core::Hashable
|
2069
2069
|
|
2070
|
-
# Path to the artifact manifest
|
2070
|
+
# Path to the artifact manifest for non-container artifacts uploaded to Cloud
|
2071
|
+
# Storage. Only populated when artifacts are uploaded to Cloud Storage.
|
2071
2072
|
# Corresponds to the JSON property `artifactManifest`
|
2072
2073
|
# @return [String]
|
2073
2074
|
attr_accessor :artifact_manifest
|
@@ -2100,7 +2101,8 @@ module Google
|
|
2100
2101
|
# @return [Array<Google::Apis::CloudbuildV1alpha2::UploadedMavenArtifact>]
|
2101
2102
|
attr_accessor :maven_artifacts
|
2102
2103
|
|
2103
|
-
# Number of artifacts uploaded. Only populated
|
2104
|
+
# Number of non-container artifacts uploaded to Cloud Storage. Only populated
|
2105
|
+
# when artifacts are uploaded to Cloud Storage.
|
2104
2106
|
# Corresponds to the JSON property `numArtifacts`
|
2105
2107
|
# @return [Fixnum]
|
2106
2108
|
attr_accessor :num_artifacts
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudbuildV1alpha2
|
18
18
|
# Version of the google-apis-cloudbuild_v1alpha2 gem
|
19
|
-
GEM_VERSION = "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.
|
22
|
+
GENERATOR_VERSION = "0.11.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
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_v1alpha2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 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-
|
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.
|
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.
|
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_v1alpha2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v1alpha2/v0.28.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v1alpha2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|