google-apis-batch_v1 0.38.0 → 0.39.0
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/CHANGELOG.md +4 -0
- data/lib/google/apis/batch_v1/classes.rb +7 -7
- data/lib/google/apis/batch_v1/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: c5b929df6620faeb3607de976608c3ea6200f6ddca2ebe88caf8e836f6798fe6
|
|
4
|
+
data.tar.gz: 9ea93dc4d13ab78b10c80e1da520ea8893e142b79a44dee3a1a851dbbecdfc4d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d9dfbe35d140b65ff0a62a929842ab707f6c983b9d875ecbf39b115be68b11700bca1f2b0b623ce99ea731a4870c3e17118a9ce108e1c4f0ceace935f0001e12
|
|
7
|
+
data.tar.gz: a20d399b9506cedbc51322267060e1d904134fa21390400f56b4daed7a36c847b7a2ac396081cdeb4b474786ac8a5b1dd51fd405b06f3b964d6aa63515ab816f
|
data/CHANGELOG.md
CHANGED
|
@@ -373,7 +373,7 @@ module Google
|
|
|
373
373
|
# @return [Google::Apis::BatchV1::TaskSpec]
|
|
374
374
|
attr_accessor :spec
|
|
375
375
|
|
|
376
|
-
# Status of a task
|
|
376
|
+
# Status of a task.
|
|
377
377
|
# Corresponds to the JSON property `status`
|
|
378
378
|
# @return [Google::Apis::BatchV1::TaskStatus]
|
|
379
379
|
attr_accessor :status
|
|
@@ -419,7 +419,7 @@ module Google
|
|
|
419
419
|
# @return [String]
|
|
420
420
|
attr_accessor :task_id
|
|
421
421
|
|
|
422
|
-
# Status of a task
|
|
422
|
+
# Status of a task.
|
|
423
423
|
# Corresponds to the JSON property `taskStatus`
|
|
424
424
|
# @return [Google::Apis::BatchV1::TaskStatus]
|
|
425
425
|
attr_accessor :task_status
|
|
@@ -2206,7 +2206,7 @@ module Google
|
|
|
2206
2206
|
end
|
|
2207
2207
|
end
|
|
2208
2208
|
|
|
2209
|
-
# Status event
|
|
2209
|
+
# Status event.
|
|
2210
2210
|
class StatusEvent
|
|
2211
2211
|
include Google::Apis::Core::Hashable
|
|
2212
2212
|
|
|
@@ -2226,7 +2226,7 @@ module Google
|
|
|
2226
2226
|
# @return [Google::Apis::BatchV1::TaskExecution]
|
|
2227
2227
|
attr_accessor :task_execution
|
|
2228
2228
|
|
|
2229
|
-
# Task State
|
|
2229
|
+
# Task State. This field is only defined for task-level status events.
|
|
2230
2230
|
# Corresponds to the JSON property `taskState`
|
|
2231
2231
|
# @return [String]
|
|
2232
2232
|
attr_accessor :task_state
|
|
@@ -2261,7 +2261,7 @@ module Google
|
|
|
2261
2261
|
# @return [String]
|
|
2262
2262
|
attr_accessor :name
|
|
2263
2263
|
|
|
2264
|
-
# Status of a task
|
|
2264
|
+
# Status of a task.
|
|
2265
2265
|
# Corresponds to the JSON property `status`
|
|
2266
2266
|
# @return [Google::Apis::BatchV1::TaskStatus]
|
|
2267
2267
|
attr_accessor :status
|
|
@@ -2513,11 +2513,11 @@ module Google
|
|
|
2513
2513
|
end
|
|
2514
2514
|
end
|
|
2515
2515
|
|
|
2516
|
-
# Status of a task
|
|
2516
|
+
# Status of a task.
|
|
2517
2517
|
class TaskStatus
|
|
2518
2518
|
include Google::Apis::Core::Hashable
|
|
2519
2519
|
|
|
2520
|
-
# Task state
|
|
2520
|
+
# Task state.
|
|
2521
2521
|
# Corresponds to the JSON property `state`
|
|
2522
2522
|
# @return [String]
|
|
2523
2523
|
attr_accessor :state
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module BatchV1
|
|
18
18
|
# Version of the google-apis-batch_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.39.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240703"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-batch_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.39.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2024-
|
|
11
|
+
date: 2024-07-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-batch_v1/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-batch_v1/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-batch_v1/v0.39.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-batch_v1
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|