google-cloud-batch-v1 0.4.2 → 0.4.3

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: b6d05af1856891badff96636f50074179f178305c50819e69e33f64ea92d8c23
4
- data.tar.gz: fea32fa08038656ea54717cec30e7d9a906b464e0a694baf2bf9a3f93c32cbe9
3
+ metadata.gz: e8145d86893b1e0276bc292a6303d9401439760fa02ac0455f569134ae4f3d0d
4
+ data.tar.gz: f3d2f23314e05e39ab7feb1486a198f6af4a9b58f562b81051f4d471925493f6
5
5
  SHA512:
6
- metadata.gz: 5a07f65019673797d1c2ae061c55c716519eb296a09019bdcd7598997289cf1cf52e5b0408672742e734515873433bb1a7e131bf3de6e01b20e25ca612dd431b
7
- data.tar.gz: 8f66e428adf63733a62d70bbe503f02e1d7f7eec7f56bd8abbe4391372bc55e1fb08fd1468da0d2fe53532703fd8f397fcf6cdd34d4b1a410ea764439f3e790f
6
+ metadata.gz: 9d994e672630ed1a020e51f553f5cb6093526c90a8f3b34b4f8b61b6110a78f1db0686162747f79e12e230066a4bd22f24def6022b7ffda05b18ea23207b9863
7
+ data.tar.gz: 2f1ae1a14f61688e4d20f1ce6217413b258fda0fec3764f775bfe37044069d015020b1a180823ec999faec7d419bff46f8fa762da5d37d9f07e23abd3ce312c2
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Batch
23
23
  module V1
24
- VERSION = "0.4.2"
24
+ VERSION = "0.4.3"
25
25
  end
26
26
  end
27
27
  end
@@ -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
- # Environment variables to set before running the Task.
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 [google.rpc.Code][google.rpc.Code].
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 by the client.
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.2
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-09 00:00:00.000000000 Z
11
+ date: 2022-12-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common