BuildConfig_DockerRegistry class final
Docker Registry to use for storing function Docker images.
- Inheritance
-
- Object
- ProtoEnum
- BuildConfig_DockerRegistry
Constructors
- BuildConfig_DockerRegistry(String value)
-
const
- BuildConfig_DockerRegistry.fromJson(Object? json)
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- isNotDefault → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → String
-
finalinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → String -
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- $default → const BuildConfig_DockerRegistry
- The default value for BuildConfig_DockerRegistry.
- artifactRegistry → const BuildConfig_DockerRegistry
-
Docker images will be stored in regional Artifact Registry repositories.
By default, GCF will create and use repositories named
gcf-artifactsin every region in which a function is deployed. But the repository to use can also be specified by the user using thedocker_repositoryfield. - containerRegistry → const BuildConfig_DockerRegistry
-
Docker images will be stored in multi-regional Container Registry
repositories named
gcf. - dockerRegistryUnspecified → const BuildConfig_DockerRegistry
- Unspecified.