Reference documentation and code samples for the Google Cloud Certificate Manager V1 Client class Scope.
Certificate scope.
Protobuf type google.cloud.certificatemanager.v1.Certificate.Scope
Namespace
Google \ Cloud \ CertificateManager \ V1 \ CertificateMethods
static::name
value
mixed
static::value
name
mixed
Constants
PBDEFAULT
Value: 0
Certificates with default scope are served from core Google data centers.
If unsure, choose this option.
Generated from protobuf enum DEFAULT = 0;
EDGE_CACHE
Value: 1
Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence.
See https://cloud.google.com/vpc/docs/edge-locations .
Generated from protobuf enum EDGE_CACHE = 1;
ALL_REGIONS
Value: 2
Certificates with ALL_REGIONS scope are served from all Google Cloud regions. See https://cloud.google.com/compute/docs/regions-zones .
Generated from protobuf enum ALL_REGIONS = 2;