Enum ConversionActionErrorEnum.ConversionActionError
- java.lang.Object
-
- java.lang.Enum<ConversionActionErrorEnum.ConversionActionError>
-
- com.google.ads.googleads.v10.errors.ConversionActionErrorEnum.ConversionActionError
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ConversionActionErrorEnum.ConversionActionError>
- Enclosing class:
- ConversionActionErrorEnum
public static enum ConversionActionErrorEnum.ConversionActionError extends java.lang.Enum<ConversionActionErrorEnum.ConversionActionError> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible conversion action errors.
Protobuf enumgoogle.ads.googleads.v10.errors.ConversionActionErrorEnum.ConversionActionError
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTIONAndroid first open action conflicts with Google play codeless download action tracking the same app.CREATION_NOT_SUPPORTEDCreation of this conversion action type isn't supported by Google Ads API.DATA_DRIVEN_MODEL_EXPIREDThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is expired.DATA_DRIVEN_MODEL_STALEThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is stale.DATA_DRIVEN_MODEL_UNKNOWNThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is unavailable or the conversion action was newly added.DATA_DRIVEN_MODEL_WAS_NEVER_GENERATEDThe attribution model cannot be set to DATA_DRIVEN because a data-driven model has never been generated.DUPLICATE_APP_IDAnother conversion action with the specified app id already exists.DUPLICATE_NAMEThe specified conversion action name already exists.TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOADAndroid first open action conflicts with Google play codeless download action tracking the same app.UNKNOWNThe received error code is not known in this version.UNRECOGNIZEDUNSPECIFIEDEnum unspecified.UPDATE_NOT_SUPPORTEDUpdate of this conversion action isn't supported by Google Ads API.
-
Field Summary
Fields Modifier and Type Field Description static intBIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION_VALUEAndroid first open action conflicts with Google play codeless download action tracking the same app.static intCREATION_NOT_SUPPORTED_VALUECreation of this conversion action type isn't supported by Google Ads API.static intDATA_DRIVEN_MODEL_EXPIRED_VALUEThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is expired.static intDATA_DRIVEN_MODEL_STALE_VALUEThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is stale.static intDATA_DRIVEN_MODEL_UNKNOWN_VALUEThe attribution model cannot be set to DATA_DRIVEN because the data-driven model is unavailable or the conversion action was newly added.static intDATA_DRIVEN_MODEL_WAS_NEVER_GENERATED_VALUEThe attribution model cannot be set to DATA_DRIVEN because a data-driven model has never been generated.static intDUPLICATE_APP_ID_VALUEAnother conversion action with the specified app id already exists.static intDUPLICATE_NAME_VALUEThe specified conversion action name already exists.static intTWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD_VALUEAndroid first open action conflicts with Google play codeless download action tracking the same app.static intUNKNOWN_VALUEThe received error code is not known in this version.static intUNSPECIFIED_VALUEEnum unspecified.static intUPDATE_NOT_SUPPORTED_VALUEUpdate of this conversion action isn't supported by Google Ads API.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ConversionActionErrorEnum.ConversionActionErrorforNumber(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<ConversionActionErrorEnum.ConversionActionError>internalGetValueMap()static ConversionActionErrorEnum.ConversionActionErrorvalueOf(int value)Deprecated.static ConversionActionErrorEnum.ConversionActionErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConversionActionErrorEnum.ConversionActionErrorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConversionActionErrorEnum.ConversionActionError[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ConversionActionErrorEnum.ConversionActionError UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ConversionActionErrorEnum.ConversionActionError UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1;
-
DUPLICATE_NAME
public static final ConversionActionErrorEnum.ConversionActionError DUPLICATE_NAME
The specified conversion action name already exists.
DUPLICATE_NAME = 2;
-
DUPLICATE_APP_ID
public static final ConversionActionErrorEnum.ConversionActionError DUPLICATE_APP_ID
Another conversion action with the specified app id already exists.
DUPLICATE_APP_ID = 3;
-
TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD
public static final ConversionActionErrorEnum.ConversionActionError TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD
Android first open action conflicts with Google play codeless download action tracking the same app.
TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD = 4;
-
BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION
public static final ConversionActionErrorEnum.ConversionActionError BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION
Android first open action conflicts with Google play codeless download action tracking the same app.
BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION = 5;
-
DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED
public static final ConversionActionErrorEnum.ConversionActionError DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED
The attribution model cannot be set to DATA_DRIVEN because a data-driven model has never been generated.
DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED = 6;
-
DATA_DRIVEN_MODEL_EXPIRED
public static final ConversionActionErrorEnum.ConversionActionError DATA_DRIVEN_MODEL_EXPIRED
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is expired.
DATA_DRIVEN_MODEL_EXPIRED = 7;
-
DATA_DRIVEN_MODEL_STALE
public static final ConversionActionErrorEnum.ConversionActionError DATA_DRIVEN_MODEL_STALE
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is stale.
DATA_DRIVEN_MODEL_STALE = 8;
-
DATA_DRIVEN_MODEL_UNKNOWN
public static final ConversionActionErrorEnum.ConversionActionError DATA_DRIVEN_MODEL_UNKNOWN
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is unavailable or the conversion action was newly added.
DATA_DRIVEN_MODEL_UNKNOWN = 9;
-
CREATION_NOT_SUPPORTED
public static final ConversionActionErrorEnum.ConversionActionError CREATION_NOT_SUPPORTED
Creation of this conversion action type isn't supported by Google Ads API.
CREATION_NOT_SUPPORTED = 10;
-
UPDATE_NOT_SUPPORTED
public static final ConversionActionErrorEnum.ConversionActionError UPDATE_NOT_SUPPORTED
Update of this conversion action isn't supported by Google Ads API.
UPDATE_NOT_SUPPORTED = 11;
-
UNRECOGNIZED
public static final ConversionActionErrorEnum.ConversionActionError 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
-
DUPLICATE_NAME_VALUE
public static final int DUPLICATE_NAME_VALUE
The specified conversion action name already exists.
DUPLICATE_NAME = 2;- See Also:
- Constant Field Values
-
DUPLICATE_APP_ID_VALUE
public static final int DUPLICATE_APP_ID_VALUE
Another conversion action with the specified app id already exists.
DUPLICATE_APP_ID = 3;- See Also:
- Constant Field Values
-
TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD_VALUE
public static final int TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD_VALUE
Android first open action conflicts with Google play codeless download action tracking the same app.
TWO_CONVERSION_ACTIONS_BIDDING_ON_SAME_APP_DOWNLOAD = 4;- See Also:
- Constant Field Values
-
BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION_VALUE
public static final int BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION_VALUE
Android first open action conflicts with Google play codeless download action tracking the same app.
BIDDING_ON_SAME_APP_DOWNLOAD_AS_GLOBAL_ACTION = 5;- See Also:
- Constant Field Values
-
DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED_VALUE
public static final int DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED_VALUE
The attribution model cannot be set to DATA_DRIVEN because a data-driven model has never been generated.
DATA_DRIVEN_MODEL_WAS_NEVER_GENERATED = 6;- See Also:
- Constant Field Values
-
DATA_DRIVEN_MODEL_EXPIRED_VALUE
public static final int DATA_DRIVEN_MODEL_EXPIRED_VALUE
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is expired.
DATA_DRIVEN_MODEL_EXPIRED = 7;- See Also:
- Constant Field Values
-
DATA_DRIVEN_MODEL_STALE_VALUE
public static final int DATA_DRIVEN_MODEL_STALE_VALUE
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is stale.
DATA_DRIVEN_MODEL_STALE = 8;- See Also:
- Constant Field Values
-
DATA_DRIVEN_MODEL_UNKNOWN_VALUE
public static final int DATA_DRIVEN_MODEL_UNKNOWN_VALUE
The attribution model cannot be set to DATA_DRIVEN because the data-driven model is unavailable or the conversion action was newly added.
DATA_DRIVEN_MODEL_UNKNOWN = 9;- See Also:
- Constant Field Values
-
CREATION_NOT_SUPPORTED_VALUE
public static final int CREATION_NOT_SUPPORTED_VALUE
Creation of this conversion action type isn't supported by Google Ads API.
CREATION_NOT_SUPPORTED = 10;- See Also:
- Constant Field Values
-
UPDATE_NOT_SUPPORTED_VALUE
public static final int UPDATE_NOT_SUPPORTED_VALUE
Update of this conversion action isn't supported by Google Ads API.
UPDATE_NOT_SUPPORTED = 11;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ConversionActionErrorEnum.ConversionActionError[] 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 (ConversionActionErrorEnum.ConversionActionError c : ConversionActionErrorEnum.ConversionActionError.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConversionActionErrorEnum.ConversionActionError 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 ConversionActionErrorEnum.ConversionActionError 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 ConversionActionErrorEnum.ConversionActionError 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<ConversionActionErrorEnum.ConversionActionError> 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 ConversionActionErrorEnum.ConversionActionError 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
-
-