Class: Google::Cloud::Dataplex::V1::Session

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

Overview

Represents an active analyze session running for a user.

Instance Attribute Summary collapse

Instance Attribute Details

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

Returns Output only. Session start time.

Returns:



283
284
285
286
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 283

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

#name::String (readonly)

Returns 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}.

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}



283
284
285
286
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 283

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

#state::Google::Cloud::Dataplex::V1::State (readonly)

Returns Output only. State of Session.

Returns:



283
284
285
286
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 283

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

#user_id::String (readonly)

Returns Output only. Email of user running the session.

Returns:

  • (::String)

    Output only. Email of user running the session.



283
284
285
286
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 283

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