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