Class: Google::Cloud::Dataplex::V1::Environment::SessionStatus

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

Overview

Status of sessions created for this environment.

Instance Attribute Summary collapse

Instance Attribute Details

#active::Boolean (readonly)

Returns Output only. Queries over sessions to mark whether the environment is currently active or not.

Returns:

  • (::Boolean)

    Output only. Queries over sessions to mark whether the environment is currently active or not



156
157
158
159
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 156

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