Enum CloudFunction.DockerRegistry (2.33.0)

publicenumCloudFunction.DockerRegistryextendsEnum<CloudFunction.DockerRegistry>implementsProtocolMessageEnum

Docker Registry to use for storing function Docker images.

Protobuf enum google.cloud.functions.v1.CloudFunction.DockerRegistry

Implements

ProtocolMessageEnum

Static Fields

Name Description
ARTIFACT_REGISTRY

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.

ARTIFACT_REGISTRY = 2;

ARTIFACT_REGISTRY_VALUE

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.

ARTIFACT_REGISTRY = 2;

CONTAINER_REGISTRY

Docker images are stored in multi-regional Container Registry repositories named gcf.

CONTAINER_REGISTRY = 1;

CONTAINER_REGISTRY_VALUE

Docker images are stored in multi-regional Container Registry repositories named gcf.

CONTAINER_REGISTRY = 1;

DOCKER_REGISTRY_UNSPECIFIED

Unspecified.

DOCKER_REGISTRY_UNSPECIFIED = 0;

DOCKER_REGISTRY_UNSPECIFIED_VALUE

Unspecified.

DOCKER_REGISTRY_UNSPECIFIED = 0;

UNRECOGNIZED

Static Methods

Name Description
forNumber(int value)
getDescriptor()
internalGetValueMap()
valueOf(Descriptors.EnumValueDescriptor desc)
valueOf(int value)

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

Name Description
getDescriptorForType()
getNumber()
getValueDescriptor()

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年10月30日 UTC.