Enum Class AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
java.lang.Object
java.lang.Enum<AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus>
com.google.ads.googleads.v18.enums.AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus>,Constable
- Enclosing class:
- AssetGroupSignalApprovalStatusEnum
public static enum AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus
extends Enum<AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus>
implements com.google.protobuf.ProtocolMessageEnum
Enumerates AssetGroupSignal approval statuses, which are only used for Search Theme Signal.Protobuf enum
google.ads.googleads.v18.enums.AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionSearch Theme is eligible to show ads.Search Theme is inactive and isn't showing ads.Low search volume; Below first page bid estimate.Search Theme is under review.The value is unknown in this version.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intSearch Theme is eligible to show ads.static final intSearch Theme is inactive and isn't showing ads.static final intLow search volume; Below first page bid estimate.static final intSearch Theme is under review.static final intThe value is unknown in this version.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<AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus>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
The value is unknown in this version.
UNKNOWN = 1; -
APPROVED
Search Theme is eligible to show ads.
APPROVED = 2; -
LIMITED
Low search volume; Below first page bid estimate.
LIMITED = 3; -
DISAPPROVED
Search Theme is inactive and isn't showing ads. A disapproved Search Theme usually means there's an issue with one or more of our advertising policies.
DISAPPROVED = 4; -
UNDER_REVIEW
Search Theme is under review. It won’t be able to trigger ads until it's been reviewed.
UNDER_REVIEW = 5; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe value is unknown in this version.
UNKNOWN = 1;- See Also:
-
APPROVED_VALUE
public static final int APPROVED_VALUESearch Theme is eligible to show ads.
APPROVED = 2;- See Also:
-
LIMITED_VALUE
public static final int LIMITED_VALUELow search volume; Below first page bid estimate.
LIMITED = 3;- See Also:
-
DISAPPROVED_VALUE
public static final int DISAPPROVED_VALUESearch Theme is inactive and isn't showing ads. A disapproved Search Theme usually means there's an issue with one or more of our advertising policies.
DISAPPROVED = 4;- See Also:
-
UNDER_REVIEW_VALUE
public static final int UNDER_REVIEW_VALUESearch Theme is under review. It won’t be able to trigger ads until it's been reviewed.
UNDER_REVIEW = 5;- 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
public static AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus valueOf(String name) 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 AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus 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
public static AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus 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<AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus> 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 AssetGroupSignalApprovalStatusEnum.AssetGroupSignalApprovalStatus 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
-