Enum PostStartupScriptConfig.PostStartupScriptBehavior (3.64.0)

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

Protobuf enum google.cloud.aiplatform.v1beta1.PostStartupScriptConfig.PostStartupScriptBehavior

Implements

ProtocolMessageEnum

Static Fields

Name Description
DOWNLOAD_AND_RUN_EVERY_START

DOWNLOAD_AND_RUN_EVERY_START = 3;

DOWNLOAD_AND_RUN_EVERY_START_VALUE

DOWNLOAD_AND_RUN_EVERY_START = 3;

POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED

POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED = 0;

POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED_VALUE

POST_STARTUP_SCRIPT_BEHAVIOR_UNSPECIFIED = 0;

RUN_EVERY_START

RUN_EVERY_START = 2;

RUN_EVERY_START_VALUE

RUN_EVERY_START = 2;

RUN_ONCE

RUN_ONCE = 1;

RUN_ONCE_VALUE

RUN_ONCE = 1;

UNRECOGNIZED

Static Methods

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()