Class Config
Additional configuration of the backend for this build.
Implements
Inherited Members
Namespace: Google.Apis.FirebaseAppHosting.v1.Data
Assembly: Google.Apis.FirebaseAppHosting.v1.dll
Syntax
public class Config : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Env
Optional. Supplied environment variables for a specific build. Provided at Build creation time and immutable afterwards. This field is only applicable for Builds using a build image - (e.g., ContainerSource or ArchiveSource with locally_build_source) Attempts to set this for other build types will result in an error
Declaration
[JsonProperty("env")]
public virtual IList<EnvironmentVariable> Env { get; set; }
Property Value
| Type | Description |
|---|---|
| IList<EnvironmentVariable> |
RunConfig
Optional. Additional configuration of the Cloud Run
service.
Declaration
[JsonProperty("runConfig")]
public virtual RunConfig RunConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| RunConfig |