public sealed class RunJobRequest.Types.Overrides.Types.ContainerOverride : IMessage<RunJobRequest.Types.Overrides.Types.ContainerOverride>, IEquatable<RunJobRequest.Types.Overrides.Types.ContainerOverride>, IDeepCloneable<RunJobRequest.Types.Overrides.Types.ContainerOverride>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class RunJobRequest.Types.Overrides.Types.ContainerOverride.
Per-container override specification.
Implements
IMessageRunJobRequestTypesOverridesTypesContainerOverride, IEquatableRunJobRequestTypesOverridesTypesContainerOverride, IDeepCloneableRunJobRequestTypesOverridesTypesContainerOverride, IBufferMessage, IMessageNamespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
ContainerOverride()
public ContainerOverride()
ContainerOverride(ContainerOverride)
public ContainerOverride(RunJobRequest.Types.Overrides.Types.ContainerOverride other)
Parameter | |
---|---|
Name | Description |
other |
RunJobRequestTypesOverridesTypesContainerOverride |
Properties
Args
public RepeatedField<string> Args { get; }
Optional. Arguments to the entrypoint. Will replace existing args for override.
Property Value | |
---|---|
Type | Description |
RepeatedFieldstring |
ClearArgs
public bool ClearArgs { get; set; }
Optional. True if the intention is to clear out existing args list.
Property Value | |
---|---|
Type | Description |
bool |
Env
public RepeatedField<EnvVar> Env { get; }
List of environment variables to set in the container. Will be merged with existing env for override.
Property Value | |
---|---|
Type | Description |
RepeatedFieldEnvVar |
Name
public string Name { get; set; }
The name of the container specified as a DNS_LABEL.
Property Value | |
---|---|
Type | Description |
string |