Enum ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError
- java.lang.Object
-
- java.lang.Enum<ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError>
-
- com.google.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError>
- Enclosing class:
- ConversionAdjustmentUploadErrorEnum
public static enum ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError extends java.lang.Enum<ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError> implements com.google.protobuf.ProtocolMessageEnum
Enum describing possible conversion adjustment upload errors.
Protobuf enumgoogle.ads.googleads.v10.errors.ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError
-
-
Enum Constant Summary
Enum Constants Enum Constant Description ADJUSTMENT_PRECEDES_CONVERSIONThe supplied adjustment date time precedes that of the original conversion.CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUERestatements cannot be reported for a conversion action that always uses the default value.CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENTThe enhanced conversion settings of the conversion action supplied is not eligible for enhancements.CONVERSION_ALREADY_ENHANCEDAn enhancement with this conversion action and order_id already exists for this conversion.CONVERSION_ALREADY_RETRACTEDA retraction was already reported for this conversion.CONVERSION_EXPIREDThe specified conversion has already expired.CONVERSION_NOT_FOUNDA conversion for the supplied combination of conversion action and conversion identifier could not be found.CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENTPer our customer data policies, enhancement has been prohibited in your account.CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMSThe customer has not accepted the customer data terms in the conversion settings page.DUPLICATE_ADJUSTMENT_IN_REQUESTThis adjustment has the same timestamp as another adjustment in the request for this conversion.DUPLICATE_ENHANCEMENT_IN_REQUESTThis enhancement has the same conversion action and order_id as another enhancement in the request.GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SETCannot set both gclid_date_time_pair and order_id.INVALID_CONVERSION_ACTIONNo conversion action of a supported ConversionActionType that matches the provided information can be found for the customer.INVALID_USER_IDENTIFIERThe provided user identifier is not a SHA-256 hash.MORE_RECENT_RESTATEMENT_FOUNDA restatement with a more recent adjustment date time was already reported for this conversion.RESTATEMENT_ALREADY_EXISTSA restatement with this timestamp already exists for this conversion.TOO_MANY_ADJUSTMENTSThe conversion has been adjusted too many times.TOO_MANY_ADJUSTMENTS_IN_REQUESTThe request contained more than 2000 adjustments.TOO_RECENT_CONVERSIONThe conversion was created too recently.TOO_RECENT_CONVERSION_ACTIONThe specified conversion action was created too recently.UNKNOWNThe received error code is not known in this version.UNRECOGNIZEDUNSPECIFIEDNot specified.UNSUPPORTED_USER_IDENTIFIERThe provided user identifier is not supported.
-
Field Summary
Fields Modifier and Type Field Description static intADJUSTMENT_PRECEDES_CONVERSION_VALUEThe supplied adjustment date time precedes that of the original conversion.static intCANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE_VALUERestatements cannot be reported for a conversion action that always uses the default value.static intCONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT_VALUEThe enhanced conversion settings of the conversion action supplied is not eligible for enhancements.static intCONVERSION_ALREADY_ENHANCED_VALUEAn enhancement with this conversion action and order_id already exists for this conversion.static intCONVERSION_ALREADY_RETRACTED_VALUEA retraction was already reported for this conversion.static intCONVERSION_EXPIRED_VALUEThe specified conversion has already expired.static intCONVERSION_NOT_FOUND_VALUEA conversion for the supplied combination of conversion action and conversion identifier could not be found.static intCUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT_VALUEPer our customer data policies, enhancement has been prohibited in your account.static intCUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS_VALUEThe customer has not accepted the customer data terms in the conversion settings page.static intDUPLICATE_ADJUSTMENT_IN_REQUEST_VALUEThis adjustment has the same timestamp as another adjustment in the request for this conversion.static intDUPLICATE_ENHANCEMENT_IN_REQUEST_VALUEThis enhancement has the same conversion action and order_id as another enhancement in the request.static intGCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET_VALUECannot set both gclid_date_time_pair and order_id.static intINVALID_CONVERSION_ACTION_VALUENo conversion action of a supported ConversionActionType that matches the provided information can be found for the customer.static intINVALID_USER_IDENTIFIER_VALUEThe provided user identifier is not a SHA-256 hash.static intMORE_RECENT_RESTATEMENT_FOUND_VALUEA restatement with a more recent adjustment date time was already reported for this conversion.static intRESTATEMENT_ALREADY_EXISTS_VALUEA restatement with this timestamp already exists for this conversion.static intTOO_MANY_ADJUSTMENTS_IN_REQUEST_VALUEThe request contained more than 2000 adjustments.static intTOO_MANY_ADJUSTMENTS_VALUEThe conversion has been adjusted too many times.static intTOO_RECENT_CONVERSION_ACTION_VALUEThe specified conversion action was created too recently.static intTOO_RECENT_CONVERSION_VALUEThe conversion was created too recently.static intUNKNOWN_VALUEThe received error code is not known in this version.static intUNSPECIFIED_VALUENot specified.static intUNSUPPORTED_USER_IDENTIFIER_VALUEThe provided user identifier is not supported.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadErrorforNumber(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<ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError>internalGetValueMap()static ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadErrorvalueOf(int value)Deprecated.static ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadErrorvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadErrorvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError UNKNOWN
The received error code is not known in this version.
UNKNOWN = 1;
-
TOO_RECENT_CONVERSION_ACTION
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError TOO_RECENT_CONVERSION_ACTION
The specified conversion action was created too recently. Please try the upload again after 4-6 hours have passed since the conversion action was created.
TOO_RECENT_CONVERSION_ACTION = 2;
-
INVALID_CONVERSION_ACTION
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError INVALID_CONVERSION_ACTION
No conversion action of a supported ConversionActionType that matches the provided information can be found for the customer.
INVALID_CONVERSION_ACTION = 3;
-
CONVERSION_ALREADY_RETRACTED
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError CONVERSION_ALREADY_RETRACTED
A retraction was already reported for this conversion.
CONVERSION_ALREADY_RETRACTED = 4;
-
CONVERSION_NOT_FOUND
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError CONVERSION_NOT_FOUND
A conversion for the supplied combination of conversion action and conversion identifier could not be found.
CONVERSION_NOT_FOUND = 5;
-
CONVERSION_EXPIRED
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError CONVERSION_EXPIRED
The specified conversion has already expired. Conversions expire after 55 days, after which adjustments cannot be reported against them.
CONVERSION_EXPIRED = 6;
-
ADJUSTMENT_PRECEDES_CONVERSION
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError ADJUSTMENT_PRECEDES_CONVERSION
The supplied adjustment date time precedes that of the original conversion.
ADJUSTMENT_PRECEDES_CONVERSION = 7;
-
MORE_RECENT_RESTATEMENT_FOUND
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError MORE_RECENT_RESTATEMENT_FOUND
A restatement with a more recent adjustment date time was already reported for this conversion.
MORE_RECENT_RESTATEMENT_FOUND = 8;
-
TOO_RECENT_CONVERSION
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError TOO_RECENT_CONVERSION
The conversion was created too recently.
TOO_RECENT_CONVERSION = 9;
-
CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE
Restatements cannot be reported for a conversion action that always uses the default value.
CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE = 10;
-
TOO_MANY_ADJUSTMENTS_IN_REQUEST
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError TOO_MANY_ADJUSTMENTS_IN_REQUEST
The request contained more than 2000 adjustments.
TOO_MANY_ADJUSTMENTS_IN_REQUEST = 11;
-
TOO_MANY_ADJUSTMENTS
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError TOO_MANY_ADJUSTMENTS
The conversion has been adjusted too many times.
TOO_MANY_ADJUSTMENTS = 12;
-
RESTATEMENT_ALREADY_EXISTS
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError RESTATEMENT_ALREADY_EXISTS
A restatement with this timestamp already exists for this conversion. To upload another adjustment, please use a different timestamp.
RESTATEMENT_ALREADY_EXISTS = 13;
-
DUPLICATE_ADJUSTMENT_IN_REQUEST
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError DUPLICATE_ADJUSTMENT_IN_REQUEST
This adjustment has the same timestamp as another adjustment in the request for this conversion. To upload another adjustment, please use a different timestamp.
DUPLICATE_ADJUSTMENT_IN_REQUEST = 14;
-
CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS
The customer has not accepted the customer data terms in the conversion settings page.
CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS = 15;
-
CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT
The enhanced conversion settings of the conversion action supplied is not eligible for enhancements.
CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT = 16;
-
INVALID_USER_IDENTIFIER
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError INVALID_USER_IDENTIFIER
The provided user identifier is not a SHA-256 hash. It is either unhashed or hashed using a different hash function.
INVALID_USER_IDENTIFIER = 17;
-
UNSUPPORTED_USER_IDENTIFIER
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError UNSUPPORTED_USER_IDENTIFIER
The provided user identifier is not supported. ConversionAdjustmentUploadService only supports hashed_email, hashed_phone_number, and address_info.
UNSUPPORTED_USER_IDENTIFIER = 18;
-
GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET
Cannot set both gclid_date_time_pair and order_id.
GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET = 20;
-
CONVERSION_ALREADY_ENHANCED
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError CONVERSION_ALREADY_ENHANCED
An enhancement with this conversion action and order_id already exists for this conversion.
CONVERSION_ALREADY_ENHANCED = 21;
-
DUPLICATE_ENHANCEMENT_IN_REQUEST
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError DUPLICATE_ENHANCEMENT_IN_REQUEST
This enhancement has the same conversion action and order_id as another enhancement in the request.
DUPLICATE_ENHANCEMENT_IN_REQUEST = 22;
-
CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT
Per our customer data policies, enhancement has been prohibited in your account. If you have any questions, please contact your Google representative.
CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT = 23;
-
UNRECOGNIZED
public static final ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError 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
The received error code is not known in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
TOO_RECENT_CONVERSION_ACTION_VALUE
public static final int TOO_RECENT_CONVERSION_ACTION_VALUE
The specified conversion action was created too recently. Please try the upload again after 4-6 hours have passed since the conversion action was created.
TOO_RECENT_CONVERSION_ACTION = 2;- See Also:
- Constant Field Values
-
INVALID_CONVERSION_ACTION_VALUE
public static final int INVALID_CONVERSION_ACTION_VALUE
No conversion action of a supported ConversionActionType that matches the provided information can be found for the customer.
INVALID_CONVERSION_ACTION = 3;- See Also:
- Constant Field Values
-
CONVERSION_ALREADY_RETRACTED_VALUE
public static final int CONVERSION_ALREADY_RETRACTED_VALUE
A retraction was already reported for this conversion.
CONVERSION_ALREADY_RETRACTED = 4;- See Also:
- Constant Field Values
-
CONVERSION_NOT_FOUND_VALUE
public static final int CONVERSION_NOT_FOUND_VALUE
A conversion for the supplied combination of conversion action and conversion identifier could not be found.
CONVERSION_NOT_FOUND = 5;- See Also:
- Constant Field Values
-
CONVERSION_EXPIRED_VALUE
public static final int CONVERSION_EXPIRED_VALUE
The specified conversion has already expired. Conversions expire after 55 days, after which adjustments cannot be reported against them.
CONVERSION_EXPIRED = 6;- See Also:
- Constant Field Values
-
ADJUSTMENT_PRECEDES_CONVERSION_VALUE
public static final int ADJUSTMENT_PRECEDES_CONVERSION_VALUE
The supplied adjustment date time precedes that of the original conversion.
ADJUSTMENT_PRECEDES_CONVERSION = 7;- See Also:
- Constant Field Values
-
MORE_RECENT_RESTATEMENT_FOUND_VALUE
public static final int MORE_RECENT_RESTATEMENT_FOUND_VALUE
A restatement with a more recent adjustment date time was already reported for this conversion.
MORE_RECENT_RESTATEMENT_FOUND = 8;- See Also:
- Constant Field Values
-
TOO_RECENT_CONVERSION_VALUE
public static final int TOO_RECENT_CONVERSION_VALUE
The conversion was created too recently.
TOO_RECENT_CONVERSION = 9;- See Also:
- Constant Field Values
-
CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE_VALUE
public static final int CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE_VALUE
Restatements cannot be reported for a conversion action that always uses the default value.
CANNOT_RESTATE_CONVERSION_ACTION_THAT_ALWAYS_USES_DEFAULT_CONVERSION_VALUE = 10;- See Also:
- Constant Field Values
-
TOO_MANY_ADJUSTMENTS_IN_REQUEST_VALUE
public static final int TOO_MANY_ADJUSTMENTS_IN_REQUEST_VALUE
The request contained more than 2000 adjustments.
TOO_MANY_ADJUSTMENTS_IN_REQUEST = 11;- See Also:
- Constant Field Values
-
TOO_MANY_ADJUSTMENTS_VALUE
public static final int TOO_MANY_ADJUSTMENTS_VALUE
The conversion has been adjusted too many times.
TOO_MANY_ADJUSTMENTS = 12;- See Also:
- Constant Field Values
-
RESTATEMENT_ALREADY_EXISTS_VALUE
public static final int RESTATEMENT_ALREADY_EXISTS_VALUE
A restatement with this timestamp already exists for this conversion. To upload another adjustment, please use a different timestamp.
RESTATEMENT_ALREADY_EXISTS = 13;- See Also:
- Constant Field Values
-
DUPLICATE_ADJUSTMENT_IN_REQUEST_VALUE
public static final int DUPLICATE_ADJUSTMENT_IN_REQUEST_VALUE
This adjustment has the same timestamp as another adjustment in the request for this conversion. To upload another adjustment, please use a different timestamp.
DUPLICATE_ADJUSTMENT_IN_REQUEST = 14;- See Also:
- Constant Field Values
-
CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS_VALUE
public static final int CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS_VALUE
The customer has not accepted the customer data terms in the conversion settings page.
CUSTOMER_NOT_ACCEPTED_CUSTOMER_DATA_TERMS = 15;- See Also:
- Constant Field Values
-
CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT_VALUE
public static final int CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT_VALUE
The enhanced conversion settings of the conversion action supplied is not eligible for enhancements.
CONVERSION_ACTION_NOT_ELIGIBLE_FOR_ENHANCEMENT = 16;- See Also:
- Constant Field Values
-
INVALID_USER_IDENTIFIER_VALUE
public static final int INVALID_USER_IDENTIFIER_VALUE
The provided user identifier is not a SHA-256 hash. It is either unhashed or hashed using a different hash function.
INVALID_USER_IDENTIFIER = 17;- See Also:
- Constant Field Values
-
UNSUPPORTED_USER_IDENTIFIER_VALUE
public static final int UNSUPPORTED_USER_IDENTIFIER_VALUE
The provided user identifier is not supported. ConversionAdjustmentUploadService only supports hashed_email, hashed_phone_number, and address_info.
UNSUPPORTED_USER_IDENTIFIER = 18;- See Also:
- Constant Field Values
-
GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET_VALUE
public static final int GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET_VALUE
Cannot set both gclid_date_time_pair and order_id.
GCLID_DATE_TIME_PAIR_AND_ORDER_ID_BOTH_SET = 20;- See Also:
- Constant Field Values
-
CONVERSION_ALREADY_ENHANCED_VALUE
public static final int CONVERSION_ALREADY_ENHANCED_VALUE
An enhancement with this conversion action and order_id already exists for this conversion.
CONVERSION_ALREADY_ENHANCED = 21;- See Also:
- Constant Field Values
-
DUPLICATE_ENHANCEMENT_IN_REQUEST_VALUE
public static final int DUPLICATE_ENHANCEMENT_IN_REQUEST_VALUE
This enhancement has the same conversion action and order_id as another enhancement in the request.
DUPLICATE_ENHANCEMENT_IN_REQUEST = 22;- See Also:
- Constant Field Values
-
CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT_VALUE
public static final int CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT_VALUE
Per our customer data policies, enhancement has been prohibited in your account. If you have any questions, please contact your Google representative.
CUSTOMER_DATA_POLICY_PROHIBITS_ENHANCEMENT = 23;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError[] 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 (ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError c : ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError 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 ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError 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 ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError 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<ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError> 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 ConversionAdjustmentUploadErrorEnum.ConversionAdjustmentUploadError 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
-
-