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 \ RuntimeSoftwareConfigMethods
static::name
| Parameter | |
|---|---|
| Name | Description | 
| value | mixed | 
static::value
| Parameter | |
|---|---|
| Name | Description | 
| name | mixed | 
Constants
POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED
Value: 0Unspecified post startup script behavior. Will run only once at creation.
Generated from protobuf enum POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED = 0;
RUN_EVERY_START
Value: 1Runs the post startup script provided during creation at every start.
Generated from protobuf enum RUN_EVERY_START = 1;
DOWNLOAD_AND_RUN_EVERY_START
Value: 2Downloads and runs the provided post startup script at every start.
Generated from protobuf enum DOWNLOAD_AND_RUN_EVERY_START = 2;