Show / Hide Table of Contents

Class Config

Additional configuration of the backend for this build.

Inheritance
object
Config
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.FirebaseAppHosting.v1beta.Data
Assembly: Google.Apis.FirebaseAppHosting.v1beta.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX