google-cloud-batch-v1 0.11.0 → 0.11.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: ae5ae618558337fbe208e96c2427f1929f593db3183dee60b801f2a15fde05f4
4
- data.tar.gz: 30837d2501752bc17fd04630095a79c773c46e8e0261f9b34af5abc14b5d63fc
3
+ metadata.gz: ece17e18bf3d600b47564104c4a9892d4f8b208d78043ee88b644191441ddbff
4
+ data.tar.gz: 6ace0d9ab98e7a4461a60cfa63dae0c6c9e27dd42a2fea9c8f0a3016b9d53595
5
5
  SHA512:
6
- metadata.gz: 21e3f68582f376db9bc20b492ed469f12a4053d1eef6d854af110a42556c62117639451b86a7337f6a1bce197c27f088ad09fcb0822f13a9f88b0f5618fa86c0
7
- data.tar.gz: 3263b79a126cd417a950f8958d485dc0b25450642e2932f0a558c02dc2ea24917e98c665df8b545220575eab95321ecbf8e7a2a858f8855b3efe15a919161d91
6
+ metadata.gz: 9b856f1d2d93bec4d0d957ca5b35cce77a04cd450a5884f9ef6029d990e261c54500445dbae8c0901bcda2abe7d91f4530c738bc5cba7de63e670444182efd82
7
+ data.tar.gz: 978814b19d1064be2017dbd4cecf82fcf6c2d822f023d41af3d9e6d4da85b08daa1d99a0e840fef9c49d46c22f9ac3671613efacda1486fab2e38ade92d79470
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Batch
23
23
  module V1
24
- VERSION = "0.11.0"
24
+ VERSION = "0.11.1"
25
25
  end
26
26
  end
27
27
  end
@@ -364,7 +364,9 @@ module Google
364
364
  # @return [::String]
365
365
  # Local SSDs are available through both "SCSI" and "NVMe" interfaces.
366
366
  # If not indicated, "NVMe" will be the default one for local ssds.
367
- # We only support "SCSI" for persistent disks now.
367
+ # This field is ignored for persistent disks as the interface is chosen
368
+ # automatically. See
369
+ # https://cloud.google.com/compute/docs/disks/persistent-disks#choose_an_interface.
368
370
  class Disk
369
371
  include ::Google::Protobuf::MessageExts
370
372
  extend ::Google::Protobuf::MessageExts::ClassMethods
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.11.0
4
+ version: 0.11.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-09-12 00:00:00.000000000 Z
11
+ date: 2023-09-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common