google-apis-cloudbuild_v2 0.23.0 → 0.24.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +5 -0
- data/lib/google/apis/cloudbuild_v2/classes.rb +2 -2
- data/lib/google/apis/cloudbuild_v2/gem_version.rb +3 -3
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 014a925fb377aa5242c319bd8ba1b7b4f5ea484aeac7e2e39927157f4adbe58b
|
4
|
+
data.tar.gz: 7edcdbbfa4bb4421d0a40d0f61731ccda9a0e12b30cec311e2a2d3e2e25815a5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 03a8f434f8ba62c7f982d19fae890ef889bcde958d8e213dac33f79ebd14de1bd94c974e13132056470c1eae1d578edbec05177eaa4d245ddf98bd3752bc9fc7
|
7
|
+
data.tar.gz: dd46ba44e201bdead4e4d8191b07ea5d8b631da8559b56fa407269c31da34a49a1d4fa9f0160b08459a6bf3b0f6d6e477d752c84ecbd6a86b5bcfc7f853bc0c5
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-cloudbuild_v2
|
2
2
|
|
3
|
+
### v0.24.0 (2024-08-11)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20240731
|
6
|
+
* Regenerated using generator version 0.15.1
|
7
|
+
|
3
8
|
### v0.23.0 (2024-07-25)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20240720
|
@@ -1580,7 +1580,7 @@ module Google
|
|
1580
1580
|
class PipelineRef
|
1581
1581
|
include Google::Apis::Core::Hashable
|
1582
1582
|
|
1583
|
-
# Name of the Pipeline.
|
1583
|
+
# Optional. Name of the Pipeline.
|
1584
1584
|
# Corresponds to the JSON property `name`
|
1585
1585
|
# @return [String]
|
1586
1586
|
attr_accessor :name
|
@@ -2831,7 +2831,7 @@ module Google
|
|
2831
2831
|
class TaskRef
|
2832
2832
|
include Google::Apis::Core::Hashable
|
2833
2833
|
|
2834
|
-
# Name of the task.
|
2834
|
+
# Optional. Name of the task.
|
2835
2835
|
# Corresponds to the JSON property `name`
|
2836
2836
|
# @return [String]
|
2837
2837
|
attr_accessor :name
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module CloudbuildV2
|
18
18
|
# Version of the google-apis-cloudbuild_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.15.
|
22
|
+
GENERATOR_VERSION = "0.15.1"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20240731"
|
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_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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: 2024-
|
11
|
+
date: 2024-08-11 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-apis-core
|
@@ -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_v2/CHANGELOG.md
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-cloudbuild_v2/v0.24.0
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-cloudbuild_v2
|
63
63
|
post_install_message:
|
64
64
|
rdoc_options: []
|