public static enum Cluster.ClusterDiscoveryTypeCase extends Enum<Cluster.ClusterDiscoveryTypeCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
CLUSTER_TYPE |
CLUSTERDISCOVERYTYPE_NOT_SET |
TYPE |
| Modifier and Type | Method and Description |
|---|---|
static Cluster.ClusterDiscoveryTypeCase |
forNumber(int value) |
int |
getNumber() |
static Cluster.ClusterDiscoveryTypeCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Cluster.ClusterDiscoveryTypeCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Cluster.ClusterDiscoveryTypeCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Cluster.ClusterDiscoveryTypeCase TYPE
public static final Cluster.ClusterDiscoveryTypeCase CLUSTER_TYPE
public static final Cluster.ClusterDiscoveryTypeCase CLUSTERDISCOVERYTYPE_NOT_SET
public static Cluster.ClusterDiscoveryTypeCase[] values()
for (Cluster.ClusterDiscoveryTypeCase c : Cluster.ClusterDiscoveryTypeCase.values()) System.out.println(c);
public static Cluster.ClusterDiscoveryTypeCase 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 null@Deprecated public static Cluster.ClusterDiscoveryTypeCase valueOf(int value)
forNumber(int) instead.public static Cluster.ClusterDiscoveryTypeCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2018–2021 The Envoy Project. All rights reserved.