google-cloud-batch-v1 0.4.2 → 0.4.3
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: e8145d86893b1e0276bc292a6303d9401439760fa02ac0455f569134ae4f3d0d
|
|
4
|
+
data.tar.gz: f3d2f23314e05e39ab7feb1486a198f6af4a9b58f562b81051f4d471925493f6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d994e672630ed1a020e51f553f5cb6093526c90a8f3b34b4f8b61b6110a78f1db0686162747f79e12e230066a4bd22f24def6022b7ffda05b18ea23207b9863
|
|
7
|
+
data.tar.gz: 2f1ae1a14f61688e4d20f1ce6217413b258fda0fec3764f775bfe37044069d015020b1a180823ec999faec7d419bff46f8fa762da5d37d9f07e23abd3ce312c2
|
|
@@ -241,8 +241,7 @@ module Google
|
|
|
241
241
|
# If task ends with non-zero exit code, retry the task with max_retry_count.
|
|
242
242
|
# @!attribute [rw] environments
|
|
243
243
|
# @return [::Google::Protobuf::Map{::String => ::String}]
|
|
244
|
-
#
|
|
245
|
-
# You can set up to 100 environments.
|
|
244
|
+
# Deprecated: please use environment(non-plural) instead.
|
|
246
245
|
# @!attribute [rw] volumes
|
|
247
246
|
# @return [::Array<::Google::Cloud::Batch::V1::Volume>]
|
|
248
247
|
# Volumes to mount before running Tasks using this TaskSpec.
|
|
@@ -28,12 +28,14 @@ module Google
|
|
|
28
28
|
# [API Design Guide](https://cloud.google.com/apis/design/errors).
|
|
29
29
|
# @!attribute [rw] code
|
|
30
30
|
# @return [::Integer]
|
|
31
|
-
# The status code, which should be an enum value of
|
|
31
|
+
# The status code, which should be an enum value of
|
|
32
|
+
# [google.rpc.Code][google.rpc.Code].
|
|
32
33
|
# @!attribute [rw] message
|
|
33
34
|
# @return [::String]
|
|
34
35
|
# A developer-facing error message, which should be in English. Any
|
|
35
36
|
# user-facing error message should be localized and sent in the
|
|
36
|
-
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
|
|
37
|
+
# {::Google::Rpc::Status#details google.rpc.Status.details} field, or localized
|
|
38
|
+
# by the client.
|
|
37
39
|
# @!attribute [rw] details
|
|
38
40
|
# @return [::Array<::Google::Protobuf::Any>]
|
|
39
41
|
# A list of messages that carry the error details. There is a common set of
|
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.4.
|
|
4
|
+
version: 0.4.3
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2022-12-
|
|
11
|
+
date: 2022-12-15 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|