public interface NotebookSoftwareConfigOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
EnvVar |
getEnv(int index)
Optional.
|
int |
getEnvCount()
Optional.
|
List<EnvVar> |
getEnvList()
Optional.
|
EnvVarOrBuilder |
getEnvOrBuilder(int index)
Optional.
|
List<? extends EnvVarOrBuilder> |
getEnvOrBuilderList()
Optional.
|
PostStartupScriptConfig |
getPostStartupScriptConfig()
Optional.
|
PostStartupScriptConfigOrBuilder |
getPostStartupScriptConfigOrBuilder()
Optional.
|
boolean |
hasPostStartupScriptConfig()
Optional.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<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];
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];
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];
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];
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];
boolean hasPostStartupScriptConfig()
Optional. Post startup script config.
.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
PostStartupScriptConfig getPostStartupScriptConfig()
Optional. Post startup script config.
.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
PostStartupScriptConfigOrBuilder getPostStartupScriptConfigOrBuilder()
Optional. Post startup script config.
.google.cloud.aiplatform.v1.PostStartupScriptConfig post_startup_script_config = 2 [(.google.api.field_behavior) = OPTIONAL];
Copyright © 2025 Google LLC. All rights reserved.