Package | Description |
---|---|
configpb |
Modifier and Type | Method and Description |
---|---|
static Configpb.StatusCode |
Configpb.StatusCode.forNumber(int value) |
Configpb.StatusCode |
Configpb.StatusOrBuilder.getCode()
.configpb.StatusCode code = 1; |
Configpb.StatusCode |
Configpb.Status.getCode()
.configpb.StatusCode code = 1; |
Configpb.StatusCode |
Configpb.Status.Builder.getCode()
.configpb.StatusCode code = 1; |
static Configpb.StatusCode |
Configpb.StatusCode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Configpb.StatusCode |
Configpb.StatusCode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Configpb.StatusCode |
Configpb.StatusCode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Configpb.StatusCode[] |
Configpb.StatusCode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Configpb.StatusCode> |
Configpb.StatusCode.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Configpb.Status.Builder |
Configpb.Status.Builder.setCode(Configpb.StatusCode value)
.configpb.StatusCode code = 1; |
Copyright © 2024 PingCAP. All rights reserved.