public interface ContainerSpecOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArgs(int index)
The arguments to be passed when starting the container.
|
com.google.protobuf.ByteString |
getArgsBytes(int index)
The arguments to be passed when starting the container.
|
int |
getArgsCount()
The arguments to be passed when starting the container.
|
List<String> |
getArgsList()
The arguments to be passed when starting the container.
|
String |
getCommand(int index)
The command to be invoked when the container is started.
|
com.google.protobuf.ByteString |
getCommandBytes(int index)
The command to be invoked when the container is started.
|
int |
getCommandCount()
The command to be invoked when the container is started.
|
List<String> |
getCommandList()
The command to be invoked when the container is started.
|
EnvVar |
getEnv(int index)
Environment variables to be passed to the container.
|
int |
getEnvCount()
Environment variables to be passed to the container.
|
List<EnvVar> |
getEnvList()
Environment variables to be passed to the container.
|
EnvVarOrBuilder |
getEnvOrBuilder(int index)
Environment variables to be passed to the container.
|
List<? extends EnvVarOrBuilder> |
getEnvOrBuilderList()
Environment variables to be passed to the container.
|
String |
getImageUri()
Required.
|
com.google.protobuf.ByteString |
getImageUriBytes()
Required.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getImageUri()
Required. The URI of a container image in the Container Registry that is to be run on each worker replica.
string image_uri = 1 [(.google.api.field_behavior) = REQUIRED];com.google.protobuf.ByteString getImageUriBytes()
Required. The URI of a container image in the Container Registry that is to be run on each worker replica.
string image_uri = 1 [(.google.api.field_behavior) = REQUIRED];List<String> getCommandList()
The command to be invoked when the container is started. It overrides the entrypoint instruction in Dockerfile when provided.
repeated string command = 2;int getCommandCount()
The command to be invoked when the container is started. It overrides the entrypoint instruction in Dockerfile when provided.
repeated string command = 2;String getCommand(int index)
The command to be invoked when the container is started. It overrides the entrypoint instruction in Dockerfile when provided.
repeated string command = 2;index - The index of the element to return.com.google.protobuf.ByteString getCommandBytes(int index)
The command to be invoked when the container is started. It overrides the entrypoint instruction in Dockerfile when provided.
repeated string command = 2;index - The index of the value to return.List<String> getArgsList()
The arguments to be passed when starting the container.
repeated string args = 3;int getArgsCount()
The arguments to be passed when starting the container.
repeated string args = 3;String getArgs(int index)
The arguments to be passed when starting the container.
repeated string args = 3;index - The index of the element to return.com.google.protobuf.ByteString getArgsBytes(int index)
The arguments to be passed when starting the container.
repeated string args = 3;index - The index of the value to return.List<EnvVar> getEnvList()
Environment variables to be passed to the container. Maximum limit is 100.
repeated .google.cloud.aiplatform.v1.EnvVar env = 4;EnvVar getEnv(int index)
Environment variables to be passed to the container. Maximum limit is 100.
repeated .google.cloud.aiplatform.v1.EnvVar env = 4;int getEnvCount()
Environment variables to be passed to the container. Maximum limit is 100.
repeated .google.cloud.aiplatform.v1.EnvVar env = 4;List<? extends EnvVarOrBuilder> getEnvOrBuilderList()
Environment variables to be passed to the container. Maximum limit is 100.
repeated .google.cloud.aiplatform.v1.EnvVar env = 4;EnvVarOrBuilder getEnvOrBuilder(int index)
Environment variables to be passed to the container. Maximum limit is 100.
repeated .google.cloud.aiplatform.v1.EnvVar env = 4;Copyright © 2023 Google LLC. All rights reserved.