Enum CampaignExperimentStatusEnum.CampaignExperimentStatus
- java.lang.Object
-
- java.lang.Enum<CampaignExperimentStatusEnum.CampaignExperimentStatus>
-
- com.google.ads.googleads.v10.enums.CampaignExperimentStatusEnum.CampaignExperimentStatus
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<CampaignExperimentStatusEnum.CampaignExperimentStatus>
- Enclosing class:
- CampaignExperimentStatusEnum
public static enum CampaignExperimentStatusEnum.CampaignExperimentStatus extends java.lang.Enum<CampaignExperimentStatusEnum.CampaignExperimentStatus> implements com.google.protobuf.ProtocolMessageEnum
Possible statuses of a campaign experiment.
Protobuf enumgoogle.ads.googleads.v10.enums.CampaignExperimentStatusEnum.CampaignExperimentStatus
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ENABLEDThe experiment campaign is fully initialized.ENDED_MANUALLYThe experiment was ended manually.GRADUATEDThe experiment campaign was graduated to a stand-alone campaign, existing independently of the experiment.INITIALIZATION_FAILEDInitialization of the experiment campaign failed.INITIALIZINGThe experiment campaign is being initialized.PROMOTEDThe changes of the experiment are promoted to their original campaign.PROMOTINGThe experiment's changes are being applied to the original campaign.PROMOTION_FAILEDPromote of the experiment campaign failed.REMOVEDThe experiment is removed.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDThe status has not been specified.
-
Field Summary
Fields Modifier and Type Field Description static intENABLED_VALUEThe experiment campaign is fully initialized.static intENDED_MANUALLY_VALUEThe experiment was ended manually.static intGRADUATED_VALUEThe experiment campaign was graduated to a stand-alone campaign, existing independently of the experiment.static intINITIALIZATION_FAILED_VALUEInitialization of the experiment campaign failed.static intINITIALIZING_VALUEThe experiment campaign is being initialized.static intPROMOTED_VALUEThe changes of the experiment are promoted to their original campaign.static intPROMOTING_VALUEThe experiment's changes are being applied to the original campaign.static intPROMOTION_FAILED_VALUEPromote of the experiment campaign failed.static intREMOVED_VALUEThe experiment is removed.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUEThe status has not been specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CampaignExperimentStatusEnum.CampaignExperimentStatusforNumber(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<CampaignExperimentStatusEnum.CampaignExperimentStatus>internalGetValueMap()static CampaignExperimentStatusEnum.CampaignExperimentStatusvalueOf(int value)Deprecated.static CampaignExperimentStatusEnum.CampaignExperimentStatusvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static CampaignExperimentStatusEnum.CampaignExperimentStatusvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static CampaignExperimentStatusEnum.CampaignExperimentStatus[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus UNSPECIFIED
The status has not been specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
INITIALIZING
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus INITIALIZING
The experiment campaign is being initialized.
INITIALIZING = 2;
-
INITIALIZATION_FAILED
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus INITIALIZATION_FAILED
Initialization of the experiment campaign failed.
INITIALIZATION_FAILED = 8;
-
ENABLED
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus ENABLED
The experiment campaign is fully initialized. The experiment is currently running, scheduled to run in the future or has ended based on its end date. An experiment with the status INITIALIZING will be updated to ENABLED when it is fully created.
ENABLED = 3;
-
GRADUATED
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus GRADUATED
The experiment campaign was graduated to a stand-alone campaign, existing independently of the experiment.
GRADUATED = 4;
-
REMOVED
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus REMOVED
The experiment is removed.
REMOVED = 5;
-
PROMOTING
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus PROMOTING
The experiment's changes are being applied to the original campaign. The long running operation returned by the promote method can be polled to see the status of the promotion.
PROMOTING = 6;
-
PROMOTION_FAILED
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus PROMOTION_FAILED
Promote of the experiment campaign failed.
PROMOTION_FAILED = 9;
-
PROMOTED
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus PROMOTED
The changes of the experiment are promoted to their original campaign.
PROMOTED = 7;
-
ENDED_MANUALLY
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus ENDED_MANUALLY
The experiment was ended manually. It did not end based on its end date.
ENDED_MANUALLY = 10;
-
UNRECOGNIZED
public static final CampaignExperimentStatusEnum.CampaignExperimentStatus UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
The status has not been specified.
UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
INITIALIZING_VALUE
public static final int INITIALIZING_VALUE
The experiment campaign is being initialized.
INITIALIZING = 2;- See Also:
- Constant Field Values
-
INITIALIZATION_FAILED_VALUE
public static final int INITIALIZATION_FAILED_VALUE
Initialization of the experiment campaign failed.
INITIALIZATION_FAILED = 8;- See Also:
- Constant Field Values
-
ENABLED_VALUE
public static final int ENABLED_VALUE
The experiment campaign is fully initialized. The experiment is currently running, scheduled to run in the future or has ended based on its end date. An experiment with the status INITIALIZING will be updated to ENABLED when it is fully created.
ENABLED = 3;- See Also:
- Constant Field Values
-
GRADUATED_VALUE
public static final int GRADUATED_VALUE
The experiment campaign was graduated to a stand-alone campaign, existing independently of the experiment.
GRADUATED = 4;- See Also:
- Constant Field Values
-
REMOVED_VALUE
public static final int REMOVED_VALUE
The experiment is removed.
REMOVED = 5;- See Also:
- Constant Field Values
-
PROMOTING_VALUE
public static final int PROMOTING_VALUE
The experiment's changes are being applied to the original campaign. The long running operation returned by the promote method can be polled to see the status of the promotion.
PROMOTING = 6;- See Also:
- Constant Field Values
-
PROMOTION_FAILED_VALUE
public static final int PROMOTION_FAILED_VALUE
Promote of the experiment campaign failed.
PROMOTION_FAILED = 9;- See Also:
- Constant Field Values
-
PROMOTED_VALUE
public static final int PROMOTED_VALUE
The changes of the experiment are promoted to their original campaign.
PROMOTED = 7;- See Also:
- Constant Field Values
-
ENDED_MANUALLY_VALUE
public static final int ENDED_MANUALLY_VALUE
The experiment was ended manually. It did not end based on its end date.
ENDED_MANUALLY = 10;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static CampaignExperimentStatusEnum.CampaignExperimentStatus[] 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 (CampaignExperimentStatusEnum.CampaignExperimentStatus c : CampaignExperimentStatusEnum.CampaignExperimentStatus.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static CampaignExperimentStatusEnum.CampaignExperimentStatus 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 CampaignExperimentStatusEnum.CampaignExperimentStatus 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 CampaignExperimentStatusEnum.CampaignExperimentStatus 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<CampaignExperimentStatusEnum.CampaignExperimentStatus> 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 CampaignExperimentStatusEnum.CampaignExperimentStatus 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
-
-