Enum Campaign.CampaignBiddingStrategyCase
- java.lang.Object
-
- java.lang.Enum<Campaign.CampaignBiddingStrategyCase>
-
- com.google.ads.googleads.v10.resources.Campaign.CampaignBiddingStrategyCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<Campaign.CampaignBiddingStrategyCase>
- Enclosing class:
- Campaign
public static enum Campaign.CampaignBiddingStrategyCase extends java.lang.Enum<Campaign.CampaignBiddingStrategyCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BIDDING_STRATEGYCAMPAIGNBIDDINGSTRATEGY_NOT_SETCOMMISSIONMANUAL_CPCMANUAL_CPMMANUAL_CPVMAXIMIZE_CONVERSION_VALUEMAXIMIZE_CONVERSIONSPERCENT_CPCTARGET_CPATARGET_CPMTARGET_IMPRESSION_SHARETARGET_ROASTARGET_SPEND
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static Campaign.CampaignBiddingStrategyCaseforNumber(int value)intgetNumber()static Campaign.CampaignBiddingStrategyCasevalueOf(int value)Deprecated.static Campaign.CampaignBiddingStrategyCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Campaign.CampaignBiddingStrategyCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
BIDDING_STRATEGY
public static final Campaign.CampaignBiddingStrategyCase BIDDING_STRATEGY
-
COMMISSION
public static final Campaign.CampaignBiddingStrategyCase COMMISSION
-
MANUAL_CPC
public static final Campaign.CampaignBiddingStrategyCase MANUAL_CPC
-
MANUAL_CPM
public static final Campaign.CampaignBiddingStrategyCase MANUAL_CPM
-
MANUAL_CPV
public static final Campaign.CampaignBiddingStrategyCase MANUAL_CPV
-
MAXIMIZE_CONVERSIONS
public static final Campaign.CampaignBiddingStrategyCase MAXIMIZE_CONVERSIONS
-
MAXIMIZE_CONVERSION_VALUE
public static final Campaign.CampaignBiddingStrategyCase MAXIMIZE_CONVERSION_VALUE
-
TARGET_CPA
public static final Campaign.CampaignBiddingStrategyCase TARGET_CPA
-
TARGET_IMPRESSION_SHARE
public static final Campaign.CampaignBiddingStrategyCase TARGET_IMPRESSION_SHARE
-
TARGET_ROAS
public static final Campaign.CampaignBiddingStrategyCase TARGET_ROAS
-
TARGET_SPEND
public static final Campaign.CampaignBiddingStrategyCase TARGET_SPEND
-
PERCENT_CPC
public static final Campaign.CampaignBiddingStrategyCase PERCENT_CPC
-
TARGET_CPM
public static final Campaign.CampaignBiddingStrategyCase TARGET_CPM
-
CAMPAIGNBIDDINGSTRATEGY_NOT_SET
public static final Campaign.CampaignBiddingStrategyCase CAMPAIGNBIDDINGSTRATEGY_NOT_SET
-
-
Method Detail
-
values
public static Campaign.CampaignBiddingStrategyCase[] 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 (Campaign.CampaignBiddingStrategyCase c : Campaign.CampaignBiddingStrategyCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static Campaign.CampaignBiddingStrategyCase 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 Campaign.CampaignBiddingStrategyCase 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 Campaign.CampaignBiddingStrategyCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-