Interface NotebookSoftwareConfigOrBuilder (3.59.0)

public interface NotebookSoftwareConfigOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEnv(int index)

public abstract EnvVar getEnv(int index)

Optional. Environment variables to be passed to the container. Maximum limit is 100.

repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
EnvVar

getEnvCount()

public abstract int getEnvCount()

Optional. Environment variables to be passed to the container. Maximum limit is 100.

repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
int

getEnvList()

public abstract List<EnvVar> getEnvList()

Optional. Environment variables to be passed to the container. Maximum limit is 100.

repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<EnvVar>

getEnvOrBuilder(int index)

public abstract EnvVarOrBuilder getEnvOrBuilder(int index)

Optional. Environment variables to be passed to the container. Maximum limit is 100.

repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];

Parameter
Name Description
index int
Returns
Type Description
EnvVarOrBuilder

getEnvOrBuilderList()

public abstract List<? extends EnvVarOrBuilder> getEnvOrBuilderList()

Optional. Environment variables to be passed to the container. Maximum limit is 100.

repeated .google.cloud.aiplatform.v1.EnvVar env = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
List<? extends com.google.cloud.aiplatform.v1.EnvVarOrBuilder>

getPostStartupScriptConfig()

public abstract PostStartupScriptConfig getPostStartupScriptConfig()

Optional. Post startup script config.

.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PostStartupScriptConfig

The postStartupScriptConfig.

getPostStartupScriptConfigOrBuilder()

public abstract PostStartupScriptConfigOrBuilder getPostStartupScriptConfigOrBuilder()

Optional. Post startup script config.

.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
PostStartupScriptConfigOrBuilder

hasPostStartupScriptConfig()

public abstract boolean hasPostStartupScriptConfig()

Optional. Post startup script config.

.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the postStartupScriptConfig field is set.