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