@Generated(value="Generated by the protocol buffer compiler") public enum SuggestionsPopupType extends java.lang.Enum<SuggestionsPopupType> implements com.google.protobuf.ProtocolMessageEnum
Enum Constant and Description |
---|
ADDRESSES
The pop-up contains address suggestions.
|
CREDIT_CARDS |
PASSWORDS
The pop-up contains suggestions from the password store.
|
SIMPLE_VALUES
The pop-up contains suggestions for a single web-form control.
|
SUGGESTIONS_POPUP_TYPE_UNSPECIFIED
Reserved value.
|
UNRECOGNIZED |
Modifier and Type | Field and Description |
---|---|
static int |
ADDRESSES_VALUE
The pop-up contains address suggestions.
|
static int |
CREDIT_CARDS_VALUE |
static int |
PASSWORDS_VALUE
The pop-up contains suggestions from the password store.
|
static int |
SIMPLE_VALUES_VALUE
The pop-up contains suggestions for a single web-form control.
|
static int |
SUGGESTIONS_POPUP_TYPE_UNSPECIFIED_VALUE
Reserved value.
|
Modifier and Type | Method and Description |
---|---|
static SuggestionsPopupType |
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<SuggestionsPopupType> |
internalGetValueMap() |
static SuggestionsPopupType |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static SuggestionsPopupType |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static SuggestionsPopupType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SuggestionsPopupType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuggestionsPopupType SUGGESTIONS_POPUP_TYPE_UNSPECIFIED
public static final SuggestionsPopupType PASSWORDS
public static final SuggestionsPopupType ADDRESSES
public static final SuggestionsPopupType SIMPLE_VALUES
public static final SuggestionsPopupType CREDIT_CARDS
public static final SuggestionsPopupType UNRECOGNIZED
public static final int SUGGESTIONS_POPUP_TYPE_UNSPECIFIED_VALUE
public static final int PASSWORDS_VALUE
public static final int ADDRESSES_VALUE
public static final int SIMPLE_VALUES_VALUE
public static final int CREDIT_CARDS_VALUE
public static SuggestionsPopupType[] values()
for (SuggestionsPopupType c : SuggestionsPopupType.values()) System.out.println(c);
public static SuggestionsPopupType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static SuggestionsPopupType valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static SuggestionsPopupType forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<SuggestionsPopupType> 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 SuggestionsPopupType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)