public static enum ImportKvpb.WriteEngineRequest.ChunkCase extends Enum<ImportKvpb.WriteEngineRequest.ChunkCase> implements com.google.protobuf.Internal.EnumLite
| Enum Constant and Description |
|---|
BATCH |
CHUNK_NOT_SET |
HEAD |
| Modifier and Type | Method and Description |
|---|---|
static ImportKvpb.WriteEngineRequest.ChunkCase |
forNumber(int value) |
int |
getNumber() |
static ImportKvpb.WriteEngineRequest.ChunkCase |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static ImportKvpb.WriteEngineRequest.ChunkCase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImportKvpb.WriteEngineRequest.ChunkCase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImportKvpb.WriteEngineRequest.ChunkCase HEAD
public static final ImportKvpb.WriteEngineRequest.ChunkCase BATCH
public static final ImportKvpb.WriteEngineRequest.ChunkCase CHUNK_NOT_SET
public static ImportKvpb.WriteEngineRequest.ChunkCase[] values()
for (ImportKvpb.WriteEngineRequest.ChunkCase c : ImportKvpb.WriteEngineRequest.ChunkCase.values()) System.out.println(c);
public static ImportKvpb.WriteEngineRequest.ChunkCase 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 ImportKvpb.WriteEngineRequest.ChunkCase valueOf(int value)
forNumber(int) instead.value - The number of the enum to look for.public static ImportKvpb.WriteEngineRequest.ChunkCase forNumber(int value)
public int getNumber()
getNumber in interface com.google.protobuf.Internal.EnumLiteCopyright © 2025 PingCAP. All rights reserved.