Google Cloud Notebooks V1 Client - Class PostStartupScriptBehavior (0.4.1)

Reference documentation and code samples for the Google Cloud Notebooks V1 Client class PostStartupScriptBehavior.

Behavior for the post startup script.

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

Namespace

Google \ Cloud \ Notebooks \ V1 \ RuntimeSoftwareConfig

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED

Value: 0

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

Generated from protobuf enum POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED = 0;

RUN_EVERY_START

Value: 1

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

Generated from protobuf enum RUN_EVERY_START = 1;

DOWNLOAD_AND_RUN_EVERY_START

Value: 2

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

Generated from protobuf enum DOWNLOAD_AND_RUN_EVERY_START = 2;