Package com.google.cloud.retail.v2beta
Enum CatalogAttribute.SearchableOption
- java.lang.Object
-
- java.lang.Enum<CatalogAttribute.SearchableOption>
-
- com.google.cloud.retail.v2beta.CatalogAttribute.SearchableOption
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<CatalogAttribute.SearchableOption>
- Enclosing class:
- CatalogAttribute
public static enum CatalogAttribute.SearchableOption extends Enum<CatalogAttribute.SearchableOption> implements com.google.protobuf.ProtocolMessageEnum
The status of the searchable option of a catalog attribute.
Protobuf enumgoogle.cloud.retail.v2beta.CatalogAttribute.SearchableOption
-
-
Enum Constant Summary
Enum Constants Enum Constant Description SEARCHABLE_DISABLEDSearchable option disabled for an attribute.SEARCHABLE_ENABLEDSearchable option enabled for an attribute.SEARCHABLE_OPTION_UNSPECIFIEDValue used when unset.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static intSEARCHABLE_DISABLED_VALUESearchable option disabled for an attribute.static intSEARCHABLE_ENABLED_VALUESearchable option enabled for an attribute.static intSEARCHABLE_OPTION_UNSPECIFIED_VALUEValue used when unset.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CatalogAttribute.SearchableOptionforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<CatalogAttribute.SearchableOption>internalGetValueMap()static CatalogAttribute.SearchableOptionvalueOf(int value)Deprecated.static CatalogAttribute.SearchableOptionvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CatalogAttribute.SearchableOptionvalueOf(String name)Returns the enum constant of this type with the specified name.static CatalogAttribute.SearchableOption[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SEARCHABLE_OPTION_UNSPECIFIED
public static final CatalogAttribute.SearchableOption SEARCHABLE_OPTION_UNSPECIFIED
Value used when unset.
SEARCHABLE_OPTION_UNSPECIFIED = 0;
-
SEARCHABLE_ENABLED
public static final CatalogAttribute.SearchableOption SEARCHABLE_ENABLED
Searchable option enabled for an attribute.
SEARCHABLE_ENABLED = 1;
-
SEARCHABLE_DISABLED
public static final CatalogAttribute.SearchableOption SEARCHABLE_DISABLED
Searchable option disabled for an attribute.
SEARCHABLE_DISABLED = 2;
-
UNRECOGNIZED
public static final CatalogAttribute.SearchableOption UNRECOGNIZED
-
-
Field Detail
-
SEARCHABLE_OPTION_UNSPECIFIED_VALUE
public static final int SEARCHABLE_OPTION_UNSPECIFIED_VALUE
Value used when unset.
SEARCHABLE_OPTION_UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
SEARCHABLE_ENABLED_VALUE
public static final int SEARCHABLE_ENABLED_VALUE
Searchable option enabled for an attribute.
SEARCHABLE_ENABLED = 1;- See Also:
- Constant Field Values
-
SEARCHABLE_DISABLED_VALUE
public static final int SEARCHABLE_DISABLED_VALUE
Searchable option disabled for an attribute.
SEARCHABLE_DISABLED = 2;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CatalogAttribute.SearchableOption[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (CatalogAttribute.SearchableOption c : CatalogAttribute.SearchableOption.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CatalogAttribute.SearchableOption valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static CatalogAttribute.SearchableOption valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
value- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
public static CatalogAttribute.SearchableOption forNumber(int value)
- Parameters:
value- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<CatalogAttribute.SearchableOption> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptorin interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForTypein interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static CatalogAttribute.SearchableOption valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
desc- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
-