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