@@ -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
0 commit comments