Skip to content

Commit 971d138

Browse files
feat: Automated regeneration of batch v1 client (#19966)
Auto-created at 2024-07-25 20:48:31 +0000 using the toys pull request generator.
1 parent 1e61bb3 commit 971d138

File tree

3 files changed

+13
-9
lines changed

3 files changed

+13
-9
lines changed

generated/google-apis-batch_v1/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Release history for google-apis-batch_v1
22

3+
### v0.39.0 (2024-07-25)
4+
5+
* Regenerated from discovery document revision 20240703
6+
37
### v0.38.0 (2024-06-16)
48

59
* Regenerated from discovery document revision 20240607

generated/google-apis-batch_v1/lib/google/apis/batch_v1/classes.rb

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ class AgentTask
373373
# @return [Google::Apis::BatchV1::TaskSpec]
374374
attr_accessor :spec
375375

376-
# Status of a task
376+
# Status of a task.
377377
# Corresponds to the JSON property `status`
378378
# @return [Google::Apis::BatchV1::TaskStatus]
379379
attr_accessor :status
@@ -419,7 +419,7 @@ class AgentTaskInfo
419419
# @return [String]
420420
attr_accessor :task_id
421421

422-
# Status of a task
422+
# Status of a task.
423423
# Corresponds to the JSON property `taskStatus`
424424
# @return [Google::Apis::BatchV1::TaskStatus]
425425
attr_accessor :task_status
@@ -2206,7 +2206,7 @@ def update!(**args)
22062206
end
22072207
end
22082208

2209-
# Status event
2209+
# Status event.
22102210
class StatusEvent
22112211
include Google::Apis::Core::Hashable
22122212

@@ -2226,7 +2226,7 @@ class StatusEvent
22262226
# @return [Google::Apis::BatchV1::TaskExecution]
22272227
attr_accessor :task_execution
22282228

2229-
# Task State
2229+
# Task State. This field is only defined for task-level status events.
22302230
# Corresponds to the JSON property `taskState`
22312231
# @return [String]
22322232
attr_accessor :task_state
@@ -2261,7 +2261,7 @@ class Task
22612261
# @return [String]
22622262
attr_accessor :name
22632263

2264-
# Status of a task
2264+
# Status of a task.
22652265
# Corresponds to the JSON property `status`
22662266
# @return [Google::Apis::BatchV1::TaskStatus]
22672267
attr_accessor :status
@@ -2513,11 +2513,11 @@ def update!(**args)
25132513
end
25142514
end
25152515

2516-
# Status of a task
2516+
# Status of a task.
25172517
class TaskStatus
25182518
include Google::Apis::Core::Hashable
25192519

2520-
# Task state
2520+
# Task state.
25212521
# Corresponds to the JSON property `state`
25222522
# @return [String]
25232523
attr_accessor :state

generated/google-apis-batch_v1/lib/google/apis/batch_v1/gem_version.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ module Google
1616
module Apis
1717
module BatchV1
1818
# Version of the google-apis-batch_v1 gem
19-
GEM_VERSION = "0.38.0"
19+
GEM_VERSION = "0.39.0"
2020

2121
# Version of the code generator used to generate this client
2222
GENERATOR_VERSION = "0.15.0"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20240607"
25+
REVISION = "20240703"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)