Enum KeywordPlanErrorEnum.KeywordPlanError
- java.lang.Object
-
- java.lang.Enum<KeywordPlanErrorEnum.KeywordPlanError>
-
- com.google.ads.googleads.v10.errors.KeywordPlanErrorEnum.KeywordPlanError
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<KeywordPlanErrorEnum.KeywordPlanError>
- Enclosing class:
- KeywordPlanErrorEnum
public static enum KeywordPlanErrorEnum.KeywordPlanError extends java.lang.Enum<KeywordPlanErrorEnum.KeywordPlanError> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible errors from applying a keyword plan.
Protobuf enumgoogle.ads.googleads.v10.errors.KeywordPlanErrorEnum.KeywordPlanError
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BID_MULTIPLIER_OUT_OF_RANGEThe plan's bid multiplier value is outside the valid range.BID_TOO_HIGHThe plan's bid value is too high.BID_TOO_LOWThe plan's bid value is too low.BID_TOO_MANY_FRACTIONAL_DIGITSThe plan's cpc bid is not a multiple of the minimum billable unit.DAILY_BUDGET_TOO_LOWThe plan's daily budget value is too low.DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITSThe plan's daily budget is not a multiple of the minimum billable unit.INVALID_FORECAST_DATE_RANGEThe plan's forecast_period has invalid forecast date range.INVALID_NAMEThe plan's name is invalid.INVALID_VALUEThe input has an invalid value.KEYWORD_PLAN_HAS_NO_KEYWORDSThe plan has no keyword.KEYWORD_PLAN_NOT_ENABLEDThe plan is not enabled and API cannot provide mutation, forecast or stats.KEYWORD_PLAN_NOT_FOUNDThe requested plan cannot be found for providing forecast or stats.MISSING_BIDThe plan is missing a cpc bid.MISSING_FORECAST_PERIODThe plan is missing required forecast_period field.UNKNOWNThe received error code is not known in this version.UNRECOGNIZEDUNSPECIFIEDEnum unspecified.
-
Field Summary
Fields Modifier and Type Field Description static intBID_MULTIPLIER_OUT_OF_RANGE_VALUEThe plan's bid multiplier value is outside the valid range.static intBID_TOO_HIGH_VALUEThe plan's bid value is too high.static intBID_TOO_LOW_VALUEThe plan's bid value is too low.static intBID_TOO_MANY_FRACTIONAL_DIGITS_VALUEThe plan's cpc bid is not a multiple of the minimum billable unit.static intDAILY_BUDGET_TOO_LOW_VALUEThe plan's daily budget value is too low.static intDAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS_VALUEThe plan's daily budget is not a multiple of the minimum billable unit.static intINVALID_FORECAST_DATE_RANGE_VALUEThe plan's forecast_period has invalid forecast date range.static intINVALID_NAME_VALUEThe plan's name is invalid.static intINVALID_VALUE_VALUEThe input has an invalid value.static intKEYWORD_PLAN_HAS_NO_KEYWORDS_VALUEThe plan has no keyword.static intKEYWORD_PLAN_NOT_ENABLED_VALUEThe plan is not enabled and API cannot provide mutation, forecast or stats.static intKEYWORD_PLAN_NOT_FOUND_VALUEThe requested plan cannot be found for providing forecast or stats.static intMISSING_BID_VALUEThe plan is missing a cpc bid.static intMISSING_FORECAST_PERIOD_VALUEThe plan is missing required forecast_period field.static intUNKNOWN_VALUEThe received error code is not known in this version.static intUNSPECIFIED_VALUEEnum unspecified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static KeywordPlanErrorEnum.KeywordPlanErrorforNumber(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<KeywordPlanErrorEnum.KeywordPlanError>internalGetValueMap()static KeywordPlanErrorEnum.KeywordPlanErrorvalueOf(int value)Deprecated.static KeywordPlanErrorEnum.KeywordPlanErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static KeywordPlanErrorEnum.KeywordPlanErrorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static KeywordPlanErrorEnum.KeywordPlanError[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final KeywordPlanErrorEnum.KeywordPlanError UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final KeywordPlanErrorEnum.KeywordPlanError UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1;
-
BID_MULTIPLIER_OUT_OF_RANGE
public static final KeywordPlanErrorEnum.KeywordPlanError BID_MULTIPLIER_OUT_OF_RANGE
The plan's bid multiplier value is outside the valid range.
BID_MULTIPLIER_OUT_OF_RANGE = 2;
-
BID_TOO_HIGH
public static final KeywordPlanErrorEnum.KeywordPlanError BID_TOO_HIGH
The plan's bid value is too high.
BID_TOO_HIGH = 3;
-
BID_TOO_LOW
public static final KeywordPlanErrorEnum.KeywordPlanError BID_TOO_LOW
The plan's bid value is too low.
BID_TOO_LOW = 4;
-
BID_TOO_MANY_FRACTIONAL_DIGITS
public static final KeywordPlanErrorEnum.KeywordPlanError BID_TOO_MANY_FRACTIONAL_DIGITS
The plan's cpc bid is not a multiple of the minimum billable unit.
BID_TOO_MANY_FRACTIONAL_DIGITS = 5;
-
DAILY_BUDGET_TOO_LOW
public static final KeywordPlanErrorEnum.KeywordPlanError DAILY_BUDGET_TOO_LOW
The plan's daily budget value is too low.
DAILY_BUDGET_TOO_LOW = 6;
-
DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS
public static final KeywordPlanErrorEnum.KeywordPlanError DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS
The plan's daily budget is not a multiple of the minimum billable unit.
DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS = 7;
-
INVALID_VALUE
public static final KeywordPlanErrorEnum.KeywordPlanError INVALID_VALUE
The input has an invalid value.
INVALID_VALUE = 8;
-
KEYWORD_PLAN_HAS_NO_KEYWORDS
public static final KeywordPlanErrorEnum.KeywordPlanError KEYWORD_PLAN_HAS_NO_KEYWORDS
The plan has no keyword.
KEYWORD_PLAN_HAS_NO_KEYWORDS = 9;
-
KEYWORD_PLAN_NOT_ENABLED
public static final KeywordPlanErrorEnum.KeywordPlanError KEYWORD_PLAN_NOT_ENABLED
The plan is not enabled and API cannot provide mutation, forecast or stats.
KEYWORD_PLAN_NOT_ENABLED = 10;
-
KEYWORD_PLAN_NOT_FOUND
public static final KeywordPlanErrorEnum.KeywordPlanError KEYWORD_PLAN_NOT_FOUND
The requested plan cannot be found for providing forecast or stats.
KEYWORD_PLAN_NOT_FOUND = 11;
-
MISSING_BID
public static final KeywordPlanErrorEnum.KeywordPlanError MISSING_BID
The plan is missing a cpc bid.
MISSING_BID = 13;
-
MISSING_FORECAST_PERIOD
public static final KeywordPlanErrorEnum.KeywordPlanError MISSING_FORECAST_PERIOD
The plan is missing required forecast_period field.
MISSING_FORECAST_PERIOD = 14;
-
INVALID_FORECAST_DATE_RANGE
public static final KeywordPlanErrorEnum.KeywordPlanError INVALID_FORECAST_DATE_RANGE
The plan's forecast_period has invalid forecast date range.
INVALID_FORECAST_DATE_RANGE = 15;
-
INVALID_NAME
public static final KeywordPlanErrorEnum.KeywordPlanError INVALID_NAME
The plan's name is invalid.
INVALID_NAME = 16;
-
UNRECOGNIZED
public static final KeywordPlanErrorEnum.KeywordPlanError UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
Enum unspecified.
UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
The received error code is not known in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
BID_MULTIPLIER_OUT_OF_RANGE_VALUE
public static final int BID_MULTIPLIER_OUT_OF_RANGE_VALUE
The plan's bid multiplier value is outside the valid range.
BID_MULTIPLIER_OUT_OF_RANGE = 2;- See Also:
- Constant Field Values
-
BID_TOO_HIGH_VALUE
public static final int BID_TOO_HIGH_VALUE
The plan's bid value is too high.
BID_TOO_HIGH = 3;- See Also:
- Constant Field Values
-
BID_TOO_LOW_VALUE
public static final int BID_TOO_LOW_VALUE
The plan's bid value is too low.
BID_TOO_LOW = 4;- See Also:
- Constant Field Values
-
BID_TOO_MANY_FRACTIONAL_DIGITS_VALUE
public static final int BID_TOO_MANY_FRACTIONAL_DIGITS_VALUE
The plan's cpc bid is not a multiple of the minimum billable unit.
BID_TOO_MANY_FRACTIONAL_DIGITS = 5;- See Also:
- Constant Field Values
-
DAILY_BUDGET_TOO_LOW_VALUE
public static final int DAILY_BUDGET_TOO_LOW_VALUE
The plan's daily budget value is too low.
DAILY_BUDGET_TOO_LOW = 6;- See Also:
- Constant Field Values
-
DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS_VALUE
public static final int DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS_VALUE
The plan's daily budget is not a multiple of the minimum billable unit.
DAILY_BUDGET_TOO_MANY_FRACTIONAL_DIGITS = 7;- See Also:
- Constant Field Values
-
INVALID_VALUE_VALUE
public static final int INVALID_VALUE_VALUE
The input has an invalid value.
INVALID_VALUE = 8;- See Also:
- Constant Field Values
-
KEYWORD_PLAN_HAS_NO_KEYWORDS_VALUE
public static final int KEYWORD_PLAN_HAS_NO_KEYWORDS_VALUE
The plan has no keyword.
KEYWORD_PLAN_HAS_NO_KEYWORDS = 9;- See Also:
- Constant Field Values
-
KEYWORD_PLAN_NOT_ENABLED_VALUE
public static final int KEYWORD_PLAN_NOT_ENABLED_VALUE
The plan is not enabled and API cannot provide mutation, forecast or stats.
KEYWORD_PLAN_NOT_ENABLED = 10;- See Also:
- Constant Field Values
-
KEYWORD_PLAN_NOT_FOUND_VALUE
public static final int KEYWORD_PLAN_NOT_FOUND_VALUE
The requested plan cannot be found for providing forecast or stats.
KEYWORD_PLAN_NOT_FOUND = 11;- See Also:
- Constant Field Values
-
MISSING_BID_VALUE
public static final int MISSING_BID_VALUE
The plan is missing a cpc bid.
MISSING_BID = 13;- See Also:
- Constant Field Values
-
MISSING_FORECAST_PERIOD_VALUE
public static final int MISSING_FORECAST_PERIOD_VALUE
The plan is missing required forecast_period field.
MISSING_FORECAST_PERIOD = 14;- See Also:
- Constant Field Values
-
INVALID_FORECAST_DATE_RANGE_VALUE
public static final int INVALID_FORECAST_DATE_RANGE_VALUE
The plan's forecast_period has invalid forecast date range.
INVALID_FORECAST_DATE_RANGE = 15;- See Also:
- Constant Field Values
-
INVALID_NAME_VALUE
public static final int INVALID_NAME_VALUE
The plan's name is invalid.
INVALID_NAME = 16;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static KeywordPlanErrorEnum.KeywordPlanError[] 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 (KeywordPlanErrorEnum.KeywordPlanError c : KeywordPlanErrorEnum.KeywordPlanError.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static KeywordPlanErrorEnum.KeywordPlanError 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 KeywordPlanErrorEnum.KeywordPlanError 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 KeywordPlanErrorEnum.KeywordPlanError 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<KeywordPlanErrorEnum.KeywordPlanError> 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 KeywordPlanErrorEnum.KeywordPlanError 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
-
-