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