public static enum WatchCreateRequest.FilterType extends Enum<WatchCreateRequest.FilterType> implements com.google.protobuf.ProtocolMessageEnum
| Enum Constant and Description |
|---|
NODELETE |
NOPUT |
UNRECOGNIZED |
| Modifier and Type | Field and Description |
|---|---|
static int |
NODELETE_VALUE |
static int |
NOPUT_VALUE |
| 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.
|
static WatchCreateRequest.FilterType |
valueOf(String name) |
static WatchCreateRequest.FilterType[] |
values() |
public static final WatchCreateRequest.FilterType NOPUT
public static final WatchCreateRequest.FilterType NODELETE
public static final WatchCreateRequest.FilterType UNRECOGNIZED
public static final int NOPUT_VALUE
public static final int NODELETE_VALUE
public static WatchCreateRequest.FilterType[] values()
public static WatchCreateRequest.FilterType valueOf(String name)
public final int getNumber()
@Deprecated public static WatchCreateRequest.FilterType valueOf(int value)
forNumber(int) instead.public static WatchCreateRequest.FilterType forNumber(int value)
public static com.google.protobuf.Internal.EnumLiteMap<WatchCreateRequest.FilterType> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static WatchCreateRequest.FilterType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Copyright © 2019. All rights reserved.