Enum WebpageConditionOperandEnum.WebpageConditionOperand
- java.lang.Object
-
- java.lang.Enum<WebpageConditionOperandEnum.WebpageConditionOperand>
-
- com.google.ads.googleads.v10.enums.WebpageConditionOperandEnum.WebpageConditionOperand
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<WebpageConditionOperandEnum.WebpageConditionOperand>
- Enclosing class:
- WebpageConditionOperandEnum
public static enum WebpageConditionOperandEnum.WebpageConditionOperand extends java.lang.Enum<WebpageConditionOperandEnum.WebpageConditionOperand> implements com.google.protobuf.ProtocolMessageEnum
The webpage condition operand in webpage criterion.
Protobuf enumgoogle.ads.googleads.v10.enums.WebpageConditionOperandEnum.WebpageConditionOperand
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CATEGORYOperand denoting a webpage category targeting condition.CUSTOM_LABELOperand denoting a webpage custom label targeting condition.PAGE_CONTENTOperand denoting a webpage content targeting condition.PAGE_TITLEOperand denoting a webpage title targeting condition.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.URLOperand denoting a webpage URL targeting condition.
-
Field Summary
Fields Modifier and Type Field Description static intCATEGORY_VALUEOperand denoting a webpage category targeting condition.static intCUSTOM_LABEL_VALUEOperand denoting a webpage custom label targeting condition.static intPAGE_CONTENT_VALUEOperand denoting a webpage content targeting condition.static intPAGE_TITLE_VALUEOperand denoting a webpage title targeting condition.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.static intURL_VALUEOperand denoting a webpage URL targeting condition.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static WebpageConditionOperandEnum.WebpageConditionOperandforNumber(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<WebpageConditionOperandEnum.WebpageConditionOperand>internalGetValueMap()static WebpageConditionOperandEnum.WebpageConditionOperandvalueOf(int value)Deprecated.static WebpageConditionOperandEnum.WebpageConditionOperandvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static WebpageConditionOperandEnum.WebpageConditionOperandvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static WebpageConditionOperandEnum.WebpageConditionOperand[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final WebpageConditionOperandEnum.WebpageConditionOperand UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final WebpageConditionOperandEnum.WebpageConditionOperand UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
URL
public static final WebpageConditionOperandEnum.WebpageConditionOperand URL
Operand denoting a webpage URL targeting condition.
URL = 2;
-
CATEGORY
public static final WebpageConditionOperandEnum.WebpageConditionOperand CATEGORY
Operand denoting a webpage category targeting condition.
CATEGORY = 3;
-
PAGE_TITLE
public static final WebpageConditionOperandEnum.WebpageConditionOperand PAGE_TITLE
Operand denoting a webpage title targeting condition.
PAGE_TITLE = 4;
-
PAGE_CONTENT
public static final WebpageConditionOperandEnum.WebpageConditionOperand PAGE_CONTENT
Operand denoting a webpage content targeting condition.
PAGE_CONTENT = 5;
-
CUSTOM_LABEL
public static final WebpageConditionOperandEnum.WebpageConditionOperand CUSTOM_LABEL
Operand denoting a webpage custom label targeting condition.
CUSTOM_LABEL = 6;
-
UNRECOGNIZED
public static final WebpageConditionOperandEnum.WebpageConditionOperand 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
-
URL_VALUE
public static final int URL_VALUE
Operand denoting a webpage URL targeting condition.
URL = 2;- See Also:
- Constant Field Values
-
CATEGORY_VALUE
public static final int CATEGORY_VALUE
Operand denoting a webpage category targeting condition.
CATEGORY = 3;- See Also:
- Constant Field Values
-
PAGE_TITLE_VALUE
public static final int PAGE_TITLE_VALUE
Operand denoting a webpage title targeting condition.
PAGE_TITLE = 4;- See Also:
- Constant Field Values
-
PAGE_CONTENT_VALUE
public static final int PAGE_CONTENT_VALUE
Operand denoting a webpage content targeting condition.
PAGE_CONTENT = 5;- See Also:
- Constant Field Values
-
CUSTOM_LABEL_VALUE
public static final int CUSTOM_LABEL_VALUE
Operand denoting a webpage custom label targeting condition.
CUSTOM_LABEL = 6;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static WebpageConditionOperandEnum.WebpageConditionOperand[] 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 (WebpageConditionOperandEnum.WebpageConditionOperand c : WebpageConditionOperandEnum.WebpageConditionOperand.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static WebpageConditionOperandEnum.WebpageConditionOperand 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:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static WebpageConditionOperandEnum.WebpageConditionOperand 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 WebpageConditionOperandEnum.WebpageConditionOperand 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<WebpageConditionOperandEnum.WebpageConditionOperand> 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 WebpageConditionOperandEnum.WebpageConditionOperand 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
-
-