Reference documentation and code samples for the Google Cloud Functions V1 Client class DockerRegistry.
Docker Registry to use for storing function Docker images.
Protobuf type google.cloud.functions.v1.CloudFunction.DockerRegistry
Methods
name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
value
Parameter | |
---|---|
Name | Description |
name |
mixed
|
Constants
DOCKER_REGISTRY_UNSPECIFIED
Value: 0
Unspecified.
Generated from protobuf enum DOCKER_REGISTRY_UNSPECIFIED = 0;
CONTAINER_REGISTRY
Value: 1
Docker images are stored in multi-regional Container Registry
repositories named gcf
.
Generated from protobuf enum CONTAINER_REGISTRY = 1;
ARTIFACT_REGISTRY
Value: 2
Docker images are stored in regional Artifact Registry repositories.
By default, Cloud Functions creates and uses 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 by using the
docker_repository
field.
Generated from protobuf enum ARTIFACT_REGISTRY = 2;