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 +4 -4
- data/lib/google/cloud/batch/v1/version.rb +1 -1
- data/proto_docs/google/cloud/batch/v1/job.rb +3 -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: ece17e18bf3d600b47564104c4a9892d4f8b208d78043ee88b644191441ddbff
|
|
4
|
+
data.tar.gz: 6ace0d9ab98e7a4461a60cfa63dae0c6c9e27dd42a2fea9c8f0a3016b9d53595
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9b856f1d2d93bec4d0d957ca5b35cce77a04cd450a5884f9ef6029d990e261c54500445dbae8c0901bcda2abe7d91f4530c738bc5cba7de63e670444182efd82
|
|
7
|
+
data.tar.gz: 978814b19d1064be2017dbd4cecf82fcf6c2d822f023d41af3d9e6d4da85b08daa1d99a0e840fef9c49d46c22f9ac3671613efacda1486fab2e38ade92d79470
|
|
@@ -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
|
-
#
|
|
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.
|
|
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-
|
|
11
|
+
date: 2023-09-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|