google-apis-run_v2 0.113.0 → 0.114.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 +1 -1
- 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: 3842010e4aa2d17e54fab52baf296d6c3d32e5bd046e198714d34812f92eb5e5
|
|
4
|
+
data.tar.gz: af0d3bf99c71315c2d8e184e844c60f610f71a3e7cafc4b66d02dd6f6ad6215d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f525fd228d241b478fa99c3f0d649090fc493e2e7d18701ff0898921e3e86992e1a5bb921d7f8789a552364350b69975594ccfb015d2092643300bc7a17981d1
|
|
7
|
+
data.tar.gz: '082b7ae01b6ba108f5432126aeecb3a0b37937a06139047dafab05b53af2a7546f851471805b15cb6b2bf369d3e1e8401dac3b50977832ace37e1c527ad71e00'
|
data/CHANGELOG.md
CHANGED
|
@@ -5391,7 +5391,7 @@ module Google
|
|
|
5391
5391
|
# @return [Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1TimeSpan]
|
|
5392
5392
|
attr_accessor :pull_timing
|
|
5393
5393
|
|
|
5394
|
-
#
|
|
5394
|
+
# Declaration of results for this build step.
|
|
5395
5395
|
# Corresponds to the JSON property `results`
|
|
5396
5396
|
# @return [Array<Google::Apis::RunV2::GoogleDevtoolsCloudbuildV1StepResult>]
|
|
5397
5397
|
attr_accessor :results
|
|
@@ -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.114.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 = "20260512"
|
|
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.114.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.114.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:
|