Class: Google::Cloud::Batch::V1::Task
- Inherits:
-
Object
- Object
- Google::Cloud::Batch::V1::Task
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/batch/v1/task.rb
Overview
A Cloud Batch task.
Instance Attribute Summary collapse
-
#name ⇒ ::String
Task name.
-
#status ⇒ ::Google::Cloud::Batch::V1::TaskStatus
Task Status.
Instance Attribute Details
#name ⇒ ::String
Returns Task name. The name is generated from the parent TaskGroup name and 'id' field. For example: "projects/123456/locations/us-west1/jobs/job01/taskGroups/group01/tasks/task01".
447 448 449 450 |
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 447 class Task include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |