Class: Google::Cloud::Dataplex::V1::Environment::SessionSpec

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

Instance Attribute Summary collapse

Instance Attribute Details

#enable_fast_startup::Boolean

Returns Optional. If True, this causes sessions to be pre-created and available for faster startup to enable interactive exploration use-cases. This defaults to False to avoid additional billed charges. These can only be set to True for the environment with name set to "default", and with default configuration.

Returns:

  • (::Boolean)

    Optional. If True, this causes sessions to be pre-created and available for faster startup to enable interactive exploration use-cases. This defaults to False to avoid additional billed charges. These can only be set to True for the environment with name set to "default", and with default configuration.



145
146
147
148
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 145

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

#max_idle_duration::Google::Protobuf::Duration

Returns Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.

Returns:

  • (::Google::Protobuf::Duration)

    Optional. The idle time configuration of the session. The session will be auto-terminated at the end of this period.



145
146
147
148
# File 'proto_docs/google/cloud/dataplex/v1/analyze.rb', line 145

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