Enum LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
- java.lang.Object
-
- java.lang.Enum<LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason>
-
- com.google.ads.googleads.v15.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason>
- Enclosing class:
- LocalServicesInsuranceRejectionReasonEnum
public static enum LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason extends java.lang.Enum<LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason> implements com.google.protobuf.ProtocolMessageEnum
Enums describing possible rejection reasons of a local services insurance verification artifact.
Protobuf enumgoogle.ads.googleads.v15.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
-
-
Enum Constant Summary
Enum Constants Enum Constant Description BUSINESS_NAME_MISMATCHBusiness name doesn't match business name for the Local Services Ad.CATEGORY_MISMATCHInsurance document does not cover insurance for a particular category.EDITABLE_FORMATInsurance document is in an editable format.EXPIREDInsurance document is expired.INSURANCE_AMOUNT_INSUFFICIENTInsurance amount doesn't meet requirement listed in the legal summaries documentation for that geographic + category ID combination.MISSING_EXPIRATION_DATEInsurance document is missing an expiration date.NO_COMMERCIAL_GENERAL_LIABILITYCommercial General Liability(CGL) box is not marked in the insurance document.NO_POLICY_NUMBERInsurance document is missing a policy number.NO_SIGNATUREInsurance document is missing a signature.NON_FINALInsurance document is not final.OTHERInsurance document has another flaw not listed explicitly.POOR_QUALITYInsurance document is poor quality - blurry images, illegible, etc...POTENTIALLY_EDITEDInsurance document is suspected of being edited.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.WRONG_DOCUMENT_TYPEInsurance document not accepted.
-
Field Summary
Fields Modifier and Type Field Description static intBUSINESS_NAME_MISMATCH_VALUEBusiness name doesn't match business name for the Local Services Ad.static intCATEGORY_MISMATCH_VALUEInsurance document does not cover insurance for a particular category.static intEDITABLE_FORMAT_VALUEInsurance document is in an editable format.static intEXPIRED_VALUEInsurance document is expired.static intINSURANCE_AMOUNT_INSUFFICIENT_VALUEInsurance amount doesn't meet requirement listed in the legal summaries documentation for that geographic + category ID combination.static intMISSING_EXPIRATION_DATE_VALUEInsurance document is missing an expiration date.static intNO_COMMERCIAL_GENERAL_LIABILITY_VALUECommercial General Liability(CGL) box is not marked in the insurance document.static intNO_POLICY_NUMBER_VALUEInsurance document is missing a policy number.static intNO_SIGNATURE_VALUEInsurance document is missing a signature.static intNON_FINAL_VALUEInsurance document is not final.static intOTHER_VALUEInsurance document has another flaw not listed explicitly.static intPOOR_QUALITY_VALUEInsurance document is poor quality - blurry images, illegible, etc...static intPOTENTIALLY_EDITED_VALUEInsurance document is suspected of being edited.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.static intWRONG_DOCUMENT_TYPE_VALUEInsurance document not accepted.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReasonforNumber(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<LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason>internalGetValueMap()static LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReasonvalueOf(int value)Deprecated.static LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReasonvalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReasonvalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
BUSINESS_NAME_MISMATCH
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason BUSINESS_NAME_MISMATCH
Business name doesn't match business name for the Local Services Ad.
BUSINESS_NAME_MISMATCH = 2;
-
INSURANCE_AMOUNT_INSUFFICIENT
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason INSURANCE_AMOUNT_INSUFFICIENT
Insurance amount doesn't meet requirement listed in the legal summaries documentation for that geographic + category ID combination.
INSURANCE_AMOUNT_INSUFFICIENT = 3;
-
EXPIRED
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason EXPIRED
Insurance document is expired.
EXPIRED = 4;
-
NO_SIGNATURE
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason NO_SIGNATURE
Insurance document is missing a signature.
NO_SIGNATURE = 5;
-
NO_POLICY_NUMBER
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason NO_POLICY_NUMBER
Insurance document is missing a policy number.
NO_POLICY_NUMBER = 6;
-
NO_COMMERCIAL_GENERAL_LIABILITY
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason NO_COMMERCIAL_GENERAL_LIABILITY
Commercial General Liability(CGL) box is not marked in the insurance document.
NO_COMMERCIAL_GENERAL_LIABILITY = 7;
-
EDITABLE_FORMAT
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason EDITABLE_FORMAT
Insurance document is in an editable format.
EDITABLE_FORMAT = 8;
-
CATEGORY_MISMATCH
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason CATEGORY_MISMATCH
Insurance document does not cover insurance for a particular category.
CATEGORY_MISMATCH = 9;
-
MISSING_EXPIRATION_DATE
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason MISSING_EXPIRATION_DATE
Insurance document is missing an expiration date.
MISSING_EXPIRATION_DATE = 10;
-
POOR_QUALITY
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason POOR_QUALITY
Insurance document is poor quality - blurry images, illegible, etc...
POOR_QUALITY = 11;
-
POTENTIALLY_EDITED
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason POTENTIALLY_EDITED
Insurance document is suspected of being edited.
POTENTIALLY_EDITED = 12;
-
WRONG_DOCUMENT_TYPE
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason WRONG_DOCUMENT_TYPE
Insurance document not accepted. For example, documents of insurance proposals, but missing coverages are not accepted.
WRONG_DOCUMENT_TYPE = 13;
-
NON_FINAL
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason NON_FINAL
Insurance document is not final.
NON_FINAL = 14;
-
OTHER
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason OTHER
Insurance document has another flaw not listed explicitly.
OTHER = 15;
-
UNRECOGNIZED
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason 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
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
BUSINESS_NAME_MISMATCH_VALUE
public static final int BUSINESS_NAME_MISMATCH_VALUE
Business name doesn't match business name for the Local Services Ad.
BUSINESS_NAME_MISMATCH = 2;- See Also:
- Constant Field Values
-
INSURANCE_AMOUNT_INSUFFICIENT_VALUE
public static final int INSURANCE_AMOUNT_INSUFFICIENT_VALUE
Insurance amount doesn't meet requirement listed in the legal summaries documentation for that geographic + category ID combination.
INSURANCE_AMOUNT_INSUFFICIENT = 3;- See Also:
- Constant Field Values
-
EXPIRED_VALUE
public static final int EXPIRED_VALUE
Insurance document is expired.
EXPIRED = 4;- See Also:
- Constant Field Values
-
NO_SIGNATURE_VALUE
public static final int NO_SIGNATURE_VALUE
Insurance document is missing a signature.
NO_SIGNATURE = 5;- See Also:
- Constant Field Values
-
NO_POLICY_NUMBER_VALUE
public static final int NO_POLICY_NUMBER_VALUE
Insurance document is missing a policy number.
NO_POLICY_NUMBER = 6;- See Also:
- Constant Field Values
-
NO_COMMERCIAL_GENERAL_LIABILITY_VALUE
public static final int NO_COMMERCIAL_GENERAL_LIABILITY_VALUE
Commercial General Liability(CGL) box is not marked in the insurance document.
NO_COMMERCIAL_GENERAL_LIABILITY = 7;- See Also:
- Constant Field Values
-
EDITABLE_FORMAT_VALUE
public static final int EDITABLE_FORMAT_VALUE
Insurance document is in an editable format.
EDITABLE_FORMAT = 8;- See Also:
- Constant Field Values
-
CATEGORY_MISMATCH_VALUE
public static final int CATEGORY_MISMATCH_VALUE
Insurance document does not cover insurance for a particular category.
CATEGORY_MISMATCH = 9;- See Also:
- Constant Field Values
-
MISSING_EXPIRATION_DATE_VALUE
public static final int MISSING_EXPIRATION_DATE_VALUE
Insurance document is missing an expiration date.
MISSING_EXPIRATION_DATE = 10;- See Also:
- Constant Field Values
-
POOR_QUALITY_VALUE
public static final int POOR_QUALITY_VALUE
Insurance document is poor quality - blurry images, illegible, etc...
POOR_QUALITY = 11;- See Also:
- Constant Field Values
-
POTENTIALLY_EDITED_VALUE
public static final int POTENTIALLY_EDITED_VALUE
Insurance document is suspected of being edited.
POTENTIALLY_EDITED = 12;- See Also:
- Constant Field Values
-
WRONG_DOCUMENT_TYPE_VALUE
public static final int WRONG_DOCUMENT_TYPE_VALUE
Insurance document not accepted. For example, documents of insurance proposals, but missing coverages are not accepted.
WRONG_DOCUMENT_TYPE = 13;- See Also:
- Constant Field Values
-
NON_FINAL_VALUE
public static final int NON_FINAL_VALUE
Insurance document is not final.
NON_FINAL = 14;- See Also:
- Constant Field Values
-
OTHER_VALUE
public static final int OTHER_VALUE
Insurance document has another flaw not listed explicitly.
OTHER = 15;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason[] 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 (LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason c : LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason 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 LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason 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 LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason 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<LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason> 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 LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason 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
-
-