google-apis-cloudbuild_v2 0.22.0 → 0.23.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 +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/cloudbuild_v2/classes.rb +2 -2
- data/lib/google/apis/cloudbuild_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: d6ba92fbf550537cee20fd229ea64168ca18353fcf1d10c5d6a3a5c48ee15d3a
|
|
4
|
+
data.tar.gz: '0958250f018d60929be6c618dc7a7054f697b668d86f1c6db2ddcad8ac4c38b2'
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a6f53e847da77874d02601335e79f77ff55c3f9c0cdb33dd3aab675a5d89d247b52f708ba4eec8f6494d10c9ef3c7755cc023cba69725d5ba1bf1b8ef6728212
|
|
7
|
+
data.tar.gz: f448719dbc0981ec0ac283d716dd2d920c441775c396206ac7ef5dc7fc5bf85b98854a9a210683f61464d891f00a2c6af7851c3778f8e8a600af1c487f3ccee2
|
data/CHANGELOG.md
CHANGED
|
@@ -2365,8 +2365,8 @@ module Google
|
|
|
2365
2365
|
# @return [String]
|
|
2366
2366
|
attr_accessor :secret_name
|
|
2367
2367
|
|
|
2368
|
-
#
|
|
2369
|
-
#
|
|
2368
|
+
# Optional. Resource name of the SecretVersion. In format: projects/*/secrets/*/
|
|
2369
|
+
# versions/*
|
|
2370
2370
|
# Corresponds to the JSON property `secretVersion`
|
|
2371
2371
|
# @return [String]
|
|
2372
2372
|
attr_accessor :secret_version
|
|
@@ -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.23.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240720"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
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.23.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -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.23.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: []
|