BuildConfig_DockerRegistry class final

Docker Registry to use for storing function Docker images.

Inheritance
  • Object
  • ProtoEnum
  • BuildConfig_DockerRegistry

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-artifacts in every region in which a function is deployed. But the repository to use can also be specified by the user using the docker_repository field.
containerRegistry → const BuildConfig_DockerRegistry
Docker images will be stored in multi-regional Container Registry repositories named gcf.
dockerRegistryUnspecified → const BuildConfig_DockerRegistry
Unspecified.