google-apis-run_v2 0.114.0 → 0.115.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
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3f4da3f4b8f035eb8c0c0d0f958ebc78e5199cc8c9aadf5964292d0816947cee
|
|
4
|
+
data.tar.gz: 1d8d38eb84de248ed8ed8410fb5d6062d23fd6e1f21b0d7ad64f5fec350428e0
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 7ff236a69aa87929976e374ffffca6132ea22859dd0ab95d89dd606a9caa40c6f8d9162dda9c1efc9d46d4c758a04bc93ced5ff1138b68c9efa246d5c896030b
|
|
7
|
+
data.tar.gz: e23f8ff7138ce93d5c01ef87b30e8e31c8044316cb6ddeebe42b9bca1e7e52687e0896a373a86d87547d7531fdaa252455275f74031eb65dcae9033f95292fdb
|
data/CHANGELOG.md
CHANGED
|
@@ -1515,12 +1515,6 @@ module Google
|
|
|
1515
1515
|
# @return [Google::Apis::RunV2::GoogleCloudRunV2Condition]
|
|
1516
1516
|
attr_accessor :terminal_condition
|
|
1517
1517
|
|
|
1518
|
-
# Optional. Duration the instance may be active before the system will shut it
|
|
1519
|
-
# down.
|
|
1520
|
-
# Corresponds to the JSON property `timeout`
|
|
1521
|
-
# @return [String]
|
|
1522
|
-
attr_accessor :timeout
|
|
1523
|
-
|
|
1524
1518
|
# Output only. Server assigned unique identifier for the trigger. The value is a
|
|
1525
1519
|
# UUID4 string and guaranteed to remain unchanged until the resource is deleted.
|
|
1526
1520
|
# Corresponds to the JSON property `uid`
|
|
@@ -1587,7 +1581,6 @@ module Google
|
|
|
1587
1581
|
@satisfies_pzs = args[:satisfies_pzs] if args.key?(:satisfies_pzs)
|
|
1588
1582
|
@service_account = args[:service_account] if args.key?(:service_account)
|
|
1589
1583
|
@terminal_condition = args[:terminal_condition] if args.key?(:terminal_condition)
|
|
1590
|
-
@timeout = args[:timeout] if args.key?(:timeout)
|
|
1591
1584
|
@uid = args[:uid] if args.key?(:uid)
|
|
1592
1585
|
@update_time = args[:update_time] if args.key?(:update_time)
|
|
1593
1586
|
@urls = args[:urls] if args.key?(:urls)
|
|
@@ -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.115.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 = "20260522"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1224,7 +1224,6 @@ module Google
|
|
|
1224
1224
|
property :service_account, as: 'serviceAccount'
|
|
1225
1225
|
property :terminal_condition, as: 'terminalCondition', class: Google::Apis::RunV2::GoogleCloudRunV2Condition, decorator: Google::Apis::RunV2::GoogleCloudRunV2Condition::Representation
|
|
1226
1226
|
|
|
1227
|
-
property :timeout, as: 'timeout'
|
|
1228
1227
|
property :uid, as: 'uid'
|
|
1229
1228
|
property :update_time, as: 'updateTime'
|
|
1230
1229
|
collection :urls, as: 'urls'
|
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.115.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.115.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:
|