Enum Class AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
java.lang.Object
java.lang.Enum<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason>
com.google.ads.googleads.v18.enums.AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason>,Constable
- Enclosing class:
- AssetGroupPrimaryStatusReasonEnum
public static enum AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
extends Enum<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing the possible asset group primary status reasons. Provides reasons into why an asset group is not serving or not serving optimally. It will be empty when the asset group is serving without issues.Protobuf enum
google.ads.googleads.v18.enums.AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionThe asset group has been marked as disapproved.The asset group is approved but only serves in limited capacity due to policies.The user-specified asset group status is paused.The user-specified asset group status is removed.The asset group has not completed policy review.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.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe asset group has been marked as disapproved.static final intThe asset group is approved but only serves in limited capacity due to policies.static final intThe user-specified asset group status is paused.static final intThe user-specified asset group status is removed.static final intThe asset group has not completed policy review.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 intNot 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<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason>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
Not specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
ASSET_GROUP_PAUSED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason ASSET_GROUP_PAUSEDThe user-specified asset group status is paused. Contributes to AssetGroupPrimaryStatus.PAUSED
ASSET_GROUP_PAUSED = 2; -
ASSET_GROUP_REMOVED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason ASSET_GROUP_REMOVEDThe user-specified asset group status is removed. Contributes to AssetGroupPrimaryStatus.REMOVED.
ASSET_GROUP_REMOVED = 3; -
CAMPAIGN_REMOVED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason CAMPAIGN_REMOVEDThe user-specified campaign status is removed. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_REMOVED = 4; -
CAMPAIGN_PAUSED
The user-specified campaign status is paused. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_PAUSED = 5; -
CAMPAIGN_PENDING
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason CAMPAIGN_PENDINGThe user-specified time for this campaign to start is in the future. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_PENDING = 6; -
CAMPAIGN_ENDED
The user-specified time for this campaign to end has passed. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_ENDED = 7; -
ASSET_GROUP_LIMITED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason ASSET_GROUP_LIMITEDThe asset group is approved but only serves in limited capacity due to policies. Contributes to AssetGroupPrimaryStatus.LIMITED.
ASSET_GROUP_LIMITED = 8; -
ASSET_GROUP_DISAPPROVED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason ASSET_GROUP_DISAPPROVEDThe asset group has been marked as disapproved. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE.
ASSET_GROUP_DISAPPROVED = 9; -
ASSET_GROUP_UNDER_REVIEW
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason ASSET_GROUP_UNDER_REVIEWThe asset group has not completed policy review. Contributes to AssetGroupPrimaryStatus.PENDING.
ASSET_GROUP_UNDER_REVIEW = 10; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot 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:
-
ASSET_GROUP_PAUSED_VALUE
public static final int ASSET_GROUP_PAUSED_VALUEThe user-specified asset group status is paused. Contributes to AssetGroupPrimaryStatus.PAUSED
ASSET_GROUP_PAUSED = 2;- See Also:
-
ASSET_GROUP_REMOVED_VALUE
public static final int ASSET_GROUP_REMOVED_VALUEThe user-specified asset group status is removed. Contributes to AssetGroupPrimaryStatus.REMOVED.
ASSET_GROUP_REMOVED = 3;- See Also:
-
CAMPAIGN_REMOVED_VALUE
public static final int CAMPAIGN_REMOVED_VALUEThe user-specified campaign status is removed. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_REMOVED = 4;- See Also:
-
CAMPAIGN_PAUSED_VALUE
public static final int CAMPAIGN_PAUSED_VALUEThe user-specified campaign status is paused. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_PAUSED = 5;- 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 AssetGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_PENDING = 6;- See Also:
-
CAMPAIGN_ENDED_VALUE
public static final int CAMPAIGN_ENDED_VALUEThe user-specified time for this campaign to end has passed. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE.
CAMPAIGN_ENDED = 7;- See Also:
-
ASSET_GROUP_LIMITED_VALUE
public static final int ASSET_GROUP_LIMITED_VALUEThe asset group is approved but only serves in limited capacity due to policies. Contributes to AssetGroupPrimaryStatus.LIMITED.
ASSET_GROUP_LIMITED = 8;- See Also:
-
ASSET_GROUP_DISAPPROVED_VALUE
public static final int ASSET_GROUP_DISAPPROVED_VALUEThe asset group has been marked as disapproved. Contributes to AssetGroupPrimaryStatus.NOT_ELIGIBLE.
ASSET_GROUP_DISAPPROVED = 9;- See Also:
-
ASSET_GROUP_UNDER_REVIEW_VALUE
public static final int ASSET_GROUP_UNDER_REVIEW_VALUEThe asset group has not completed policy review. Contributes to AssetGroupPrimaryStatus.PENDING.
ASSET_GROUP_UNDER_REVIEW = 10;- 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 AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason 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<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason> 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 AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason 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
-