Enum OfflineConversionError.ErrorCodeCase
- java.lang.Object
-
- java.lang.Enum<OfflineConversionError.ErrorCodeCase>
-
- com.google.ads.googleads.v15.resources.OfflineConversionError.ErrorCodeCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<OfflineConversionError.ErrorCodeCase>
- Enclosing class:
- OfflineConversionError
public static enum OfflineConversionError.ErrorCodeCase extends java.lang.Enum<OfflineConversionError.ErrorCodeCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description COLLECTION_SIZE_ERRORCONVERSION_ADJUSTMENT_UPLOAD_ERRORCONVERSION_UPLOAD_ERRORDATE_ERRORDISTINCT_ERRORERRORCODE_NOT_SETFIELD_ERRORMUTATE_ERRORNOT_ALLOWLISTED_ERRORSTRING_FORMAT_ERRORSTRING_LENGTH_ERROR
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OfflineConversionError.ErrorCodeCaseforNumber(int value)intgetNumber()static OfflineConversionError.ErrorCodeCasevalueOf(int value)Deprecated.static OfflineConversionError.ErrorCodeCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OfflineConversionError.ErrorCodeCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
COLLECTION_SIZE_ERROR
public static final OfflineConversionError.ErrorCodeCase COLLECTION_SIZE_ERROR
-
CONVERSION_ADJUSTMENT_UPLOAD_ERROR
public static final OfflineConversionError.ErrorCodeCase CONVERSION_ADJUSTMENT_UPLOAD_ERROR
-
CONVERSION_UPLOAD_ERROR
public static final OfflineConversionError.ErrorCodeCase CONVERSION_UPLOAD_ERROR
-
DATE_ERROR
public static final OfflineConversionError.ErrorCodeCase DATE_ERROR
-
DISTINCT_ERROR
public static final OfflineConversionError.ErrorCodeCase DISTINCT_ERROR
-
FIELD_ERROR
public static final OfflineConversionError.ErrorCodeCase FIELD_ERROR
-
MUTATE_ERROR
public static final OfflineConversionError.ErrorCodeCase MUTATE_ERROR
-
NOT_ALLOWLISTED_ERROR
public static final OfflineConversionError.ErrorCodeCase NOT_ALLOWLISTED_ERROR
-
STRING_FORMAT_ERROR
public static final OfflineConversionError.ErrorCodeCase STRING_FORMAT_ERROR
-
STRING_LENGTH_ERROR
public static final OfflineConversionError.ErrorCodeCase STRING_LENGTH_ERROR
-
ERRORCODE_NOT_SET
public static final OfflineConversionError.ErrorCodeCase ERRORCODE_NOT_SET
-
-
Method Detail
-
values
public static OfflineConversionError.ErrorCodeCase[] 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 (OfflineConversionError.ErrorCodeCase c : OfflineConversionError.ErrorCodeCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OfflineConversionError.ErrorCodeCase 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
-
valueOf
@Deprecated public static OfflineConversionError.ErrorCodeCase 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 OfflineConversionError.ErrorCodeCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-