Enum VanityPharmaTextEnum.VanityPharmaText
- java.lang.Object
-
- java.lang.Enum<VanityPharmaTextEnum.VanityPharmaText>
-
- com.google.ads.googleads.v15.enums.VanityPharmaTextEnum.VanityPharmaText
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,java.io.Serializable
,java.lang.Comparable<VanityPharmaTextEnum.VanityPharmaText>
- Enclosing class:
- VanityPharmaTextEnum
public static enum VanityPharmaTextEnum.VanityPharmaText extends java.lang.Enum<VanityPharmaTextEnum.VanityPharmaText> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible text.
Protobuf enumgoogle.ads.googleads.v15.enums.VanityPharmaTextEnum.VanityPharmaText
-
-
Enum Constant Summary
Enum Constants Enum Constant Description MEDICAL_DEVICE_WEBSITE_EN
Medical device website with website content in English.MEDICAL_DEVICE_WEBSITE_ES
Medical device website with website content in Spanish (Sitio de dispositivos médicos).PRESCRIPTION_CONTRACEPTION_WEBSITE_EN
Prescription contraception website with website content in English.PRESCRIPTION_CONTRACEPTION_WEBSITE_ES
Prescription contraception website with website content in Spanish (Sitio de anticonceptivos con receta).PRESCRIPTION_DEVICE_WEBSITE_EN
Prescription device website with website content in English.PRESCRIPTION_DEVICE_WEBSITE_ES
Prescription device website with website content in Spanish (Sitio de dispositivos con receta).PRESCRIPTION_TREATMENT_WEBSITE_EN
Prescription treatment website with website content in English.PRESCRIPTION_TREATMENT_WEBSITE_ES
Prescription treatment website with website content in Spanish (Sitio de tratamientos con receta).PRESCRIPTION_VACCINE_WEBSITE_EN
Prescription vaccine website with website content in English.PRESCRIPTION_VACCINE_WEBSITE_ES
Prescription vaccine website with website content in Spanish (Sitio de vacunas con receta).PREVENTATIVE_TREATMENT_WEBSITE_EN
Preventative treatment website with website content in English.PREVENTATIVE_TREATMENT_WEBSITE_ES
Preventative treatment website with website content in Spanish (Sitio de tratamientos preventivos).UNKNOWN
Used for return value only.UNRECOGNIZED
UNSPECIFIED
Not specified.
-
Field Summary
Fields Modifier and Type Field Description static int
MEDICAL_DEVICE_WEBSITE_EN_VALUE
Medical device website with website content in English.static int
MEDICAL_DEVICE_WEBSITE_ES_VALUE
Medical device website with website content in Spanish (Sitio de dispositivos médicos).static int
PRESCRIPTION_CONTRACEPTION_WEBSITE_EN_VALUE
Prescription contraception website with website content in English.static int
PRESCRIPTION_CONTRACEPTION_WEBSITE_ES_VALUE
Prescription contraception website with website content in Spanish (Sitio de anticonceptivos con receta).static int
PRESCRIPTION_DEVICE_WEBSITE_EN_VALUE
Prescription device website with website content in English.static int
PRESCRIPTION_DEVICE_WEBSITE_ES_VALUE
Prescription device website with website content in Spanish (Sitio de dispositivos con receta).static int
PRESCRIPTION_TREATMENT_WEBSITE_EN_VALUE
Prescription treatment website with website content in English.static int
PRESCRIPTION_TREATMENT_WEBSITE_ES_VALUE
Prescription treatment website with website content in Spanish (Sitio de tratamientos con receta).static int
PRESCRIPTION_VACCINE_WEBSITE_EN_VALUE
Prescription vaccine website with website content in English.static int
PRESCRIPTION_VACCINE_WEBSITE_ES_VALUE
Prescription vaccine website with website content in Spanish (Sitio de vacunas con receta).static int
PREVENTATIVE_TREATMENT_WEBSITE_EN_VALUE
Preventative treatment website with website content in English.static int
PREVENTATIVE_TREATMENT_WEBSITE_ES_VALUE
Preventative treatment website with website content in Spanish (Sitio de tratamientos preventivos).static int
UNKNOWN_VALUE
Used for return value only.static int
UNSPECIFIED_VALUE
Not specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static VanityPharmaTextEnum.VanityPharmaText
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<VanityPharmaTextEnum.VanityPharmaText>
internalGetValueMap()
static VanityPharmaTextEnum.VanityPharmaText
valueOf(int value)
Deprecated.static VanityPharmaTextEnum.VanityPharmaText
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static VanityPharmaTextEnum.VanityPharmaText
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static VanityPharmaTextEnum.VanityPharmaText[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final VanityPharmaTextEnum.VanityPharmaText UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final VanityPharmaTextEnum.VanityPharmaText UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
PRESCRIPTION_TREATMENT_WEBSITE_EN
public static final VanityPharmaTextEnum.VanityPharmaText PRESCRIPTION_TREATMENT_WEBSITE_EN
Prescription treatment website with website content in English.
PRESCRIPTION_TREATMENT_WEBSITE_EN = 2;
-
PRESCRIPTION_TREATMENT_WEBSITE_ES
public static final VanityPharmaTextEnum.VanityPharmaText PRESCRIPTION_TREATMENT_WEBSITE_ES
Prescription treatment website with website content in Spanish (Sitio de tratamientos con receta).
PRESCRIPTION_TREATMENT_WEBSITE_ES = 3;
-
PRESCRIPTION_DEVICE_WEBSITE_EN
public static final VanityPharmaTextEnum.VanityPharmaText PRESCRIPTION_DEVICE_WEBSITE_EN
Prescription device website with website content in English.
PRESCRIPTION_DEVICE_WEBSITE_EN = 4;
-
PRESCRIPTION_DEVICE_WEBSITE_ES
public static final VanityPharmaTextEnum.VanityPharmaText PRESCRIPTION_DEVICE_WEBSITE_ES
Prescription device website with website content in Spanish (Sitio de dispositivos con receta).
PRESCRIPTION_DEVICE_WEBSITE_ES = 5;
-
MEDICAL_DEVICE_WEBSITE_EN
public static final VanityPharmaTextEnum.VanityPharmaText MEDICAL_DEVICE_WEBSITE_EN
Medical device website with website content in English.
MEDICAL_DEVICE_WEBSITE_EN = 6;
-
MEDICAL_DEVICE_WEBSITE_ES
public static final VanityPharmaTextEnum.VanityPharmaText MEDICAL_DEVICE_WEBSITE_ES
Medical device website with website content in Spanish (Sitio de dispositivos médicos).
MEDICAL_DEVICE_WEBSITE_ES = 7;
-
PREVENTATIVE_TREATMENT_WEBSITE_EN
public static final VanityPharmaTextEnum.VanityPharmaText PREVENTATIVE_TREATMENT_WEBSITE_EN
Preventative treatment website with website content in English.
PREVENTATIVE_TREATMENT_WEBSITE_EN = 8;
-
PREVENTATIVE_TREATMENT_WEBSITE_ES
public static final VanityPharmaTextEnum.VanityPharmaText PREVENTATIVE_TREATMENT_WEBSITE_ES
Preventative treatment website with website content in Spanish (Sitio de tratamientos preventivos).
PREVENTATIVE_TREATMENT_WEBSITE_ES = 9;
-
PRESCRIPTION_CONTRACEPTION_WEBSITE_EN
public static final VanityPharmaTextEnum.VanityPharmaText PRESCRIPTION_CONTRACEPTION_WEBSITE_EN
Prescription contraception website with website content in English.
PRESCRIPTION_CONTRACEPTION_WEBSITE_EN = 10;
-
PRESCRIPTION_CONTRACEPTION_WEBSITE_ES
public static final VanityPharmaTextEnum.VanityPharmaText PRESCRIPTION_CONTRACEPTION_WEBSITE_ES
Prescription contraception website with website content in Spanish (Sitio de anticonceptivos con receta).
PRESCRIPTION_CONTRACEPTION_WEBSITE_ES = 11;
-
PRESCRIPTION_VACCINE_WEBSITE_EN
public static final VanityPharmaTextEnum.VanityPharmaText PRESCRIPTION_VACCINE_WEBSITE_EN
Prescription vaccine website with website content in English.
PRESCRIPTION_VACCINE_WEBSITE_EN = 12;
-
PRESCRIPTION_VACCINE_WEBSITE_ES
public static final VanityPharmaTextEnum.VanityPharmaText PRESCRIPTION_VACCINE_WEBSITE_ES
Prescription vaccine website with website content in Spanish (Sitio de vacunas con receta).
PRESCRIPTION_VACCINE_WEBSITE_ES = 13;
-
UNRECOGNIZED
public static final VanityPharmaTextEnum.VanityPharmaText UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
Not specified.
UNSPECIFIED = 0;
- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
- See Also:
- Constant Field Values
-
PRESCRIPTION_TREATMENT_WEBSITE_EN_VALUE
public static final int PRESCRIPTION_TREATMENT_WEBSITE_EN_VALUE
Prescription treatment website with website content in English.
PRESCRIPTION_TREATMENT_WEBSITE_EN = 2;
- See Also:
- Constant Field Values
-
PRESCRIPTION_TREATMENT_WEBSITE_ES_VALUE
public static final int PRESCRIPTION_TREATMENT_WEBSITE_ES_VALUE
Prescription treatment website with website content in Spanish (Sitio de tratamientos con receta).
PRESCRIPTION_TREATMENT_WEBSITE_ES = 3;
- See Also:
- Constant Field Values
-
PRESCRIPTION_DEVICE_WEBSITE_EN_VALUE
public static final int PRESCRIPTION_DEVICE_WEBSITE_EN_VALUE
Prescription device website with website content in English.
PRESCRIPTION_DEVICE_WEBSITE_EN = 4;
- See Also:
- Constant Field Values
-
PRESCRIPTION_DEVICE_WEBSITE_ES_VALUE
public static final int PRESCRIPTION_DEVICE_WEBSITE_ES_VALUE
Prescription device website with website content in Spanish (Sitio de dispositivos con receta).
PRESCRIPTION_DEVICE_WEBSITE_ES = 5;
- See Also:
- Constant Field Values
-
MEDICAL_DEVICE_WEBSITE_EN_VALUE
public static final int MEDICAL_DEVICE_WEBSITE_EN_VALUE
Medical device website with website content in English.
MEDICAL_DEVICE_WEBSITE_EN = 6;
- See Also:
- Constant Field Values
-
MEDICAL_DEVICE_WEBSITE_ES_VALUE
public static final int MEDICAL_DEVICE_WEBSITE_ES_VALUE
Medical device website with website content in Spanish (Sitio de dispositivos médicos).
MEDICAL_DEVICE_WEBSITE_ES = 7;
- See Also:
- Constant Field Values
-
PREVENTATIVE_TREATMENT_WEBSITE_EN_VALUE
public static final int PREVENTATIVE_TREATMENT_WEBSITE_EN_VALUE
Preventative treatment website with website content in English.
PREVENTATIVE_TREATMENT_WEBSITE_EN = 8;
- See Also:
- Constant Field Values
-
PREVENTATIVE_TREATMENT_WEBSITE_ES_VALUE
public static final int PREVENTATIVE_TREATMENT_WEBSITE_ES_VALUE
Preventative treatment website with website content in Spanish (Sitio de tratamientos preventivos).
PREVENTATIVE_TREATMENT_WEBSITE_ES = 9;
- See Also:
- Constant Field Values
-
PRESCRIPTION_CONTRACEPTION_WEBSITE_EN_VALUE
public static final int PRESCRIPTION_CONTRACEPTION_WEBSITE_EN_VALUE
Prescription contraception website with website content in English.
PRESCRIPTION_CONTRACEPTION_WEBSITE_EN = 10;
- See Also:
- Constant Field Values
-
PRESCRIPTION_CONTRACEPTION_WEBSITE_ES_VALUE
public static final int PRESCRIPTION_CONTRACEPTION_WEBSITE_ES_VALUE
Prescription contraception website with website content in Spanish (Sitio de anticonceptivos con receta).
PRESCRIPTION_CONTRACEPTION_WEBSITE_ES = 11;
- See Also:
- Constant Field Values
-
PRESCRIPTION_VACCINE_WEBSITE_EN_VALUE
public static final int PRESCRIPTION_VACCINE_WEBSITE_EN_VALUE
Prescription vaccine website with website content in English.
PRESCRIPTION_VACCINE_WEBSITE_EN = 12;
- See Also:
- Constant Field Values
-
PRESCRIPTION_VACCINE_WEBSITE_ES_VALUE
public static final int PRESCRIPTION_VACCINE_WEBSITE_ES_VALUE
Prescription vaccine website with website content in Spanish (Sitio de vacunas con receta).
PRESCRIPTION_VACCINE_WEBSITE_ES = 13;
- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static VanityPharmaTextEnum.VanityPharmaText[] 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 (VanityPharmaTextEnum.VanityPharmaText c : VanityPharmaTextEnum.VanityPharmaText.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static VanityPharmaTextEnum.VanityPharmaText valueOf(java.lang.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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static VanityPharmaTextEnum.VanityPharmaText 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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
forNumber
public static VanityPharmaTextEnum.VanityPharmaText 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<VanityPharmaTextEnum.VanityPharmaText> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
-
valueOf
public static VanityPharmaTextEnum.VanityPharmaText 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:
java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null
-
-