Reference documentation and code samples for the Dataplex V1 API class Google::Cloud::Dataplex::V1::Session.
Represents an active analyze session running for a user.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#create_time
def create_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Output only. Session start time.
#name
def name() -> ::String
Returns
- (::String) — Output only. The relative resource name of the content, of the form: projects/{project_id}/locations/{location_id}/lakes/{lake_id}/environment/{environment_id}/sessions/{session_id}
#state
def state() -> ::Google::Cloud::Dataplex::V1::State
Returns
#user_id
def user_id() -> ::String
Returns
- (::String) — Output only. Email of user running the session.