public enum Certificate.Scope extends Enum<Certificate.Scope> implements ProtocolMessageEnum
Certificate scope.
Protobuf enum google.cloud.certificatemanager.v1.Certificate.Scope
Implements
ProtocolMessageEnumStatic Fields |
|
---|---|
Name | Description |
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_VALUE |
Certificates with ALL_REGIONS scope are served from all Google Cloud regions. See https://cloud.google.com/compute/docs/regions-zones. |
DEFAULT |
Certificates with default scope are served from core Google data centers. If unsure, choose this option. |
DEFAULT_VALUE |
Certificates with default scope are served from core Google data centers. If unsure, choose this option. |
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_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. |
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() |