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