google-apis-run_v2 0.90.0 → 0.91.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: f374152fbd08bbb1e45feb6eb9a6a5d46a482751de93f7e8b6e2f14136105f70
|
4
|
+
data.tar.gz: e910e188e43a9866e4ab02681806e6c5525f7a3aa21d9ff804ea2c4e15405ebd
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4d278b1e6dcffcfda447332d6e4e8c663b67ee16aafe83ba02d9754e8f43c0f10a6c2b76d55602a1f5eaaf23c4c8be8f7a7b807df2818bb65be5109a71ed7be7
|
7
|
+
data.tar.gz: '097247f3a6fc11e6313e35f05bf1f7572909d8404e94125fb87491a6262c9ae4cec83d0f683a518a11eb42d706c2f08f7e5d7b05e0cc55dfcf13688df7e47607'
|
data/CHANGELOG.md
CHANGED
@@ -3312,6 +3312,12 @@ module Google
|
|
3312
3312
|
# @return [String]
|
3313
3313
|
attr_accessor :execution_environment
|
3314
3314
|
|
3315
|
+
# Optional. True if GPU zonal redundancy is disabled on this task template.
|
3316
|
+
# Corresponds to the JSON property `gpuZonalRedundancyDisabled`
|
3317
|
+
# @return [Boolean]
|
3318
|
+
attr_accessor :gpu_zonal_redundancy_disabled
|
3319
|
+
alias_method :gpu_zonal_redundancy_disabled?, :gpu_zonal_redundancy_disabled
|
3320
|
+
|
3315
3321
|
# Number of retries allowed per Task, before marking this Task failed. Defaults
|
3316
3322
|
# to 3.
|
3317
3323
|
# Corresponds to the JSON property `maxRetries`
|
@@ -3359,6 +3365,7 @@ module Google
|
|
3359
3365
|
@containers = args[:containers] if args.key?(:containers)
|
3360
3366
|
@encryption_key = args[:encryption_key] if args.key?(:encryption_key)
|
3361
3367
|
@execution_environment = args[:execution_environment] if args.key?(:execution_environment)
|
3368
|
+
@gpu_zonal_redundancy_disabled = args[:gpu_zonal_redundancy_disabled] if args.key?(:gpu_zonal_redundancy_disabled)
|
3362
3369
|
@max_retries = args[:max_retries] if args.key?(:max_retries)
|
3363
3370
|
@node_selector = args[:node_selector] if args.key?(:node_selector)
|
3364
3371
|
@service_account = args[:service_account] if args.key?(:service_account)
|
@@ -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.91.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 = "20250704"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -1539,6 +1539,7 @@ module Google
|
|
1539
1539
|
|
1540
1540
|
property :encryption_key, as: 'encryptionKey'
|
1541
1541
|
property :execution_environment, as: 'executionEnvironment'
|
1542
|
+
property :gpu_zonal_redundancy_disabled, as: 'gpuZonalRedundancyDisabled'
|
1542
1543
|
property :max_retries, as: 'maxRetries'
|
1543
1544
|
property :node_selector, as: 'nodeSelector', class: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector, decorator: Google::Apis::RunV2::GoogleCloudRunV2NodeSelector::Representation
|
1544
1545
|
|
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.91.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.91.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:
|