Enum CloudFunction.DockerRegistry (2.16.0)

public enum CloudFunction.DockerRegistry extends Enum<CloudFunction.DockerRegistry> implements ProtocolMessageEnum

Docker Registry to use for storing function Docker images.

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

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ARTIFACT_REGISTRY

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.

ARTIFACT_REGISTRY = 2;

ARTIFACT_REGISTRY_VALUE

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.

ARTIFACT_REGISTRY = 2;

CONTAINER_REGISTRY

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

CONTAINER_REGISTRY = 1;

CONTAINER_REGISTRY_VALUE

Docker images will be 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

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

Deprecated. Use #forNumber(int) instead.

valueOf(String name)
values()

Methods

NameDescription
getDescriptorForType()
getNumber()
getValueDescriptor()