Google Cloud Certificate Manager V1 Client - Class Scope (0.3.7)

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

Methods

name

Parameter
NameDescription
value mixed

value

Parameter
NameDescription
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 non-core Google data centers.

Generated from protobuf enum EDGE_CACHE = 1;