Enum Class AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError
java.lang.Object
java.lang.Enum<AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError>
com.google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError>,Constable
- Enclosing class:
- AutomaticallyCreatedAssetRemovalErrorEnum
public static enum AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError
extends Enum<AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible automatically created asset removal errors.Protobuf enum
google.ads.googleads.v18.errors.AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError-
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 does not exist.The asset does not exist.The asset field type does not match.Ad type is not supported.Not an automatically created asset.The received error code is not known in this version.Enum unspecified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intThe ad does not exist.static final intThe asset does not exist.static final intThe asset field type does not match.static final intAd type is not supported.static final intNot an automatically created asset.static final intThe received error code is not known in this version.static final intEnum unspecified. -
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<AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError>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
public static final AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError UNSPECIFIEDEnum unspecified.
UNSPECIFIED = 0; -
UNKNOWN
public static final AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError UNKNOWNThe received error code is not known in this version.
UNKNOWN = 1; -
AD_DOES_NOT_EXIST
public static final AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError AD_DOES_NOT_EXISTThe ad does not exist.
AD_DOES_NOT_EXIST = 2; -
INVALID_AD_TYPE
public static final AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError INVALID_AD_TYPEAd type is not supported. Only Responsive Search Ad type is supported.
INVALID_AD_TYPE = 3; -
ASSET_DOES_NOT_EXIST
public static final AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError ASSET_DOES_NOT_EXISTThe asset does not exist.
ASSET_DOES_NOT_EXIST = 4; -
ASSET_FIELD_TYPE_DOES_NOT_MATCH
public static final AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError ASSET_FIELD_TYPE_DOES_NOT_MATCHThe asset field type does not match.
ASSET_FIELD_TYPE_DOES_NOT_MATCH = 5; -
NOT_AN_AUTOMATICALLY_CREATED_ASSET
public static final AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError NOT_AN_AUTOMATICALLY_CREATED_ASSETNot an automatically created asset.
NOT_AN_AUTOMATICALLY_CREATED_ASSET = 6; -
UNRECOGNIZED
public static final AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUEEnum unspecified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe received error code is not known in this version.
UNKNOWN = 1;- See Also:
-
AD_DOES_NOT_EXIST_VALUE
public static final int AD_DOES_NOT_EXIST_VALUEThe ad does not exist.
AD_DOES_NOT_EXIST = 2;- See Also:
-
INVALID_AD_TYPE_VALUE
public static final int INVALID_AD_TYPE_VALUEAd type is not supported. Only Responsive Search Ad type is supported.
INVALID_AD_TYPE = 3;- See Also:
-
ASSET_DOES_NOT_EXIST_VALUE
public static final int ASSET_DOES_NOT_EXIST_VALUEThe asset does not exist.
ASSET_DOES_NOT_EXIST = 4;- See Also:
-
ASSET_FIELD_TYPE_DOES_NOT_MATCH_VALUE
public static final int ASSET_FIELD_TYPE_DOES_NOT_MATCH_VALUEThe asset field type does not match.
ASSET_FIELD_TYPE_DOES_NOT_MATCH = 5;- See Also:
-
NOT_AN_AUTOMATICALLY_CREATED_ASSET_VALUE
public static final int NOT_AN_AUTOMATICALLY_CREATED_ASSET_VALUENot an automatically created asset.
NOT_AN_AUTOMATICALLY_CREATED_ASSET = 6;- See Also:
-
-
Method Details
-
values
public static AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError[] 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 AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError 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 AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError 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 AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError 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<AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError> 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 AutomaticallyCreatedAssetRemovalErrorEnum.AutomaticallyCreatedAssetRemovalError 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
-