Class: Google::Cloud::Batch::V1::Task

Inherits:
Object
  • Object
show all
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

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".

Returns:

  • (::String)

    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".



445
446
447
448
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 445

class Task
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#status::Google::Cloud::Batch::V1::TaskStatus

Returns Task Status.

Returns:



445
446
447
448
# File 'proto_docs/google/cloud/batch/v1/task.rb', line 445

class Task
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end