Class: Google::Cloud::Batch::V1::JobStatus::TaskGroupStatus

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/batch/v1/job.rb

Overview

Aggregated task status for a TaskGroup.

Defined Under Namespace

Classes: CountsEntry

Instance Attribute Summary collapse

Instance Attribute Details

#counts::Google::Protobuf::Map{::String => ::Integer}

Returns Count of task in each state in the TaskGroup. The map key is task state name.

Returns:

  • (::Google::Protobuf::Map{::String => ::Integer})

    Count of task in each state in the TaskGroup. The map key is task state name.



178
179
180
181
182
183
184
185
186
187
188
189
190
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 178

class TaskGroupStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Integer]
  class CountsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end

#instances::Array<::Google::Cloud::Batch::V1::JobStatus::InstanceStatus>

Returns Status of instances allocated for the TaskGroup.

Returns:



178
179
180
181
182
183
184
185
186
187
188
189
190
# File 'proto_docs/google/cloud/batch/v1/job.rb', line 178

class TaskGroupStatus
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # @!attribute [rw] key
  #   @return [::String]
  # @!attribute [rw] value
  #   @return [::Integer]
  class CountsEntry
    include ::Google::Protobuf::MessageExts
    extend ::Google::Protobuf::MessageExts::ClassMethods
  end
end