public static enum ReconConfig.ClusteringConfigCase extends Enum<ReconConfig.ClusteringConfigCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
AFFINITY_CLUSTERING_CONFIG |
CLUSTERINGCONFIG_NOT_SET |
CONNECTED_COMPONENTS_CONFIG |
| Modifier and Type | Method and Description |
|---|---|
static ReconConfig.ClusteringConfigCase |
forNumber(int value) |
int |
getNumber() |
static ReconConfig.ClusteringConfigCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ReconConfig.ClusteringConfigCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ReconConfig.ClusteringConfigCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ReconConfig.ClusteringConfigCase CONNECTED_COMPONENTS_CONFIG
public static final ReconConfig.ClusteringConfigCase AFFINITY_CLUSTERING_CONFIG
public static final ReconConfig.ClusteringConfigCase CLUSTERINGCONFIG_NOT_SET
public static ReconConfig.ClusteringConfigCase[] values()
for (ReconConfig.ClusteringConfigCase c : ReconConfig.ClusteringConfigCase.values()) System.out.println(c);
public static ReconConfig.ClusteringConfigCase 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 ReconConfig.ClusteringConfigCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ReconConfig.ClusteringConfigCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2023 Google LLC. All rights reserved.