google-cloud-batch-v1 0.10.0 → 0.10.1

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: e24684812cab726ea633477869a220cf07cd9003b645c9697f7201a15847debd
4
- data.tar.gz: 6ee6f0cc74a0bcfa2be5bc950ad75790e49b894fa3cce665b228f248b254fa2a
3
+ metadata.gz: 50cf595a31d4132e407051a46182d1bdb2c2ded0226eb35ebaec124659d88b7b
4
+ data.tar.gz: 03d62d258ec787b8747e5ab369bd0327d97921bdde67ee3257bf644c2ef29777
5
5
  SHA512:
6
- metadata.gz: bc4f352924a35869bdc7c41d40ff458167cd2fbebf176309ba9404b4efa498f3ee7dae3e135797854d453dfabb90ee9629eed1eeeed5493e15981cab143d3306
7
- data.tar.gz: e0187461ba49d02a78de9b07f44e11b5f4495541acf4e274b57b66a47d3e2c8bc69d8d33dbd392ea9e8db8da31782403a353c78fbc4f6659fa5d9fb67f5c28b8
6
+ metadata.gz: 117795db0d196b43eb92cb0aef2f4decaa29b513af739dbdc3f2dcc5a0d9c55b60bf5876895677ebf06b61f6ac84bc644534e18108be3a77478fa7fdcf55d334
7
+ data.tar.gz: d7506c88b4d07dbf78402423a562395eac3d48c8b8eaa80892ddab69626de046e660b44afe4818fcb5e1f28a89c313f9f2e7912e23e1219e41651da89dffdd29
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Batch
23
23
  module V1
24
- VERSION = "0.10.0"
24
+ VERSION = "0.10.1"
25
25
  end
26
26
  end
27
27
  end
@@ -179,6 +179,7 @@ module Google
179
179
 
180
180
  # Valid Job states.
181
181
  module State
182
+ # Job state unspecified.
182
183
  STATE_UNSPECIFIED = 0
183
184
 
184
185
  # Job is admitted (validated and persisted) and waiting for resources.
@@ -323,6 +324,7 @@ module Google
323
324
  # * "batch-debian": use Batch Debian images.
324
325
  # * "batch-centos": use Batch CentOS images.
325
326
  # * "batch-cos": use Batch Container-Optimized images.
327
+ # * "batch-hpc-centos": use Batch HPC CentOS images.
326
328
  # @!attribute [rw] snapshot
327
329
  # @return [::String]
328
330
  # Name of a snapshot used as the data source.
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.10.0
4
+ version: 0.10.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-06-16 00:00:00.000000000 Z
11
+ date: 2023-07-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common