Send feedback
Class RunJobRequest.Overrides.ContainerOverride (0.39.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version 0.39.0 keyboard_arrow_down
public static final class RunJobRequest . Overrides . ContainerOverride extends GeneratedMessageV3 implements RunJobRequest . Overrides . ContainerOverrideOrBuilder
Per-container override specification.
Protobuf type google.cloud.run.v2.RunJobRequest.Overrides.ContainerOverride
Inherited Members
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT)
com.google.protobuf.GeneratedMessageV3.<ListT>makeMutableCopy(ListT,int)
com.google.protobuf.GeneratedMessageV3.<T>emptyList(java.lang.Class<T>)
com.google.protobuf.GeneratedMessageV3.internalGetMapFieldReflection(int)
Static Fields
ARGS_FIELD_NUMBER
public static final int ARGS_FIELD_NUMBER
Field Value Type Description int
CLEAR_ARGS_FIELD_NUMBER
public static final int CLEAR_ARGS_FIELD_NUMBER
Field Value Type Description int
ENV_FIELD_NUMBER
public static final int ENV_FIELD_NUMBER
Field Value Type Description int
NAME_FIELD_NUMBER
public static final int NAME_FIELD_NUMBER
Field Value Type Description int
Static Methods
getDefaultInstance()
public static RunJobRequest . Overrides . ContainerOverride getDefaultInstance ()
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
newBuilder()
public static RunJobRequest . Overrides . ContainerOverride . Builder newBuilder ()
newBuilder(RunJobRequest.Overrides.ContainerOverride prototype)
public static RunJobRequest . Overrides . ContainerOverride . Builder newBuilder ( RunJobRequest . Overrides . ContainerOverride prototype )
public static RunJobRequest . Overrides . ContainerOverride parseDelimitedFrom ( InputStream input )
public static RunJobRequest . Overrides . ContainerOverride parseDelimitedFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(byte[] data)
public static RunJobRequest . Overrides . ContainerOverride parseFrom ( byte [] data )
Parameter Name Description data
byte []
parseFrom(byte[] data, ExtensionRegistryLite extensionRegistry)
public static RunJobRequest . Overrides . ContainerOverride parseFrom ( byte [] data , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteString data)
public static RunJobRequest . Overrides . ContainerOverride parseFrom ( ByteString data )
parseFrom(ByteString data, ExtensionRegistryLite extensionRegistry)
public static RunJobRequest . Overrides . ContainerOverride parseFrom ( ByteString data , ExtensionRegistryLite extensionRegistry )
public static RunJobRequest . Overrides . ContainerOverride parseFrom ( CodedInputStream input )
public static RunJobRequest . Overrides . ContainerOverride parseFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
public static RunJobRequest . Overrides . ContainerOverride parseFrom ( InputStream input )
public static RunJobRequest . Overrides . ContainerOverride parseFrom ( InputStream input , ExtensionRegistryLite extensionRegistry )
parseFrom(ByteBuffer data)
public static RunJobRequest . Overrides . ContainerOverride parseFrom ( ByteBuffer data )
parseFrom(ByteBuffer data, ExtensionRegistryLite extensionRegistry)
public static RunJobRequest . Overrides . ContainerOverride parseFrom ( ByteBuffer data , ExtensionRegistryLite extensionRegistry )
parser()
public static Parser<RunJobRequest . Overrides . ContainerOverride > parser ()
Methods
equals(Object obj)
public boolean equals ( Object obj )
Parameter Name Description obj
Object
Overrides
getArgs(int index)
public String getArgs ( int index )
Optional. Arguments to the entrypoint. Will replace existing args for
override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter Name Description index
int
The index of the element to return.
Returns Type Description String
The args at the given index.
getArgsBytes(int index)
public ByteString getArgsBytes ( int index )
Optional. Arguments to the entrypoint. Will replace existing args for
override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];
Parameter Name Description index
int
The index of the value to return.
Returns Type Description ByteString
The bytes of the args at the given index.
getArgsCount()
public int getArgsCount ()
Optional. Arguments to the entrypoint. Will replace existing args for
override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description int
The count of args.
getArgsList()
public ProtocolStringList getArgsList ()
Optional. Arguments to the entrypoint. Will replace existing args for
override.
repeated string args = 2 [(.google.api.field_behavior) = OPTIONAL];
getClearArgs()
public boolean getClearArgs ()
Optional. True if the intention is to clear out existing args list.
bool clear_args = 4 [(.google.api.field_behavior) = OPTIONAL];
Returns Type Description boolean
The clearArgs.
getDefaultInstanceForType()
public RunJobRequest . Overrides . ContainerOverride getDefaultInstanceForType ()
getEnv(int index)
public 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;
Parameter Name Description index
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;
Returns Type Description int
getEnvList()
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;
getEnvOrBuilder(int index)
public 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;
Parameter Name Description index
int
getEnvOrBuilderList()
public 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;
Returns Type Description List <? extends com.google.cloud.run.v2.EnvVarOrBuilder >
getName()
The name of the container specified as a DNS_LABEL.
string name = 1;
Returns Type Description String
The name.
getNameBytes()
public ByteString getNameBytes ()
The name of the container specified as a DNS_LABEL.
string name = 1;
Returns Type Description ByteString
The bytes for name.
getParserForType()
public Parser<RunJobRequest . Overrides . ContainerOverride > getParserForType ()
Overrides
getSerializedSize()
public int getSerializedSize ()
Returns Type Description int
Overrides
hashCode()
Returns Type Description int
Overrides
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
newBuilderForType()
public RunJobRequest . Overrides . ContainerOverride . Builder newBuilderForType ()
newBuilderForType(GeneratedMessageV3.BuilderParent parent)
protected RunJobRequest . Overrides . ContainerOverride . Builder newBuilderForType ( GeneratedMessageV3 . BuilderParent parent )
Overrides
newInstance(GeneratedMessageV3.UnusedPrivateParameter unused)
protected Object newInstance ( GeneratedMessageV3 . UnusedPrivateParameter unused )
Overrides
toBuilder()
public RunJobRequest . Overrides . ContainerOverride . Builder toBuilder ()
writeTo(CodedOutputStream output)
public void writeTo ( CodedOutputStream output )
Overrides
Send feedback
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-01-28 UTC.
Need to tell us more?
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-01-28 UTC."],[],[]]