Class: Google::Cloud::Dataproc::V1::Batch::StateHistory

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

Overview

Historical state information.

Instance Attribute Summary collapse

Instance Attribute Details

#state::Google::Cloud::Dataproc::V1::Batch::State (readonly)

Returns Output only. The state of the batch at this point in history.

Returns:



205
206
207
208
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 205

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

#state_message::String (readonly)

Returns Output only. Details about the state at this point in history.

Returns:

  • (::String)

    Output only. Details about the state at this point in history.



205
206
207
208
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 205

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

#state_start_time::Google::Protobuf::Timestamp (readonly)

Returns Output only. The time when the batch entered the historical state.

Returns:



205
206
207
208
# File 'proto_docs/google/cloud/dataproc/v1/batches.rb', line 205

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