Enum Certificate.Scope (0.44.0)

public enum Certificate.Scope extends Enum<Certificate.Scope> implements ProtocolMessageEnum

Certificate scope.

Protobuf enum google.cloud.certificatemanager.v1.Certificate.Scope

Implements

ProtocolMessageEnum

Static Fields

NameDescription
ALL_REGIONS

Certificates with ALL_REGIONS scope are served from all Google Cloud regions. See https://cloud.google.com/compute/docs/regions-zones.

ALL_REGIONS = 2;

ALL_REGIONS_VALUE

Certificates with ALL_REGIONS scope are served from all Google Cloud regions. See https://cloud.google.com/compute/docs/regions-zones.

ALL_REGIONS = 2;

DEFAULT

Certificates with default scope are served from core Google data centers. If unsure, choose this option.

DEFAULT = 0;

DEFAULT_VALUE

Certificates with default scope are served from core Google data centers. If unsure, choose this option.

DEFAULT = 0;

EDGE_CACHE

Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations.

EDGE_CACHE = 1;

EDGE_CACHE_VALUE

Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations.

EDGE_CACHE = 1;

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()