Enum AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
- java.lang.Object
-
- java.lang.Enum<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason>
-
- com.google.ads.googleads.v14.enums.AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason>
- Enclosing class:
- AssetGroupPrimaryStatusReasonEnum
public static enum AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason extends java.lang.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 enumgoogle.ads.googleads.v14.enums.AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ASSET_GROUP_DISAPPROVEDThe asset group has been marked as disapproved.ASSET_GROUP_LIMITEDThe asset group is approved but only serves in limited capacity due to policies.ASSET_GROUP_PAUSEDThe user-specified asset group status is paused.ASSET_GROUP_REMOVEDThe user-specified asset group status is removed.ASSET_GROUP_UNDER_REVIEWThe asset group has not completed policy review.CAMPAIGN_ENDEDThe user-specified time for this campaign to end has passed.CAMPAIGN_PAUSEDThe user-specified campaign status is paused.CAMPAIGN_PENDINGThe user-specified time for this campaign to start is in the future.CAMPAIGN_REMOVEDThe user-specified campaign status is removed.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intASSET_GROUP_DISAPPROVED_VALUEThe asset group has been marked as disapproved.static intASSET_GROUP_LIMITED_VALUEThe asset group is approved but only serves in limited capacity due to policies.static intASSET_GROUP_PAUSED_VALUEThe user-specified asset group status is paused.static intASSET_GROUP_REMOVED_VALUEThe user-specified asset group status is removed.static intASSET_GROUP_UNDER_REVIEW_VALUEThe asset group has not completed policy review.static intCAMPAIGN_ENDED_VALUEThe user-specified time for this campaign to end has passed.static intCAMPAIGN_PAUSED_VALUEThe user-specified campaign status is paused.static intCAMPAIGN_PENDING_VALUEThe user-specified time for this campaign to start is in the future.static intCAMPAIGN_REMOVED_VALUEThe user-specified campaign status is removed.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReasonforNumber(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<AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason>internalGetValueMap()static AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReasonvalueOf(int value)Deprecated.static AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReasonvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReasonvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
ASSET_GROUP_PAUSED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason ASSET_GROUP_PAUSED
The user-specified asset group status is paused.
ASSET_GROUP_PAUSED = 2;
-
ASSET_GROUP_REMOVED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason ASSET_GROUP_REMOVED
The user-specified asset group status is removed.
ASSET_GROUP_REMOVED = 3;
-
CAMPAIGN_REMOVED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason CAMPAIGN_REMOVED
The user-specified campaign status is removed.
CAMPAIGN_REMOVED = 4;
-
CAMPAIGN_PAUSED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason CAMPAIGN_PAUSED
The user-specified campaign status is paused.
CAMPAIGN_PAUSED = 5;
-
CAMPAIGN_PENDING
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason CAMPAIGN_PENDING
The user-specified time for this campaign to start is in the future.
CAMPAIGN_PENDING = 6;
-
CAMPAIGN_ENDED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason CAMPAIGN_ENDED
The user-specified time for this campaign to end has passed.
CAMPAIGN_ENDED = 7;
-
ASSET_GROUP_LIMITED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason ASSET_GROUP_LIMITED
The asset group is approved but only serves in limited capacity due to policies.
ASSET_GROUP_LIMITED = 8;
-
ASSET_GROUP_DISAPPROVED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason ASSET_GROUP_DISAPPROVED
The asset group has been marked as disapproved.
ASSET_GROUP_DISAPPROVED = 9;
-
ASSET_GROUP_UNDER_REVIEW
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason ASSET_GROUP_UNDER_REVIEW
The asset group has not completed policy review.
ASSET_GROUP_UNDER_REVIEW = 10;
-
UNRECOGNIZED
public static final AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
Not 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
-
ASSET_GROUP_PAUSED_VALUE
public static final int ASSET_GROUP_PAUSED_VALUE
The user-specified asset group status is paused.
ASSET_GROUP_PAUSED = 2;- See Also:
- Constant Field Values
-
ASSET_GROUP_REMOVED_VALUE
public static final int ASSET_GROUP_REMOVED_VALUE
The user-specified asset group status is removed.
ASSET_GROUP_REMOVED = 3;- See Also:
- Constant Field Values
-
CAMPAIGN_REMOVED_VALUE
public static final int CAMPAIGN_REMOVED_VALUE
The user-specified campaign status is removed.
CAMPAIGN_REMOVED = 4;- See Also:
- Constant Field Values
-
CAMPAIGN_PAUSED_VALUE
public static final int CAMPAIGN_PAUSED_VALUE
The user-specified campaign status is paused.
CAMPAIGN_PAUSED = 5;- See Also:
- Constant Field Values
-
CAMPAIGN_PENDING_VALUE
public static final int CAMPAIGN_PENDING_VALUE
The user-specified time for this campaign to start is in the future.
CAMPAIGN_PENDING = 6;- See Also:
- Constant Field Values
-
CAMPAIGN_ENDED_VALUE
public static final int CAMPAIGN_ENDED_VALUE
The user-specified time for this campaign to end has passed.
CAMPAIGN_ENDED = 7;- See Also:
- Constant Field Values
-
ASSET_GROUP_LIMITED_VALUE
public static final int ASSET_GROUP_LIMITED_VALUE
The asset group is approved but only serves in limited capacity due to policies.
ASSET_GROUP_LIMITED = 8;- See Also:
- Constant Field Values
-
ASSET_GROUP_DISAPPROVED_VALUE
public static final int ASSET_GROUP_DISAPPROVED_VALUE
The asset group has been marked as disapproved.
ASSET_GROUP_DISAPPROVED = 9;- See Also:
- Constant Field Values
-
ASSET_GROUP_UNDER_REVIEW_VALUE
public static final int ASSET_GROUP_UNDER_REVIEW_VALUE
The asset group has not completed policy review.
ASSET_GROUP_UNDER_REVIEW = 10;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason[] 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 (AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason c : AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason 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 AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason 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 AssetGroupPrimaryStatusReasonEnum.AssetGroupPrimaryStatusReason 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<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 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
-
-