Class: Google::Cloud::Dataplex::V1::Environment::SessionStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Environment::SessionStatus
- 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
-
#active ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#active ⇒ ::Boolean (readonly)
Returns 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 |