BuildConfig class

Describes the Build step of the function that builds a container from the given source.

Constructors

BuildConfig({AutomaticUpdatePolicy? automaticUpdatePolicy, String? build, String? dockerRegistry, String? dockerRepository, String? entryPoint, Map<String, String>? environmentVariables, OnDeployUpdatePolicy? onDeployUpdatePolicy, String? runtime, String? serviceAccount, Source? source, SourceProvenance? sourceProvenance, String? sourceToken, String? workerPool})
BuildConfig.fromJson(Map json_)

Properties

automaticUpdatePolicy AutomaticUpdatePolicy?
getter/setter pair
build String?
The Cloud Build name of the latest successful deployment of the function.
getter/setter pair
dockerRegistry String?
Docker Registry to use for this deployment.
getter/setter pair
dockerRepository String?
Repository in Artifact Registry to which the function docker image will be pushed after it is built by Cloud Build.
getter/setter pair
entryPoint String?
The name of the function (as defined in source code) that will be executed.
getter/setter pair
environmentVariables Map<String, String>?
User-provided build-time environment variables for the function
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
onDeployUpdatePolicy OnDeployUpdatePolicy?
getter/setter pair
runtime String?
The runtime in which to run the function.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceAccount String?
[Preview] Service account to be used for building the container
getter/setter pair
source Source?
The location of the function source code.
getter/setter pair
sourceProvenance SourceProvenance?
A permanent fixed identifier for source.
getter/setter pair
sourceToken String?
An identifier for Firebase function sources.
getter/setter pair
workerPool String?
Name of the Cloud Build Custom Worker Pool that should be used to build the function.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited