Enum Class Recommendation.RecommendationCase
java.lang.Object
java.lang.Enum<Recommendation.RecommendationCase>
com.google.ads.googleads.v18.resources.Recommendation.RecommendationCase
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,Serializable,Comparable<Recommendation.RecommendationCase>,Constable
- Enclosing class:
- Recommendation
public static enum Recommendation.RecommendationCase
extends Enum<Recommendation.RecommendationCase>
implements com.google.protobuf.Internal.EnumLite
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) intvalueOf(int value) Deprecated.Returns the enum constant of this class with the specified name.static Recommendation.RecommendationCase[]values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CAMPAIGN_BUDGET_RECOMMENDATION
-
FORECASTING_CAMPAIGN_BUDGET_RECOMMENDATION
-
KEYWORD_RECOMMENDATION
-
TEXT_AD_RECOMMENDATION
-
TARGET_CPA_OPT_IN_RECOMMENDATION
-
MAXIMIZE_CONVERSIONS_OPT_IN_RECOMMENDATION
-
ENHANCED_CPC_OPT_IN_RECOMMENDATION
-
SEARCH_PARTNERS_OPT_IN_RECOMMENDATION
-
MAXIMIZE_CLICKS_OPT_IN_RECOMMENDATION
-
OPTIMIZE_AD_ROTATION_RECOMMENDATION
-
KEYWORD_MATCH_TYPE_RECOMMENDATION
-
MOVE_UNUSED_BUDGET_RECOMMENDATION
-
TARGET_ROAS_OPT_IN_RECOMMENDATION
-
RESPONSIVE_SEARCH_AD_RECOMMENDATION
-
MARGINAL_ROI_CAMPAIGN_BUDGET_RECOMMENDATION
-
USE_BROAD_MATCH_KEYWORD_RECOMMENDATION
-
RESPONSIVE_SEARCH_AD_ASSET_RECOMMENDATION
-
UPGRADE_SMART_SHOPPING_CAMPAIGN_TO_PERFORMANCE_MAX_RECOMMENDATION
public static final Recommendation.RecommendationCase UPGRADE_SMART_SHOPPING_CAMPAIGN_TO_PERFORMANCE_MAX_RECOMMENDATION -
RESPONSIVE_SEARCH_AD_IMPROVE_AD_STRENGTH_RECOMMENDATION
public static final Recommendation.RecommendationCase RESPONSIVE_SEARCH_AD_IMPROVE_AD_STRENGTH_RECOMMENDATION -
DISPLAY_EXPANSION_OPT_IN_RECOMMENDATION
-
UPGRADE_LOCAL_CAMPAIGN_TO_PERFORMANCE_MAX_RECOMMENDATION
public static final Recommendation.RecommendationCase UPGRADE_LOCAL_CAMPAIGN_TO_PERFORMANCE_MAX_RECOMMENDATION -
RAISE_TARGET_CPA_BID_TOO_LOW_RECOMMENDATION
-
FORECASTING_SET_TARGET_ROAS_RECOMMENDATION
-
CALLOUT_ASSET_RECOMMENDATION
-
SITELINK_ASSET_RECOMMENDATION
-
CALL_ASSET_RECOMMENDATION
-
SHOPPING_ADD_AGE_GROUP_RECOMMENDATION
-
SHOPPING_ADD_COLOR_RECOMMENDATION
-
SHOPPING_ADD_GENDER_RECOMMENDATION
-
SHOPPING_ADD_GTIN_RECOMMENDATION
-
SHOPPING_ADD_MORE_IDENTIFIERS_RECOMMENDATION
-
SHOPPING_ADD_SIZE_RECOMMENDATION
-
SHOPPING_ADD_PRODUCTS_TO_CAMPAIGN_RECOMMENDATION
public static final Recommendation.RecommendationCase SHOPPING_ADD_PRODUCTS_TO_CAMPAIGN_RECOMMENDATION -
SHOPPING_FIX_DISAPPROVED_PRODUCTS_RECOMMENDATION
public static final Recommendation.RecommendationCase SHOPPING_FIX_DISAPPROVED_PRODUCTS_RECOMMENDATION -
SHOPPING_TARGET_ALL_OFFERS_RECOMMENDATION
-
SHOPPING_FIX_SUSPENDED_MERCHANT_CENTER_ACCOUNT_RECOMMENDATION
public static final Recommendation.RecommendationCase SHOPPING_FIX_SUSPENDED_MERCHANT_CENTER_ACCOUNT_RECOMMENDATION -
SHOPPING_FIX_MERCHANT_CENTER_ACCOUNT_SUSPENSION_WARNING_RECOMMENDATION
public static final Recommendation.RecommendationCase SHOPPING_FIX_MERCHANT_CENTER_ACCOUNT_SUSPENSION_WARNING_RECOMMENDATION -
SHOPPING_MIGRATE_REGULAR_SHOPPING_CAMPAIGN_OFFERS_TO_PERFORMANCE_MAX_RECOMMENDATION
public static final Recommendation.RecommendationCase SHOPPING_MIGRATE_REGULAR_SHOPPING_CAMPAIGN_OFFERS_TO_PERFORMANCE_MAX_RECOMMENDATION -
DYNAMIC_IMAGE_EXTENSION_OPT_IN_RECOMMENDATION
-
RAISE_TARGET_CPA_RECOMMENDATION
-
LOWER_TARGET_ROAS_RECOMMENDATION
-
PERFORMANCE_MAX_OPT_IN_RECOMMENDATION
-
IMPROVE_PERFORMANCE_MAX_AD_STRENGTH_RECOMMENDATION
public static final Recommendation.RecommendationCase IMPROVE_PERFORMANCE_MAX_AD_STRENGTH_RECOMMENDATION -
MIGRATE_DYNAMIC_SEARCH_ADS_CAMPAIGN_TO_PERFORMANCE_MAX_RECOMMENDATION
public static final Recommendation.RecommendationCase MIGRATE_DYNAMIC_SEARCH_ADS_CAMPAIGN_TO_PERFORMANCE_MAX_RECOMMENDATION -
FORECASTING_SET_TARGET_CPA_RECOMMENDATION
-
SET_TARGET_CPA_RECOMMENDATION
-
SET_TARGET_ROAS_RECOMMENDATION
-
MAXIMIZE_CONVERSION_VALUE_OPT_IN_RECOMMENDATION
public static final Recommendation.RecommendationCase MAXIMIZE_CONVERSION_VALUE_OPT_IN_RECOMMENDATION -
IMPROVE_GOOGLE_TAG_COVERAGE_RECOMMENDATION
-
PERFORMANCE_MAX_FINAL_URL_OPT_IN_RECOMMENDATION
public static final Recommendation.RecommendationCase PERFORMANCE_MAX_FINAL_URL_OPT_IN_RECOMMENDATION -
REFRESH_CUSTOMER_MATCH_LIST_RECOMMENDATION
-
CUSTOM_AUDIENCE_OPT_IN_RECOMMENDATION
-
LEAD_FORM_ASSET_RECOMMENDATION
-
IMPROVE_DEMAND_GEN_AD_STRENGTH_RECOMMENDATION
-
RECOMMENDATION_NOT_SET
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException- if the argument is null
-
forNumber
-
getNumber
public int getNumber()- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-