google-cloud-batch-v1 0.13.0 → 0.13.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/google/cloud/batch/v1/version.rb +1 -1
- data/proto_docs/google/cloud/batch/v1/job.rb +2 -1
- 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: 6bae45c2d73ab87549907dea68f3ee95580cc6179b1f2b01e8afb9f45a80ad3a
|
4
|
+
data.tar.gz: f67e53299c16ad0200ac559d4cf26180c8354691077e0f2706385ab9abf0a10f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5c93b727f9dc75780753a12bc283af270d87fd926238f124ec1332ac3b99759b195afe3bf1f6b67fc0eed5b923ff2148248db80d581ce36a1bf01e041ade3e9b
|
7
|
+
data.tar.gz: f5ca498eb9b840c27faa7c2fe61331f0aa0f02a4d2acc79a2e37570ad69be6f18ea22f547ed1124cd9acd655bbcd69e276630a97b0c25d6b07690632cfaa0c3e
|
@@ -593,7 +593,8 @@ module Google
|
|
593
593
|
# @!attribute [rw] parallelism
|
594
594
|
# @return [::Integer]
|
595
595
|
# Max number of tasks that can run in parallel.
|
596
|
-
# Default to min(task_count,
|
596
|
+
# Default to min(task_count, parallel tasks per job limit).
|
597
|
+
# See: [Job Limits](https://cloud.google.com/batch/quotas#job_limits).
|
597
598
|
# Field parallelism must be 1 if the scheduling_policy is IN_ORDER.
|
598
599
|
# @!attribute [rw] scheduling_policy
|
599
600
|
# @return [::Google::Cloud::Batch::V1::TaskGroup::SchedulingPolicy]
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-batch-v1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.13.
|
4
|
+
version: 0.13.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2023-
|
11
|
+
date: 2023-11-02 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: gapic-common
|