Enum ConversionActionErrorEnum.ConversionActionError

    • 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 name
        java.lang.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
        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 name
        java.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.
      • 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 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 name
        java.lang.NullPointerException - if the argument is null