Interface PostStartupScriptConfigOrBuilder (3.59.0)

public interface PostStartupScriptConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getPostStartupScript()

public abstract String getPostStartupScript()

Optional. Post startup script to run after runtime is started.

string post_startup_script = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The postStartupScript.

getPostStartupScriptBehavior()

public abstract PostStartupScriptConfig.PostStartupScriptBehavior getPostStartupScriptBehavior()

Optional. Post startup script behavior that defines download and execution behavior.

.google.cloud.aiplatform.v1.PostStartupScriptConfig.PostStartupScriptBehavior post_startup_script_behavior = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PostStartupScriptConfig.PostStartupScriptBehavior

The postStartupScriptBehavior.

getPostStartupScriptBehaviorValue()

public abstract int getPostStartupScriptBehaviorValue()

Optional. Post startup script behavior that defines download and execution behavior.

.google.cloud.aiplatform.v1.PostStartupScriptConfig.PostStartupScriptBehavior post_startup_script_behavior = 3 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

The enum numeric value on the wire for postStartupScriptBehavior.

getPostStartupScriptBytes()

public abstract ByteString getPostStartupScriptBytes()

Optional. Post startup script to run after runtime is started.

string post_startup_script = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for postStartupScript.

getPostStartupScriptUrl()

public abstract String getPostStartupScriptUrl()

Optional. Post startup script url to download. Example: https://bucket/script.sh

string post_startup_script_url = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The postStartupScriptUrl.

getPostStartupScriptUrlBytes()

public abstract ByteString getPostStartupScriptUrlBytes()

Optional. Post startup script url to download. Example: https://bucket/script.sh

string post_startup_script_url = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for postStartupScriptUrl.