Enum Class ExperimentArmErrorEnum.ExperimentArmError

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

public static enum ExperimentArmErrorEnum.ExperimentArmError extends Enum<ExperimentArmErrorEnum.ExperimentArmError> implements com.google.protobuf.ProtocolMessageEnum
 Enum describing possible experiment arm errors.
 
Protobuf enum google.ads.googleads.v18.errors.ExperimentArmErrorEnum.ExperimentArmError
  • Enum Constant Details

    • UNSPECIFIED

      public static final ExperimentArmErrorEnum.ExperimentArmError UNSPECIFIED
       Enum unspecified.
       
      UNSPECIFIED = 0;
    • UNKNOWN

      public static final ExperimentArmErrorEnum.ExperimentArmError UNKNOWN
       The received error code is not known in this version.
       
      UNKNOWN = 1;
    • EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED

      public static final ExperimentArmErrorEnum.ExperimentArmError EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED
       Number of experiment arms is above limit.
       
      EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED = 2;
    • INVALID_CAMPAIGN_STATUS

      public static final ExperimentArmErrorEnum.ExperimentArmError INVALID_CAMPAIGN_STATUS
       Cannot add campaign with invalid status to the experiment arm.
       
      INVALID_CAMPAIGN_STATUS = 3;
    • DUPLICATE_EXPERIMENT_ARM_NAME

      public static final ExperimentArmErrorEnum.ExperimentArmError DUPLICATE_EXPERIMENT_ARM_NAME
       Cannot add duplicate experiment arm name in one experiment.
       
      DUPLICATE_EXPERIMENT_ARM_NAME = 4;
    • CANNOT_SET_TREATMENT_ARM_CAMPAIGN

      public static final ExperimentArmErrorEnum.ExperimentArmError CANNOT_SET_TREATMENT_ARM_CAMPAIGN
       Cannot set campaigns of treatment experiment arm.
       
      CANNOT_SET_TREATMENT_ARM_CAMPAIGN = 5;
    • CANNOT_MODIFY_CAMPAIGN_IDS

      public static final ExperimentArmErrorEnum.ExperimentArmError CANNOT_MODIFY_CAMPAIGN_IDS
       Cannot edit campaign ids in trial arms in non SETUP experiment.
       
      CANNOT_MODIFY_CAMPAIGN_IDS = 6;
    • CANNOT_MODIFY_CAMPAIGN_WITHOUT_SUFFIX_SET

      public static final ExperimentArmErrorEnum.ExperimentArmError CANNOT_MODIFY_CAMPAIGN_WITHOUT_SUFFIX_SET
       Cannot modify the campaigns in the control arm
       if there is not a suffix set in the trial.
       
      CANNOT_MODIFY_CAMPAIGN_WITHOUT_SUFFIX_SET = 7;
    • CANNOT_MUTATE_TRAFFIC_SPLIT_AFTER_START

      public static final ExperimentArmErrorEnum.ExperimentArmError CANNOT_MUTATE_TRAFFIC_SPLIT_AFTER_START
       Traffic split related settings (like traffic share bounds) can't be
       modified after the trial has started.
       
      CANNOT_MUTATE_TRAFFIC_SPLIT_AFTER_START = 8;
    • CANNOT_ADD_CAMPAIGN_WITH_SHARED_BUDGET

      public static final ExperimentArmErrorEnum.ExperimentArmError CANNOT_ADD_CAMPAIGN_WITH_SHARED_BUDGET
       Cannot use shared budget on experiment's control campaign.
       
      CANNOT_ADD_CAMPAIGN_WITH_SHARED_BUDGET = 9;
    • CANNOT_ADD_CAMPAIGN_WITH_CUSTOM_BUDGET

      public static final ExperimentArmErrorEnum.ExperimentArmError CANNOT_ADD_CAMPAIGN_WITH_CUSTOM_BUDGET
       Cannot use custom budget on experiment's control campaigns.
       
      CANNOT_ADD_CAMPAIGN_WITH_CUSTOM_BUDGET = 10;
    • CANNOT_ADD_CAMPAIGNS_WITH_DYNAMIC_ASSETS_ENABLED

      public static final ExperimentArmErrorEnum.ExperimentArmError CANNOT_ADD_CAMPAIGNS_WITH_DYNAMIC_ASSETS_ENABLED
       Cannot have enable_dynamic_assets turned on in experiment's campaigns.
       
      CANNOT_ADD_CAMPAIGNS_WITH_DYNAMIC_ASSETS_ENABLED = 11;
    • UNSUPPORTED_CAMPAIGN_ADVERTISING_CHANNEL_SUB_TYPE

      public static final ExperimentArmErrorEnum.ExperimentArmError UNSUPPORTED_CAMPAIGN_ADVERTISING_CHANNEL_SUB_TYPE
       Cannot use campaign's advertising channel sub type in experiment.
       
      UNSUPPORTED_CAMPAIGN_ADVERTISING_CHANNEL_SUB_TYPE = 12;
    • CANNOT_ADD_BASE_CAMPAIGN_WITH_DATE_RANGE

      public static final ExperimentArmErrorEnum.ExperimentArmError CANNOT_ADD_BASE_CAMPAIGN_WITH_DATE_RANGE
       Experiment date range must be within base campaign's date range.
       
      CANNOT_ADD_BASE_CAMPAIGN_WITH_DATE_RANGE = 13;
    • BIDDING_STRATEGY_NOT_SUPPORTED_IN_EXPERIMENTS

      public static final ExperimentArmErrorEnum.ExperimentArmError BIDDING_STRATEGY_NOT_SUPPORTED_IN_EXPERIMENTS
       Bidding strategy is not supported in experiments.
       
      BIDDING_STRATEGY_NOT_SUPPORTED_IN_EXPERIMENTS = 14;
    • TRAFFIC_SPLIT_NOT_SUPPORTED_FOR_CHANNEL_TYPE

      public static final ExperimentArmErrorEnum.ExperimentArmError TRAFFIC_SPLIT_NOT_SUPPORTED_FOR_CHANNEL_TYPE
       Traffic split is not supported for some channel types.
       
      TRAFFIC_SPLIT_NOT_SUPPORTED_FOR_CHANNEL_TYPE = 15;
    • UNRECOGNIZED

      public static final ExperimentArmErrorEnum.ExperimentArmError UNRECOGNIZED
  • 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:
    • EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED_VALUE

      public static final int EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED_VALUE
       Number of experiment arms is above limit.
       
      EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED = 2;
      See Also:
    • INVALID_CAMPAIGN_STATUS_VALUE

      public static final int INVALID_CAMPAIGN_STATUS_VALUE
       Cannot add campaign with invalid status to the experiment arm.
       
      INVALID_CAMPAIGN_STATUS = 3;
      See Also:
    • DUPLICATE_EXPERIMENT_ARM_NAME_VALUE

      public static final int DUPLICATE_EXPERIMENT_ARM_NAME_VALUE
       Cannot add duplicate experiment arm name in one experiment.
       
      DUPLICATE_EXPERIMENT_ARM_NAME = 4;
      See Also:
    • CANNOT_SET_TREATMENT_ARM_CAMPAIGN_VALUE

      public static final int CANNOT_SET_TREATMENT_ARM_CAMPAIGN_VALUE
       Cannot set campaigns of treatment experiment arm.
       
      CANNOT_SET_TREATMENT_ARM_CAMPAIGN = 5;
      See Also:
    • CANNOT_MODIFY_CAMPAIGN_IDS_VALUE

      public static final int CANNOT_MODIFY_CAMPAIGN_IDS_VALUE
       Cannot edit campaign ids in trial arms in non SETUP experiment.
       
      CANNOT_MODIFY_CAMPAIGN_IDS = 6;
      See Also:
    • CANNOT_MODIFY_CAMPAIGN_WITHOUT_SUFFIX_SET_VALUE

      public static final int CANNOT_MODIFY_CAMPAIGN_WITHOUT_SUFFIX_SET_VALUE
       Cannot modify the campaigns in the control arm
       if there is not a suffix set in the trial.
       
      CANNOT_MODIFY_CAMPAIGN_WITHOUT_SUFFIX_SET = 7;
      See Also:
    • CANNOT_MUTATE_TRAFFIC_SPLIT_AFTER_START_VALUE

      public static final int CANNOT_MUTATE_TRAFFIC_SPLIT_AFTER_START_VALUE
       Traffic split related settings (like traffic share bounds) can't be
       modified after the trial has started.
       
      CANNOT_MUTATE_TRAFFIC_SPLIT_AFTER_START = 8;
      See Also:
    • CANNOT_ADD_CAMPAIGN_WITH_SHARED_BUDGET_VALUE

      public static final int CANNOT_ADD_CAMPAIGN_WITH_SHARED_BUDGET_VALUE
       Cannot use shared budget on experiment's control campaign.
       
      CANNOT_ADD_CAMPAIGN_WITH_SHARED_BUDGET = 9;
      See Also:
    • CANNOT_ADD_CAMPAIGN_WITH_CUSTOM_BUDGET_VALUE

      public static final int CANNOT_ADD_CAMPAIGN_WITH_CUSTOM_BUDGET_VALUE
       Cannot use custom budget on experiment's control campaigns.
       
      CANNOT_ADD_CAMPAIGN_WITH_CUSTOM_BUDGET = 10;
      See Also:
    • CANNOT_ADD_CAMPAIGNS_WITH_DYNAMIC_ASSETS_ENABLED_VALUE

      public static final int CANNOT_ADD_CAMPAIGNS_WITH_DYNAMIC_ASSETS_ENABLED_VALUE
       Cannot have enable_dynamic_assets turned on in experiment's campaigns.
       
      CANNOT_ADD_CAMPAIGNS_WITH_DYNAMIC_ASSETS_ENABLED = 11;
      See Also:
    • UNSUPPORTED_CAMPAIGN_ADVERTISING_CHANNEL_SUB_TYPE_VALUE

      public static final int UNSUPPORTED_CAMPAIGN_ADVERTISING_CHANNEL_SUB_TYPE_VALUE
       Cannot use campaign's advertising channel sub type in experiment.
       
      UNSUPPORTED_CAMPAIGN_ADVERTISING_CHANNEL_SUB_TYPE = 12;
      See Also:
    • CANNOT_ADD_BASE_CAMPAIGN_WITH_DATE_RANGE_VALUE

      public static final int CANNOT_ADD_BASE_CAMPAIGN_WITH_DATE_RANGE_VALUE
       Experiment date range must be within base campaign's date range.
       
      CANNOT_ADD_BASE_CAMPAIGN_WITH_DATE_RANGE = 13;
      See Also:
    • BIDDING_STRATEGY_NOT_SUPPORTED_IN_EXPERIMENTS_VALUE

      public static final int BIDDING_STRATEGY_NOT_SUPPORTED_IN_EXPERIMENTS_VALUE
       Bidding strategy is not supported in experiments.
       
      BIDDING_STRATEGY_NOT_SUPPORTED_IN_EXPERIMENTS = 14;
      See Also:
    • TRAFFIC_SPLIT_NOT_SUPPORTED_FOR_CHANNEL_TYPE_VALUE

      public static final int TRAFFIC_SPLIT_NOT_SUPPORTED_FOR_CHANNEL_TYPE_VALUE
       Traffic split is not supported for some channel types.
       
      TRAFFIC_SPLIT_NOT_SUPPORTED_FOR_CHANNEL_TYPE = 15;
      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

      public static ExperimentArmErrorEnum.ExperimentArmError valueOf(String name)
      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 public static ExperimentArmErrorEnum.ExperimentArmError valueOf(int value)
      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 ExperimentArmErrorEnum.ExperimentArmError 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<ExperimentArmErrorEnum.ExperimentArmError> 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 ExperimentArmErrorEnum.ExperimentArmError 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