Enum AdGroupBidModifier.CriterionCase
- java.lang.Object
-
- java.lang.Enum<AdGroupBidModifier.CriterionCase>
-
- com.google.ads.googleads.v10.resources.AdGroupBidModifier.CriterionCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<AdGroupBidModifier.CriterionCase>
- Enclosing class:
- AdGroupBidModifier
public static enum AdGroupBidModifier.CriterionCase extends java.lang.Enum<AdGroupBidModifier.CriterionCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CRITERION_NOT_SETDEVICEHOTEL_ADVANCE_BOOKING_WINDOWHOTEL_CHECK_IN_DATE_RANGEHOTEL_CHECK_IN_DAYHOTEL_DATE_SELECTION_TYPEHOTEL_LENGTH_OF_STAYPREFERRED_CONTENT
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdGroupBidModifier.CriterionCaseforNumber(int value)intgetNumber()static AdGroupBidModifier.CriterionCasevalueOf(int value)Deprecated.static AdGroupBidModifier.CriterionCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AdGroupBidModifier.CriterionCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
HOTEL_DATE_SELECTION_TYPE
public static final AdGroupBidModifier.CriterionCase HOTEL_DATE_SELECTION_TYPE
-
HOTEL_ADVANCE_BOOKING_WINDOW
public static final AdGroupBidModifier.CriterionCase HOTEL_ADVANCE_BOOKING_WINDOW
-
HOTEL_LENGTH_OF_STAY
public static final AdGroupBidModifier.CriterionCase HOTEL_LENGTH_OF_STAY
-
HOTEL_CHECK_IN_DAY
public static final AdGroupBidModifier.CriterionCase HOTEL_CHECK_IN_DAY
-
DEVICE
public static final AdGroupBidModifier.CriterionCase DEVICE
-
PREFERRED_CONTENT
public static final AdGroupBidModifier.CriterionCase PREFERRED_CONTENT
-
HOTEL_CHECK_IN_DATE_RANGE
public static final AdGroupBidModifier.CriterionCase HOTEL_CHECK_IN_DATE_RANGE
-
CRITERION_NOT_SET
public static final AdGroupBidModifier.CriterionCase CRITERION_NOT_SET
-
-
Method Detail
-
values
public static AdGroupBidModifier.CriterionCase[] 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 (AdGroupBidModifier.CriterionCase c : AdGroupBidModifier.CriterionCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AdGroupBidModifier.CriterionCase 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
-
valueOf
@Deprecated public static AdGroupBidModifier.CriterionCase 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 AdGroupBidModifier.CriterionCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-