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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[],[],null,["# Interface Environment.SessionSpecOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.dataplex.v1.Environment.SessionSpecOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.dataplex.v1.Environment.SessionSpecOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.dataplex.v1.Environment.SessionSpecOrBuilder) \n\n public static interface Environment.SessionSpecOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getEnableFastStartup()\n\n public abstract boolean getEnableFastStartup()\n\nOptional. If True, this causes sessions to be pre-created and available\nfor faster startup to enable interactive exploration use-cases. This\ndefaults to False to avoid additional billed charges. These can only be\nset to True for the environment with name set to \"default\", and with\ndefault configuration.\n\n`bool enable_fast_startup = 2;`\n\n### getMaxIdleDuration()\n\n public abstract Duration getMaxIdleDuration()\n\nOptional. The idle time configuration of the session. The session will be\nauto-terminated at the end of this period.\n\n`.google.protobuf.Duration max_idle_duration = 1;`\n\n### getMaxIdleDurationOrBuilder()\n\n public abstract DurationOrBuilder getMaxIdleDurationOrBuilder()\n\nOptional. The idle time configuration of the session. The session will be\nauto-terminated at the end of this period.\n\n`.google.protobuf.Duration max_idle_duration = 1;`\n\n### hasMaxIdleDuration()\n\n public abstract boolean hasMaxIdleDuration()\n\nOptional. The idle time configuration of the session. The session will be\nauto-terminated at the end of this period.\n\n`.google.protobuf.Duration max_idle_duration = 1;`"]]