public static final class RunJobRequest.Overrides.ContainerOverride extends com.google.protobuf.GeneratedMessageV3 implements RunJobRequest.Overrides.ContainerOverrideOrBuilder
Per-container override specification.Protobuf type
google.cloud.run.v2.RunJobRequest.Overrides.ContainerOverride| Modifier and Type | Class and Description |
|---|---|
static class |
RunJobRequest.Overrides.ContainerOverride.Builder
Per-container override specification.
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>,BuilderT extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageT,BuilderT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageT extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageT>>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
ARGS_FIELD_NUMBER |
static int |
CLEAR_ARGS_FIELD_NUMBER |
static int |
ENV_FIELD_NUMBER |
static int |
NAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getArgs(int index)
Optional.
|
com.google.protobuf.ByteString |
getArgsBytes(int index)
Optional.
|
int |
getArgsCount()
Optional.
|
com.google.protobuf.ProtocolStringList |
getArgsList()
Optional.
|
boolean |
getClearArgs()
Optional.
|
static RunJobRequest.Overrides.ContainerOverride |
getDefaultInstance() |
RunJobRequest.Overrides.ContainerOverride |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
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.
|
com.google.protobuf.Parser<RunJobRequest.Overrides.ContainerOverride> |
getParserForType() |
int |
getSerializedSize() |
int |
hashCode() |
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static RunJobRequest.Overrides.ContainerOverride.Builder |
newBuilder() |
static RunJobRequest.Overrides.ContainerOverride.Builder |
newBuilder(RunJobRequest.Overrides.ContainerOverride prototype) |
RunJobRequest.Overrides.ContainerOverride.Builder |
newBuilderForType() |
protected RunJobRequest.Overrides.ContainerOverride.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
protected Object |
newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused) |
static RunJobRequest.Overrides.ContainerOverride |
parseDelimitedFrom(InputStream input) |
static RunJobRequest.Overrides.ContainerOverride |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunJobRequest.Overrides.ContainerOverride |
parseFrom(byte[] data) |
static RunJobRequest.Overrides.ContainerOverride |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunJobRequest.Overrides.ContainerOverride |
parseFrom(ByteBuffer data) |
static RunJobRequest.Overrides.ContainerOverride |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunJobRequest.Overrides.ContainerOverride |
parseFrom(com.google.protobuf.ByteString data) |
static RunJobRequest.Overrides.ContainerOverride |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunJobRequest.Overrides.ContainerOverride |
parseFrom(com.google.protobuf.CodedInputStream input) |
static RunJobRequest.Overrides.ContainerOverride |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static RunJobRequest.Overrides.ContainerOverride |
parseFrom(InputStream input) |
static RunJobRequest.Overrides.ContainerOverride |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<RunJobRequest.Overrides.ContainerOverride> |
parser() |
RunJobRequest.Overrides.ContainerOverride.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof, internalGetMapField, internalGetMapFieldReflection, isStringEmpty, makeExtensionsImmutable, makeMutableCopy, makeMutableCopy, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newIntList, newLongList, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int NAME_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
public static final int ENV_FIELD_NUMBER
public static final int CLEAR_ARGS_FIELD_NUMBER
protected Object newInstance(com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter unused)
newInstance in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public String getName()
The name of the container specified as a DNS_LABEL.
string name = 1;getName in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderpublic com.google.protobuf.ByteString getNameBytes()
The name of the container specified as a DNS_LABEL.
string name = 1;getNameBytes in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderpublic com.google.protobuf.ProtocolStringList getArgsList()
Optional. Arguments to the entrypoint. Will replace existing args for override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];getArgsList in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderpublic int getArgsCount()
Optional. Arguments to the entrypoint. Will replace existing args for override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];getArgsCount in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderpublic String getArgs(int index)
Optional. Arguments to the entrypoint. Will replace existing args for override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];getArgs in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderindex - The index of the element to return.public 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];getArgsBytes in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderindex - The index of the value to return.public 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;getEnvList in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderpublic 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;getEnvOrBuilderList in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderpublic 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;getEnvCount in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderpublic 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;getEnv in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderpublic 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;getEnvOrBuilder in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderpublic boolean getClearArgs()
Optional. True if the intention is to clear out existing args list.
bool clear_args = 4 [(.google.api.field_behavior) = OPTIONAL];getClearArgs in interface RunJobRequest.Overrides.ContainerOverrideOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static RunJobRequest.Overrides.ContainerOverride parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseFrom(InputStream input) throws IOException
IOExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static RunJobRequest.Overrides.ContainerOverride parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic RunJobRequest.Overrides.ContainerOverride.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static RunJobRequest.Overrides.ContainerOverride.Builder newBuilder()
public static RunJobRequest.Overrides.ContainerOverride.Builder newBuilder(RunJobRequest.Overrides.ContainerOverride prototype)
public RunJobRequest.Overrides.ContainerOverride.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected RunJobRequest.Overrides.ContainerOverride.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static RunJobRequest.Overrides.ContainerOverride getDefaultInstance()
public static com.google.protobuf.Parser<RunJobRequest.Overrides.ContainerOverride> parser()
public com.google.protobuf.Parser<RunJobRequest.Overrides.ContainerOverride> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public RunJobRequest.Overrides.ContainerOverride getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2025 Google LLC. All rights reserved.