google-cloud-batch-v1 0.17.3 → 0.17.4

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: 16d99fd78893f4ee0373992e58b212ca2935d31c0930da934b3a9f9120ab2ce2
4
- data.tar.gz: c11079e1043fee8855270bdbba9e436dcf294b5f9c50abda50b7e2f533c81b26
3
+ metadata.gz: 6d2db517bc52d1a7b41b57b1e3f803de782833b41d101b9dbaf7c01212041c60
4
+ data.tar.gz: e6e3bdda5f05de533c32f56e2936e709b90507c0ac0446cafc7ef8b60a54f6cc
5
5
  SHA512:
6
- metadata.gz: ee1780304d5f083be9f76914998fda4e2bcd9acb133c1440aeaba6a29835794e1e54bd5488162e73aabb157687c361f690cedf9e428db9691832ad9510c9e2d5
7
- data.tar.gz: 9f6c4bff7dc547f80d42eb32604e3f016cc538bfd0cf5b2f1fcbb4b896ecd90874adfa7c34f54179dfd8fb061e005c6d59d0b74d397437aab1841adede7f0b2e
6
+ metadata.gz: fc3e26995f51b715e286cd19c6fd35d1a346874c0084506c6a2947f44b5fada9668e8c371d1485b1dfdcffd7db823d5c55de019b499a665edd18ee335811178a
7
+ data.tar.gz: 04726a7a6f4db3250a1355139bca0e303e14707e6fb4b44e7befddc61ebd8c55288c28961d3e9319b948d38ec4e354a4d631fcb479bc86084ebb8903b4268cf0
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Batch
23
23
  module V1
24
- VERSION = "0.17.3"
24
+ VERSION = "0.17.4"
25
25
  end
26
26
  end
27
27
  end
@@ -510,9 +510,9 @@ module Google
510
510
  # c++ keyword conflict.
511
511
  # @!attribute [rw] install_gpu_drivers
512
512
  # @return [::Boolean]
513
- # Set this field true if users want Batch to help fetch drivers from a
514
- # third party location and install them for GPUs specified in
515
- # policy.accelerators or instance_template on their behalf. Default is
513
+ # Set this field true if you want Batch to help fetch drivers from a third
514
+ # party location and install them for GPUs specified in
515
+ # `policy.accelerators` or `instance_template` on your behalf. Default is
516
516
  # false.
517
517
  #
518
518
  # For Container-Optimized Image cases, Batch will install the
@@ -105,12 +105,11 @@ module Google
105
105
  # due to the following reasons, the exit code will be 50000.
106
106
  #
107
107
  # Otherwise, it can be from different sources:
108
- # - Batch known failures as
108
+ # * Batch known failures:
109
109
  # https://cloud.google.com/batch/docs/troubleshooting#reserved-exit-codes.
110
- # - Batch runnable execution failures: You can rely on Batch logs for further
111
- # diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs.
112
- # If there are multiple runnables failures, Batch only exposes the first
113
- # error caught for now.
110
+ # * Batch runnable execution failures; you can rely on Batch logs to further
111
+ # diagnose: https://cloud.google.com/batch/docs/analyze-job-using-logs. If
112
+ # there are multiple runnables failures, Batch only exposes the first error.
114
113
  class TaskExecution
115
114
  include ::Google::Protobuf::MessageExts
116
115
  extend ::Google::Protobuf::MessageExts::ClassMethods
@@ -360,10 +359,15 @@ module Google
360
359
  # ComputeResource requirements.
361
360
  # @!attribute [rw] max_run_duration
362
361
  # @return [::Google::Protobuf::Duration]
363
- # Maximum duration the task should run.
364
- # The task will be killed and marked as FAILED if over this limit.
365
- # The valid value range for max_run_duration in seconds is [0,
366
- # 315576000000.999999999],
362
+ # Maximum duration the task should run before being automatically retried
363
+ # (if enabled) or automatically failed. Format the value of this field
364
+ # as a time limit in seconds followed by `s`—for example, `3600s`
365
+ # for 1 hour. The field accepts any value between 0 and the maximum listed
366
+ # for the `Duration` field type at
367
+ # https://protobuf.dev/reference/protobuf/google.protobuf/#duration; however,
368
+ # the actual maximum run time for a job will be limited to the maximum run
369
+ # time for a job listed at
370
+ # https://cloud.google.com/batch/quotas#max-job-duration.
367
371
  # @!attribute [rw] max_retry_count
368
372
  # @return [::Integer]
369
373
  # Maximum number of retries on failures.
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.17.3
4
+ version: 0.17.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-05-23 00:00:00.000000000 Z
11
+ date: 2024-06-05 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common