Class GoogleCloudRunV2EnvVar
EnvVar represents an environment variable present in a Container.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2EnvVar : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Required. Name of the environment variable. Must not exceed 32768 characters.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Value
Literal value of the environment variable. Defaults to "", and the maximum length is 32768 bytes. Variable references are not supported in Cloud Run.
Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueSource
Source for the environment variable's value.
Declaration
[JsonProperty("valueSource")]
public virtual GoogleCloudRunV2EnvVarSource ValueSource { get; set; }
Property Value
Type | Description |
---|---|
GoogleCloudRunV2EnvVarSource |