public static enum WatchCreateRequest.FilterType extends Enum<WatchCreateRequest.FilterType> implements com.google.protobuf.ProtocolMessageEnum
etcdserverpb.WatchCreateRequest.FilterType| Enum Constant and Description |
|---|
NODELETE
filter out delete event.
|
NOPUT
filter out put event.
|
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NODELETE_VALUE
filter out delete event.
|
static int |
NOPUT_VALUE
filter out put event.
|
| Modifier and Type | Method and Description |
|---|---|
static WatchCreateRequest.FilterType |
forNumber(int value) |
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<WatchCreateRequest.FilterType> |
internalGetValueMap() |
static WatchCreateRequest.FilterType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static WatchCreateRequest.FilterType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static WatchCreateRequest.FilterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static WatchCreateRequest.FilterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final WatchCreateRequest.FilterType NOPUT
filter out put event.
NOPUT = 0;public static final WatchCreateRequest.FilterType NODELETE
filter out delete event.
NODELETE = 1;public static final WatchCreateRequest.FilterType UNRECOGNIZED
public static final int NOPUT_VALUE
filter out put event.
NOPUT = 0;public static final int NODELETE_VALUE
filter out delete event.
NODELETE = 1;public static WatchCreateRequest.FilterType[] values()
for (WatchCreateRequest.FilterType c : WatchCreateRequest.FilterType.values()) System.out.println(c);
public static WatchCreateRequest.FilterType 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.EnumLitegetNumber in interface com.google.protobuf.ProtocolMessageEnum@Deprecated public static WatchCreateRequest.FilterType valueOf(int value)
forNumber(int) instead.value - The numeric wire value of the corresponding enum entry.public static WatchCreateRequest.FilterType forNumber(int value)
value - The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<WatchCreateRequest.FilterType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnumpublic final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType in interface com.google.protobuf.ProtocolMessageEnumpublic static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static WatchCreateRequest.FilterType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2022. All rights reserved.