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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e594f111a376b6389862947ebe59a14024344c3c2a6829d4e64b6a6cac50cbe8
4
- data.tar.gz: d595c128b9667e3442df55209dc24272d63ebcae4cc317b4811d5d3d4fef5e3f
3
+ metadata.gz: c5b929df6620faeb3607de976608c3ea6200f6ddca2ebe88caf8e836f6798fe6
4
+ data.tar.gz: 9ea93dc4d13ab78b10c80e1da520ea8893e142b79a44dee3a1a851dbbecdfc4d
5
5
  SHA512:
6
- metadata.gz: ca2c5c9a75fc9fe640e3d266244ed640e39d83326e73c90d9f8535a1a340f93641dbb7e526e318e5e65360a597f63fa0cc76b5f610ec1c3fd04a71dd634e9c23
7
- data.tar.gz: 7b4e2e41a87ab08e0550193211a4487d34e1d124771f778311f45c67ac971d8ae00492dd8d402e899fa81eaf3a18dc80bb37c3470470588da7c4ff368ad4731e
6
+ metadata.gz: d9dfbe35d140b65ff0a62a929842ab707f6c983b9d875ecbf39b115be68b11700bca1f2b0b623ce99ea731a4870c3e17118a9ce108e1c4f0ceace935f0001e12
7
+ data.tar.gz: a20d399b9506cedbc51322267060e1d904134fa21390400f56b4daed7a36c847b7a2ac396081cdeb4b474786ac8a5b1dd51fd405b06f3b964d6aa63515ab816f
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-batch_v1
2
2
 
3
+ ### v0.39.0 (2024-07-25)
4
+
5
+ * Regenerated from discovery document revision 20240703
6
+
3
7
  ### v0.38.0 (2024-06-16)
4
8
 
5
9
  * Regenerated from discovery document revision 20240607
@@ -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.38.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 = "20240607"
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.38.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-06-16 00:00:00.000000000 Z
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.38.0
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: []