Class: Google::Cloud::Dataproc::V1::Session::SessionStateHistory

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

Overview

Historical state information.

Instance Attribute Summary collapse

Instance Attribute Details

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

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

Returns:



233
234
235
236
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 233

class SessionStateHistory
  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 the session history.

Returns:

  • (::String)

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



233
234
235
236
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 233

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

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

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

Returns:



233
234
235
236
# File 'proto_docs/google/cloud/dataproc/v1/sessions.rb', line 233

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