public static enum ClientProtos.Consistency extends Enum<ClientProtos.Consistency> implements com.google.protobuf.ProtocolMessageEnum
Consistency
Consistency defines the expected consistency level for an operation.
Enum Constant and Description |
---|
STRONG
STRONG = 0; |
TIMELINE
TIMELINE = 1; |
Modifier and Type | Field and Description |
---|---|
static int |
STRONG_VALUE
STRONG = 0; |
static int |
TIMELINE_VALUE
TIMELINE = 1; |
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<ClientProtos.Consistency> |
internalGetValueMap() |
static ClientProtos.Consistency |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static ClientProtos.Consistency |
valueOf(int value) |
static ClientProtos.Consistency |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClientProtos.Consistency[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ClientProtos.Consistency STRONG
STRONG = 0;
public static final ClientProtos.Consistency TIMELINE
TIMELINE = 1;
public static final int STRONG_VALUE
STRONG = 0;
public static final int TIMELINE_VALUE
TIMELINE = 1;
public static ClientProtos.Consistency[] values()
for (ClientProtos.Consistency c : ClientProtos.Consistency.values()) System.out.println(c);
public static ClientProtos.Consistency 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 nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
public static ClientProtos.Consistency valueOf(int value)
public static com.google.protobuf.Internal.EnumLiteMap<ClientProtos.Consistency> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static ClientProtos.Consistency valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2007-2016 The Apache Software Foundation. All Rights Reserved.