Enum ApplyRecommendationOperation.ApplyParametersCase
- java.lang.Object
-
- java.lang.Enum<ApplyRecommendationOperation.ApplyParametersCase>
-
- com.google.ads.googleads.v10.services.ApplyRecommendationOperation.ApplyParametersCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<ApplyRecommendationOperation.ApplyParametersCase>
- Enclosing class:
- ApplyRecommendationOperation
public static enum ApplyRecommendationOperation.ApplyParametersCase extends java.lang.Enum<ApplyRecommendationOperation.ApplyParametersCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ApplyRecommendationOperation.ApplyParametersCaseforNumber(int value)intgetNumber()static ApplyRecommendationOperation.ApplyParametersCasevalueOf(int value)Deprecated.static ApplyRecommendationOperation.ApplyParametersCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ApplyRecommendationOperation.ApplyParametersCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CAMPAIGN_BUDGET
public static final ApplyRecommendationOperation.ApplyParametersCase CAMPAIGN_BUDGET
-
TEXT_AD
public static final ApplyRecommendationOperation.ApplyParametersCase TEXT_AD
-
KEYWORD
public static final ApplyRecommendationOperation.ApplyParametersCase KEYWORD
-
TARGET_CPA_OPT_IN
public static final ApplyRecommendationOperation.ApplyParametersCase TARGET_CPA_OPT_IN
-
TARGET_ROAS_OPT_IN
public static final ApplyRecommendationOperation.ApplyParametersCase TARGET_ROAS_OPT_IN
-
CALLOUT_EXTENSION
public static final ApplyRecommendationOperation.ApplyParametersCase CALLOUT_EXTENSION
-
CALL_EXTENSION
public static final ApplyRecommendationOperation.ApplyParametersCase CALL_EXTENSION
-
SITELINK_EXTENSION
public static final ApplyRecommendationOperation.ApplyParametersCase SITELINK_EXTENSION
-
MOVE_UNUSED_BUDGET
public static final ApplyRecommendationOperation.ApplyParametersCase MOVE_UNUSED_BUDGET
-
RESPONSIVE_SEARCH_AD
public static final ApplyRecommendationOperation.ApplyParametersCase RESPONSIVE_SEARCH_AD
-
USE_BROAD_MATCH_KEYWORD
public static final ApplyRecommendationOperation.ApplyParametersCase USE_BROAD_MATCH_KEYWORD
-
RESPONSIVE_SEARCH_AD_ASSET
public static final ApplyRecommendationOperation.ApplyParametersCase RESPONSIVE_SEARCH_AD_ASSET
-
APPLYPARAMETERS_NOT_SET
public static final ApplyRecommendationOperation.ApplyParametersCase APPLYPARAMETERS_NOT_SET
-
-
Method Detail
-
values
public static ApplyRecommendationOperation.ApplyParametersCase[] 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 (ApplyRecommendationOperation.ApplyParametersCase c : ApplyRecommendationOperation.ApplyParametersCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ApplyRecommendationOperation.ApplyParametersCase 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 ApplyRecommendationOperation.ApplyParametersCase 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 ApplyRecommendationOperation.ApplyParametersCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-