google-apis-run_v2 0.92.0 → 0.93.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/run_v2/classes.rb +6 -6
- data/lib/google/apis/run_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: b30f6cecf08d7fb7e3015e757fbac318485864d7c6f0da927355006397898e26
|
4
|
+
data.tar.gz: 987af7e0916fac88006b5762c375f4453bfdbd007558c1cf035aa13ace1ecc02
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e4bfd4262062f02daf2245612a2ba790a0584abd224bd6a2252de571577e0e6456e314b692a71ae9a9dc60336cbc5fff2f7e606979dbe76dc305543a8094ecd9
|
7
|
+
data.tar.gz: eb9a202cc301e9926feec7021251050b9769250de10bd30749143d33b4e822149e49728bf211a4889ef0fdd96467b0adc910a5730efcd430a243df421953bcc2
|
data/CHANGELOG.md
CHANGED
@@ -1299,8 +1299,8 @@ module Google
|
|
1299
1299
|
# @return [String]
|
1300
1300
|
attr_accessor :delete_time
|
1301
1301
|
|
1302
|
-
#
|
1303
|
-
#
|
1302
|
+
# Optional. A system-generated fingerprint for this version of the resource. May
|
1303
|
+
# be used to detect modification conflict during updates.
|
1304
1304
|
# Corresponds to the JSON property `etag`
|
1305
1305
|
# @return [String]
|
1306
1306
|
attr_accessor :etag
|
@@ -2552,8 +2552,8 @@ module Google
|
|
2552
2552
|
# @return [String]
|
2553
2553
|
attr_accessor :description
|
2554
2554
|
|
2555
|
-
#
|
2556
|
-
#
|
2555
|
+
# Optional. A system-generated fingerprint for this version of the resource. May
|
2556
|
+
# be used to detect modification conflict during updates.
|
2557
2557
|
# Corresponds to the JSON property `etag`
|
2558
2558
|
# @return [String]
|
2559
2559
|
attr_accessor :etag
|
@@ -3694,8 +3694,8 @@ module Google
|
|
3694
3694
|
# @return [String]
|
3695
3695
|
attr_accessor :description
|
3696
3696
|
|
3697
|
-
#
|
3698
|
-
#
|
3697
|
+
# Optional. A system-generated fingerprint for this version of the resource. May
|
3698
|
+
# be used to detect modification conflict during updates.
|
3699
3699
|
# Corresponds to the JSON property `etag`
|
3700
3700
|
# @return [String]
|
3701
3701
|
attr_accessor :etag
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module RunV2
|
18
18
|
# Version of the google-apis-run_v2 gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.93.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250718"
|
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-run_v2
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.93.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-run_v2/v0.93.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-run_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|