Enum Class AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
java.lang.Object
java.lang.Enum<AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason>
com.google.ads.googleads.v18.enums.AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason>,Constable
- Enclosing class:
- AdGroupAdPrimaryStatusReasonEnum
public static enum AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason
extends Enum<AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason>
implements com.google.protobuf.ProtocolMessageEnum
Possible ad group ad status reasons.Protobuf enum
google.ads.googleads.v18.enums.AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe ad is internally labeled with a limiting label.The ad is only serving in the user-specified area of interest.The ad is disapproved.No eligible ads instances could be generated.The user-specified ad status is paused.The ad is poor quality.The user-specified ad status is removed.The ad is part of an ongoing appeal.The ad is under review.The user-specified ad group status is paused.The user-specified ad group status is removed.The user-specified time for this campaign to end has passed.The user-specified campaign status is paused.The user-specified time for this campaign to start is in the future.The user-specified campaign status is removed.Used for return value only.No value has been specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe ad is internally labeled with a limiting label.static final intThe ad is only serving in the user-specified area of interest.static final intThe ad is disapproved.static final intNo eligible ads instances could be generated.static final intThe user-specified ad status is paused.static final intThe ad is poor quality.static final intThe user-specified ad status is removed.static final intThe ad is part of an ongoing appeal.static final intThe ad is under review.static final intThe user-specified ad group status is paused.static final intThe user-specified ad group status is removed.static final intThe user-specified time for this campaign to end has passed.static final intThe user-specified campaign status is paused.static final intThe user-specified time for this campaign to start is in the future.static final intThe user-specified campaign status is removed.static final intUsed for return value only.static final intNo value has been specified. -
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<AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason>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
No value has been specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
CAMPAIGN_REMOVED
The user-specified campaign status is removed. Contributes to AdGroupAdPrimaryStatus.REMOVED.
CAMPAIGN_REMOVED = 2; -
CAMPAIGN_PAUSED
The user-specified campaign status is paused. Contributes to AdGroupAdPrimaryStatus.PAUSED.
CAMPAIGN_PAUSED = 3; -
CAMPAIGN_PENDING
The user-specified time for this campaign to start is in the future. Contributes to AdGroupAdPrimaryStatus.PENDING.
CAMPAIGN_PENDING = 4; -
CAMPAIGN_ENDED
The user-specified time for this campaign to end has passed. Contributes to AdGroupAdPrimaryStatus.ENDED.
CAMPAIGN_ENDED = 5; -
AD_GROUP_PAUSED
The user-specified ad group status is paused. Contributes to AdGroupAdPrimaryStatus.PAUSED.
AD_GROUP_PAUSED = 6; -
AD_GROUP_REMOVED
The user-specified ad group status is removed. Contributes to AdGroupAdPrimaryStatus.REMOVED.
AD_GROUP_REMOVED = 7; -
AD_GROUP_AD_PAUSED
public static final AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason AD_GROUP_AD_PAUSEDThe user-specified ad status is paused. Contributes to AdGroupAdPrimaryStatus.PAUSED.
AD_GROUP_AD_PAUSED = 8; -
AD_GROUP_AD_REMOVED
public static final AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason AD_GROUP_AD_REMOVEDThe user-specified ad status is removed. Contributes to AdGroupAdPrimaryStatus.REMOVED.
AD_GROUP_AD_REMOVED = 9; -
AD_GROUP_AD_DISAPPROVED
public static final AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason AD_GROUP_AD_DISAPPROVEDThe ad is disapproved. Contributes to AdGroupAdPrimaryStatus.NOT_ELIGIBLE.
AD_GROUP_AD_DISAPPROVED = 10; -
AD_GROUP_AD_UNDER_REVIEW
public static final AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason AD_GROUP_AD_UNDER_REVIEWThe ad is under review. Contributes to AdGroupAdPrimaryStatus.PENDING.
AD_GROUP_AD_UNDER_REVIEW = 11; -
AD_GROUP_AD_POOR_QUALITY
public static final AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason AD_GROUP_AD_POOR_QUALITYThe ad is poor quality. This is determined by the serving stack that served the Ad. Contributes to AdGroupAdPrimaryStatus.LIMITED.
AD_GROUP_AD_POOR_QUALITY = 12; -
AD_GROUP_AD_NO_ADS
public static final AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason AD_GROUP_AD_NO_ADSNo eligible ads instances could be generated. Contributes to AdGroupAdPrimaryStatus.PENDING.
AD_GROUP_AD_NO_ADS = 13; -
AD_GROUP_AD_APPROVED_LABELED
public static final AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason AD_GROUP_AD_APPROVED_LABELEDThe ad is internally labeled with a limiting label. Contributes to AdGroupAdPrimaryStatus.LIMITED.
AD_GROUP_AD_APPROVED_LABELED = 14; -
AD_GROUP_AD_AREA_OF_INTEREST_ONLY
public static final AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason AD_GROUP_AD_AREA_OF_INTEREST_ONLYThe ad is only serving in the user-specified area of interest. Contributes to AdGroupAdPrimaryStatus.LIMITED.
AD_GROUP_AD_AREA_OF_INTEREST_ONLY = 15; -
AD_GROUP_AD_UNDER_APPEAL
public static final AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason AD_GROUP_AD_UNDER_APPEALThe ad is part of an ongoing appeal. This reason does not impact AdGroupAdPrimaryStatus.
AD_GROUP_AD_UNDER_APPEAL = 16; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENo value has been specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
-
CAMPAIGN_REMOVED_VALUE
public static final int CAMPAIGN_REMOVED_VALUEThe user-specified campaign status is removed. Contributes to AdGroupAdPrimaryStatus.REMOVED.
CAMPAIGN_REMOVED = 2;- See Also:
-
CAMPAIGN_PAUSED_VALUE
public static final int CAMPAIGN_PAUSED_VALUEThe user-specified campaign status is paused. Contributes to AdGroupAdPrimaryStatus.PAUSED.
CAMPAIGN_PAUSED = 3;- See Also:
-
CAMPAIGN_PENDING_VALUE
public static final int CAMPAIGN_PENDING_VALUEThe user-specified time for this campaign to start is in the future. Contributes to AdGroupAdPrimaryStatus.PENDING.
CAMPAIGN_PENDING = 4;- See Also:
-
CAMPAIGN_ENDED_VALUE
public static final int CAMPAIGN_ENDED_VALUEThe user-specified time for this campaign to end has passed. Contributes to AdGroupAdPrimaryStatus.ENDED.
CAMPAIGN_ENDED = 5;- See Also:
-
AD_GROUP_PAUSED_VALUE
public static final int AD_GROUP_PAUSED_VALUEThe user-specified ad group status is paused. Contributes to AdGroupAdPrimaryStatus.PAUSED.
AD_GROUP_PAUSED = 6;- See Also:
-
AD_GROUP_REMOVED_VALUE
public static final int AD_GROUP_REMOVED_VALUEThe user-specified ad group status is removed. Contributes to AdGroupAdPrimaryStatus.REMOVED.
AD_GROUP_REMOVED = 7;- See Also:
-
AD_GROUP_AD_PAUSED_VALUE
public static final int AD_GROUP_AD_PAUSED_VALUEThe user-specified ad status is paused. Contributes to AdGroupAdPrimaryStatus.PAUSED.
AD_GROUP_AD_PAUSED = 8;- See Also:
-
AD_GROUP_AD_REMOVED_VALUE
public static final int AD_GROUP_AD_REMOVED_VALUEThe user-specified ad status is removed. Contributes to AdGroupAdPrimaryStatus.REMOVED.
AD_GROUP_AD_REMOVED = 9;- See Also:
-
AD_GROUP_AD_DISAPPROVED_VALUE
public static final int AD_GROUP_AD_DISAPPROVED_VALUEThe ad is disapproved. Contributes to AdGroupAdPrimaryStatus.NOT_ELIGIBLE.
AD_GROUP_AD_DISAPPROVED = 10;- See Also:
-
AD_GROUP_AD_UNDER_REVIEW_VALUE
public static final int AD_GROUP_AD_UNDER_REVIEW_VALUEThe ad is under review. Contributes to AdGroupAdPrimaryStatus.PENDING.
AD_GROUP_AD_UNDER_REVIEW = 11;- See Also:
-
AD_GROUP_AD_POOR_QUALITY_VALUE
public static final int AD_GROUP_AD_POOR_QUALITY_VALUEThe ad is poor quality. This is determined by the serving stack that served the Ad. Contributes to AdGroupAdPrimaryStatus.LIMITED.
AD_GROUP_AD_POOR_QUALITY = 12;- See Also:
-
AD_GROUP_AD_NO_ADS_VALUE
public static final int AD_GROUP_AD_NO_ADS_VALUENo eligible ads instances could be generated. Contributes to AdGroupAdPrimaryStatus.PENDING.
AD_GROUP_AD_NO_ADS = 13;- See Also:
-
AD_GROUP_AD_APPROVED_LABELED_VALUE
public static final int AD_GROUP_AD_APPROVED_LABELED_VALUEThe ad is internally labeled with a limiting label. Contributes to AdGroupAdPrimaryStatus.LIMITED.
AD_GROUP_AD_APPROVED_LABELED = 14;- See Also:
-
AD_GROUP_AD_AREA_OF_INTEREST_ONLY_VALUE
public static final int AD_GROUP_AD_AREA_OF_INTEREST_ONLY_VALUEThe ad is only serving in the user-specified area of interest. Contributes to AdGroupAdPrimaryStatus.LIMITED.
AD_GROUP_AD_AREA_OF_INTEREST_ONLY = 15;- See Also:
-
AD_GROUP_AD_UNDER_APPEAL_VALUE
public static final int AD_GROUP_AD_UNDER_APPEAL_VALUEThe ad is part of an ongoing appeal. This reason does not impact AdGroupAdPrimaryStatus.
AD_GROUP_AD_UNDER_APPEAL = 16;- 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 public static AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason 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 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<AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason> 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 AdGroupAdPrimaryStatusReasonEnum.AdGroupAdPrimaryStatusReason 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
-