public static interface RunJobRequest.Overrides.ContainerOverrideOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getArgs(int index)
Optional.
|
com.google.protobuf.ByteString |
getArgsBytes(int index)
Optional.
|
int |
getArgsCount()
Optional.
|
List<String> |
getArgsList()
Optional.
|
boolean |
getClearArgs()
Optional.
|
EnvVar |
getEnv(int index)
List of environment variables to set in the container.
|
int |
getEnvCount()
List of environment variables to set in the container.
|
List<EnvVar> |
getEnvList()
List of environment variables to set in the container.
|
EnvVarOrBuilder |
getEnvOrBuilder(int index)
List of environment variables to set in the container.
|
List<? extends EnvVarOrBuilder> |
getEnvOrBuilderList()
List of environment variables to set in the container.
|
String |
getName()
The name of the container specified as a DNS_LABEL.
|
com.google.protobuf.ByteString |
getNameBytes()
The name of the container specified as a DNS_LABEL.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getName()
The name of the container specified as a DNS_LABEL.
string name = 1;com.google.protobuf.ByteString getNameBytes()
The name of the container specified as a DNS_LABEL.
string name = 1;List<String> getArgsList()
Optional. Arguments to the entrypoint. Will replace existing args for override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];int getArgsCount()
Optional. Arguments to the entrypoint. Will replace existing args for override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];String getArgs(int index)
Optional. Arguments to the entrypoint. Will replace existing args for override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the element to return.com.google.protobuf.ByteString getArgsBytes(int index)
Optional. Arguments to the entrypoint. Will replace existing args for override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];index - The index of the value to return.List<EnvVar> getEnvList()
List of environment variables to set in the container. Will be merged with existing env for override.
repeated .google.cloud.run.v2.EnvVar env = 3;EnvVar getEnv(int index)
List of environment variables to set in the container. Will be merged with existing env for override.
repeated .google.cloud.run.v2.EnvVar env = 3;int getEnvCount()
List of environment variables to set in the container. Will be merged with existing env for override.
repeated .google.cloud.run.v2.EnvVar env = 3;List<? extends EnvVarOrBuilder> getEnvOrBuilderList()
List of environment variables to set in the container. Will be merged with existing env for override.
repeated .google.cloud.run.v2.EnvVar env = 3;EnvVarOrBuilder getEnvOrBuilder(int index)
List of environment variables to set in the container. Will be merged with existing env for override.
repeated .google.cloud.run.v2.EnvVar env = 3;boolean getClearArgs()
Optional. True if the intention is to clear out existing args list.
bool clear_args = 4 [(.google.api.field_behavior) = OPTIONAL];Copyright © 2025 Google LLC. All rights reserved.