Enum RuntimeSoftwareConfig.PostStartupScriptBehavior (1.39.0)

public enum RuntimeSoftwareConfig.PostStartupScriptBehavior extends Enum<RuntimeSoftwareConfig.PostStartupScriptBehavior> implements ProtocolMessageEnum

Behavior for the post startup script.

Protobuf enum google.cloud.notebooks.v1.RuntimeSoftwareConfig.PostStartupScriptBehavior

Implements

ProtocolMessageEnum

Static Fields

NameDescription
DOWNLOAD_AND_RUN_EVERY_START

Downloads and runs the provided post startup script at every start.

DOWNLOAD_AND_RUN_EVERY_START = 2;

DOWNLOAD_AND_RUN_EVERY_START_VALUE

Downloads and runs the provided post startup script at every start.

DOWNLOAD_AND_RUN_EVERY_START = 2;

POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED

Unspecified post startup script behavior. Will run only once at creation.

POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED = 0;

POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED_VALUE

Unspecified post startup script behavior. Will run only once at creation.

POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED = 0;

RUN_EVERY_START

Runs the post startup script provided during creation at every start.

RUN_EVERY_START = 1;

RUN_EVERY_START_VALUE

Runs the post startup script provided during creation at every start.

RUN_EVERY_START = 1;

UNRECOGNIZED

Static Methods

NameDescription
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()