public static enum Certificate.Scope extends Enum<Certificate.Scope> implements com.google.protobuf.ProtocolMessageEnum
Certificate scope.Protobuf enum
google.cloud.certificatemanager.v1.Certificate.Scope| Enum Constant and Description |
|---|
DEFAULT
Certificates with default scope are served from core Google data centers.
|
EDGE_CACHE
Certificates with scope EDGE_CACHE are special-purposed certificates,
served from non-core Google data centers.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_VALUE
Certificates with default scope are served from core Google data centers.
|
static int |
EDGE_CACHE_VALUE
Certificates with scope EDGE_CACHE are special-purposed certificates,
served from non-core Google data centers.
|
| Modifier and Type | Method and Description |
|---|---|
static Certificate.Scope |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<Certificate.Scope> |
internalGetValueMap() |
static Certificate.Scope |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Certificate.Scope |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Certificate.Scope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Certificate.Scope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Certificate.Scope DEFAULT
Certificates with default scope are served from core Google data centers. If unsure, choose this option.
DEFAULT = 0;public static final Certificate.Scope EDGE_CACHE
Certificates with scope EDGE_CACHE are special-purposed certificates, served from non-core Google data centers.
EDGE_CACHE = 1;public static final Certificate.Scope UNRECOGNIZED
public static final int DEFAULT_VALUE
Certificates with default scope are served from core Google data centers. If unsure, choose this option.
DEFAULT = 0;public static final int EDGE_CACHE_VALUE
Certificates with scope EDGE_CACHE are special-purposed certificates, served from non-core Google data centers.
EDGE_CACHE = 1;public static Certificate.Scope[] values()
for (Certificate.Scope c : Certificate.Scope.values()) System.out.println(c);
public static Certificate.Scope valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic final int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static Certificate.Scope valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static Certificate.Scope forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<Certificate.Scope> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static Certificate.Scope valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2024 Google LLC. All rights reserved.