BuildConfig class
Describes the Build step of the function that builds a container from the given source.
Constructors
-
BuildConfig({String? build, String? dockerRepository, String? entryPoint, Map<
String, String> ? environmentVariables, String? runtime, Source? source, SourceProvenance? sourceProvenance, String? workerPool}) - BuildConfig.fromJson(Map _json)
Properties
- build ↔ String?
-
The Cloud Build name of the latest successful deployment of the function.
getter/setter pair
- dockerRepository ↔ String?
-
User managed repository created in Artifact Registry optionally with a
customer managed encryption key.
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
- 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
- source ↔ Source?
-
The location of the function source code.
getter/setter pair
- sourceProvenance ↔ SourceProvenance?
-
A permanent fixed identifier for source.
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