public sealed class EnvVar : IMessage<EnvVar>, IEquatable<EnvVar>, IDeepCloneable<EnvVar>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class EnvVar.
EnvVar represents an environment variable present in a Container.
Namespace
Google.Cloud.Run.V2Assembly
Google.Cloud.Run.V2.dll
Constructors
EnvVar()
public EnvVar()
EnvVar(EnvVar)
public EnvVar(EnvVar other)
Parameter | |
---|---|
Name | Description |
other |
EnvVar |
Properties
HasValue
public bool HasValue { get; }
Gets whether the "value" field is set
Property Value | |
---|---|
Type | Description |
bool |
Name
public string Name { get; set; }
Required. Name of the environment variable. Must not exceed 32768 characters.
Property Value | |
---|---|
Type | Description |
string |
Value
public string Value { get; set; }
Literal value of the environment variable. Defaults to "", and the maximum length is 32768 bytes. Variable references are not supported in Cloud Run.
Property Value | |
---|---|
Type | Description |
string |
ValueSource
public EnvVarSource ValueSource { get; set; }
Source for the environment variable's value.
Property Value | |
---|---|
Type | Description |
EnvVarSource |
ValuesCase
public EnvVar.ValuesOneofCase ValuesCase { get; }
Property Value | |
---|---|
Type | Description |
EnvVarValuesOneofCase |