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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c0b4d30709234b9d8d6aa71b813b698f5898ac1f157d2e73d37dbae315df7674
4
- data.tar.gz: bf4d1a9c23c88483d5700862367ddfa9c1ab82a4ab94f3452f8fedfbd20b5c64
3
+ metadata.gz: 6bae45c2d73ab87549907dea68f3ee95580cc6179b1f2b01e8afb9f45a80ad3a
4
+ data.tar.gz: f67e53299c16ad0200ac559d4cf26180c8354691077e0f2706385ab9abf0a10f
5
5
  SHA512:
6
- metadata.gz: cdfb99a236c676c30cb777b5de7690d6cd628072ab25db2d7eac79475ac821c960ebb4bf9ead2c352abe5b8e04d1a764c05f9627116f3c3b69ac561c1bb1974f
7
- data.tar.gz: 5d12772ec321f7dfab115517761fa1d512d369474f1d2c09b7ddfd227c4b4b0d1ca969190d9a68aad0b6f393c0f236f035bdd26d4905761d04392fe4296ff985
6
+ metadata.gz: 5c93b727f9dc75780753a12bc283af270d87fd926238f124ec1332ac3b99759b195afe3bf1f6b67fc0eed5b923ff2148248db80d581ce36a1bf01e041ade3e9b
7
+ data.tar.gz: f5ca498eb9b840c27faa7c2fe61331f0aa0f02a4d2acc79a2e37570ad69be6f18ea22f547ed1124cd9acd655bbcd69e276630a97b0c25d6b07690632cfaa0c3e
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Batch
23
23
  module V1
24
- VERSION = "0.13.0"
24
+ VERSION = "0.13.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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, 1000).
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.0
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-10-23 00:00:00.000000000 Z
11
+ date: 2023-11-02 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common