Enum Class ConversionActionErrorEnum.ConversionActionError

java.lang.Object
java.lang.Enum<ConversionActionErrorEnum.ConversionActionError>
com.google.ads.googleads.v18.errors.ConversionActionErrorEnum.ConversionActionError
All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, Serializable, Comparable<ConversionActionErrorEnum.ConversionActionError>, Constable
Enclosing class:
ConversionActionErrorEnum

public static enum ConversionActionErrorEnum.ConversionActionError extends Enum<ConversionActionErrorEnum.ConversionActionError> implements com.google.protobuf.ProtocolMessageEnum
 Enum describing possible conversion action errors.
 
Protobuf enum google.ads.googleads.v18.errors.ConversionActionErrorEnum.ConversionActionError
  • Enum Constant Details

  • Field Details

    • UNSPECIFIED_VALUE

      public static final int UNSPECIFIED_VALUE
       Enum unspecified.
       
      UNSPECIFIED = 0;
      See Also:
    • UNKNOWN_VALUE

      public static final int UNKNOWN_VALUE
       The received error code is not known in this version.
       
      UNKNOWN = 1;
      See Also:
    • DUPLICATE_NAME_VALUE

      public static final int DUPLICATE_NAME_VALUE
       The specified conversion action name already exists.
       
      DUPLICATE_NAME = 2;
      See Also:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • 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:
    • CANNOT_SET_RULE_BASED_ATTRIBUTION_MODELS_VALUE

      public static final int CANNOT_SET_RULE_BASED_ATTRIBUTION_MODELS_VALUE
       Rule-based attribution models are deprecated and not allowed to be set
       by conversion action.
       
      CANNOT_SET_RULE_BASED_ATTRIBUTION_MODELS = 12;
      See Also:
  • 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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • 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 name
      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:
      getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 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:
      desc - 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 name
      NullPointerException - if the argument is null