Enum OfflineConversionUploadError.ErrorCodeCase
- java.lang.Object
-
- java.lang.Enum<OfflineConversionUploadError.ErrorCodeCase>
-
- com.google.ads.googleads.v14.resources.OfflineConversionUploadError.ErrorCodeCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<OfflineConversionUploadError.ErrorCodeCase>
- Enclosing class:
- OfflineConversionUploadError
public static enum OfflineConversionUploadError.ErrorCodeCase extends java.lang.Enum<OfflineConversionUploadError.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 OfflineConversionUploadError.ErrorCodeCaseforNumber(int value)intgetNumber()static OfflineConversionUploadError.ErrorCodeCasevalueOf(int value)Deprecated.static OfflineConversionUploadError.ErrorCodeCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OfflineConversionUploadError.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 OfflineConversionUploadError.ErrorCodeCase COLLECTION_SIZE_ERROR
-
CONVERSION_ADJUSTMENT_UPLOAD_ERROR
public static final OfflineConversionUploadError.ErrorCodeCase CONVERSION_ADJUSTMENT_UPLOAD_ERROR
-
CONVERSION_UPLOAD_ERROR
public static final OfflineConversionUploadError.ErrorCodeCase CONVERSION_UPLOAD_ERROR
-
DATE_ERROR
public static final OfflineConversionUploadError.ErrorCodeCase DATE_ERROR
-
DISTINCT_ERROR
public static final OfflineConversionUploadError.ErrorCodeCase DISTINCT_ERROR
-
FIELD_ERROR
public static final OfflineConversionUploadError.ErrorCodeCase FIELD_ERROR
-
MUTATE_ERROR
public static final OfflineConversionUploadError.ErrorCodeCase MUTATE_ERROR
-
NOT_ALLOWLISTED_ERROR
public static final OfflineConversionUploadError.ErrorCodeCase NOT_ALLOWLISTED_ERROR
-
STRING_FORMAT_ERROR
public static final OfflineConversionUploadError.ErrorCodeCase STRING_FORMAT_ERROR
-
STRING_LENGTH_ERROR
public static final OfflineConversionUploadError.ErrorCodeCase STRING_LENGTH_ERROR
-
ERRORCODE_NOT_SET
public static final OfflineConversionUploadError.ErrorCodeCase ERRORCODE_NOT_SET
-
-
Method Detail
-
values
public static OfflineConversionUploadError.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 (OfflineConversionUploadError.ErrorCodeCase c : OfflineConversionUploadError.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 OfflineConversionUploadError.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 OfflineConversionUploadError.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 OfflineConversionUploadError.ErrorCodeCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-