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-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBidding strategy is not supported in experiments.Experiment date range must be within base campaign's date range.Cannot use custom budget on experiment's control campaigns.Cannot use shared budget on experiment's control campaign.Cannot have enable_dynamic_assets turned on in experiment's campaigns.Cannot edit campaign ids in trial arms in non SETUP experiment.Cannot modify the campaigns in the control arm if there is not a suffix set in the trial.Traffic split related settings (like traffic share bounds) can't be modified after the trial has started.Cannot set campaigns of treatment experiment arm.Cannot add duplicate experiment arm name in one experiment.Number of experiment arms is above limit.Cannot add campaign with invalid status to the experiment arm.Traffic split is not supported for some channel types.The received error code is not known in this version.Enum unspecified.Cannot use campaign's advertising channel sub type in experiment. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBidding strategy is not supported in experiments.static final intExperiment date range must be within base campaign's date range.static final intCannot use custom budget on experiment's control campaigns.static final intCannot use shared budget on experiment's control campaign.static final intCannot have enable_dynamic_assets turned on in experiment's campaigns.static final intCannot edit campaign ids in trial arms in non SETUP experiment.static final intCannot modify the campaigns in the control arm if there is not a suffix set in the trial.static final intTraffic split related settings (like traffic share bounds) can't be modified after the trial has started.static final intCannot set campaigns of treatment experiment arm.static final intCannot add duplicate experiment arm name in one experiment.static final intNumber of experiment arms is above limit.static final intCannot add campaign with invalid status to the experiment arm.static final intTraffic split is not supported for some channel types.static final intThe received error code is not known in this version.static final intEnum unspecified.static final intCannot use campaign's advertising channel sub type in experiment. -
Method Summary
Modifier and TypeMethodDescriptionforNumber(int value) static final com.google.protobuf.Descriptors.EnumDescriptorfinal com.google.protobuf.Descriptors.EnumDescriptorfinal intfinal com.google.protobuf.Descriptors.EnumValueDescriptorstatic com.google.protobuf.Internal.EnumLiteMap<ExperimentArmErrorEnum.ExperimentArmError>valueOf(int value) Deprecated.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.Returns the enum constant of this class with the specified name.values()Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNSPECIFIED
Enum unspecified.
UNSPECIFIED = 0; -
UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1; -
EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED
Number of experiment arms is above limit.
EXPERIMENT_ARM_COUNT_LIMIT_EXCEEDED = 2; -
INVALID_CAMPAIGN_STATUS
Cannot add campaign with invalid status to the experiment arm.
INVALID_CAMPAIGN_STATUS = 3; -
DUPLICATE_EXPERIMENT_ARM_NAME
Cannot add duplicate experiment arm name in one experiment.
DUPLICATE_EXPERIMENT_ARM_NAME = 4; -
CANNOT_SET_TREATMENT_ARM_CAMPAIGN
Cannot set campaigns of treatment experiment arm.
CANNOT_SET_TREATMENT_ARM_CAMPAIGN = 5; -
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_SETCannot 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_STARTTraffic 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_BUDGETCannot 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_BUDGETCannot 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_ENABLEDCannot 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_TYPECannot 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_RANGEExperiment 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_EXPERIMENTSBidding 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_TYPETraffic split is not supported for some channel types.
TRAFFIC_SPLIT_NOT_SUPPORTED_FOR_CHANNEL_TYPE = 15; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUEEnum unspecified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe 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_VALUENumber 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_VALUECannot 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_VALUECannot 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_VALUECannot 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_VALUECannot 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_VALUECannot 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_VALUETraffic 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_VALUECannot 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_VALUECannot 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_VALUECannot 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_VALUECannot 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_VALUEExperiment 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_VALUEBidding 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_VALUETraffic 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
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 nameNullPointerException- 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.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 nameNullPointerException- if the argument is null
-
forNumber
- 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:
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 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 nameNullPointerException- if the argument is null
-