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