Dataplex V1 API - Class Google::Cloud::Dataplex::V1::SessionEvent (v0.3.0)

Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::SessionEvent.

These messages contain information about sessions within an environment. The monitored resource is 'Environment'.

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#message

def message() -> ::String
Returns
  • (::String) — The log message.

#message=

def message=(value) -> ::String
Parameter
  • value (::String) — The log message.
Returns
  • (::String) — The log message.

#query

def query() -> ::Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail
Returns

#query=

def query=(value) -> ::Google::Cloud::Dataplex::V1::SessionEvent::QueryDetail
Parameter
Returns

#session_id

def session_id() -> ::String
Returns
  • (::String) — Unique identifier for the session.

#session_id=

def session_id=(value) -> ::String
Parameter
  • value (::String) — Unique identifier for the session.
Returns
  • (::String) — Unique identifier for the session.

#type

def type() -> ::Google::Cloud::Dataplex::V1::SessionEvent::EventType
Returns

#type=

def type=(value) -> ::Google::Cloud::Dataplex::V1::SessionEvent::EventType
Parameter
Returns

#user_id

def user_id() -> ::String
Returns
  • (::String) — The information about the user that created the session.

#user_id=

def user_id=(value) -> ::String
Parameter
  • value (::String) — The information about the user that created the session.
Returns
  • (::String) — The information about the user that created the session.