Enum Class LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
java.lang.Object
java.lang.Enum<LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason>
com.google.ads.googleads.v18.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason>,Constable
- Enclosing class:
- LocalServicesInsuranceRejectionReasonEnum
public static enum LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason
extends Enum<LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason>
implements com.google.protobuf.ProtocolMessageEnum
Enums describing possible rejection reasons of a local services insurance verification artifact.Protobuf enum
google.ads.googleads.v18.enums.LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBusiness name doesn't match business name for the Local Services Ad.Insurance document does not cover insurance for a particular category.Insurance document is in an editable format.Insurance document is expired.Insurance amount doesn't meet requirement listed in the legal summaries documentation for that geographic + category ID combination.Insurance document is missing an expiration date.Commercial General Liability(CGL) box is not marked in the insurance document.Insurance document is missing a policy number.Insurance document is missing a signature.Insurance document is not final.Insurance document has another flaw not listed explicitly.Insurance document is poor quality - blurry images, illegible, etc...Insurance document is suspected of being edited.Used for return value only.Not specified.Insurance document not accepted. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBusiness name doesn't match business name for the Local Services Ad.static final intInsurance document does not cover insurance for a particular category.static final intInsurance document is in an editable format.static final intInsurance document is expired.static final intInsurance amount doesn't meet requirement listed in the legal summaries documentation for that geographic + category ID combination.static final intInsurance document is missing an expiration date.static final intCommercial General Liability(CGL) box is not marked in the insurance document.static final intInsurance document is missing a policy number.static final intInsurance document is missing a signature.static final intInsurance document is not final.static final intInsurance document has another flaw not listed explicitly.static final intInsurance document is poor quality - blurry images, illegible, etc...static final intInsurance document is suspected of being edited.static final intUsed for return value only.static final intNot specified.static final intInsurance document not accepted. -
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<LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason>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 LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason UNSPECIFIEDNot specified.
UNSPECIFIED = 0; -
UNKNOWN
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason UNKNOWNUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
BUSINESS_NAME_MISMATCH
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason BUSINESS_NAME_MISMATCHBusiness 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_INSUFFICIENTInsurance 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 EXPIREDInsurance document is expired.
EXPIRED = 4; -
NO_SIGNATURE
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason NO_SIGNATUREInsurance document is missing a signature.
NO_SIGNATURE = 5; -
NO_POLICY_NUMBER
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason NO_POLICY_NUMBERInsurance document is missing a policy number.
NO_POLICY_NUMBER = 6; -
NO_COMMERCIAL_GENERAL_LIABILITY
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason NO_COMMERCIAL_GENERAL_LIABILITYCommercial General Liability(CGL) box is not marked in the insurance document.
NO_COMMERCIAL_GENERAL_LIABILITY = 7; -
EDITABLE_FORMAT
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason EDITABLE_FORMATInsurance document is in an editable format.
EDITABLE_FORMAT = 8; -
CATEGORY_MISMATCH
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason CATEGORY_MISMATCHInsurance document does not cover insurance for a particular category.
CATEGORY_MISMATCH = 9; -
MISSING_EXPIRATION_DATE
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason MISSING_EXPIRATION_DATEInsurance document is missing an expiration date.
MISSING_EXPIRATION_DATE = 10; -
POOR_QUALITY
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason POOR_QUALITYInsurance document is poor quality - blurry images, illegible, etc...
POOR_QUALITY = 11; -
POTENTIALLY_EDITED
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason POTENTIALLY_EDITEDInsurance document is suspected of being edited.
POTENTIALLY_EDITED = 12; -
WRONG_DOCUMENT_TYPE
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason WRONG_DOCUMENT_TYPEInsurance 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_FINALInsurance document is not final.
NON_FINAL = 14; -
OTHER
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason OTHERInsurance document has another flaw not listed explicitly.
OTHER = 15; -
UNRECOGNIZED
public static final LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
-
BUSINESS_NAME_MISMATCH_VALUE
public static final int BUSINESS_NAME_MISMATCH_VALUEBusiness name doesn't match business name for the Local Services Ad.
BUSINESS_NAME_MISMATCH = 2;- See Also:
-
INSURANCE_AMOUNT_INSUFFICIENT_VALUE
public static final int INSURANCE_AMOUNT_INSUFFICIENT_VALUEInsurance amount doesn't meet requirement listed in the legal summaries documentation for that geographic + category ID combination.
INSURANCE_AMOUNT_INSUFFICIENT = 3;- See Also:
-
EXPIRED_VALUE
public static final int EXPIRED_VALUEInsurance document is expired.
EXPIRED = 4;- See Also:
-
NO_SIGNATURE_VALUE
public static final int NO_SIGNATURE_VALUEInsurance document is missing a signature.
NO_SIGNATURE = 5;- See Also:
-
NO_POLICY_NUMBER_VALUE
public static final int NO_POLICY_NUMBER_VALUEInsurance document is missing a policy number.
NO_POLICY_NUMBER = 6;- See Also:
-
NO_COMMERCIAL_GENERAL_LIABILITY_VALUE
public static final int NO_COMMERCIAL_GENERAL_LIABILITY_VALUECommercial General Liability(CGL) box is not marked in the insurance document.
NO_COMMERCIAL_GENERAL_LIABILITY = 7;- See Also:
-
EDITABLE_FORMAT_VALUE
public static final int EDITABLE_FORMAT_VALUEInsurance document is in an editable format.
EDITABLE_FORMAT = 8;- See Also:
-
CATEGORY_MISMATCH_VALUE
public static final int CATEGORY_MISMATCH_VALUEInsurance document does not cover insurance for a particular category.
CATEGORY_MISMATCH = 9;- See Also:
-
MISSING_EXPIRATION_DATE_VALUE
public static final int MISSING_EXPIRATION_DATE_VALUEInsurance document is missing an expiration date.
MISSING_EXPIRATION_DATE = 10;- See Also:
-
POOR_QUALITY_VALUE
public static final int POOR_QUALITY_VALUEInsurance document is poor quality - blurry images, illegible, etc...
POOR_QUALITY = 11;- See Also:
-
POTENTIALLY_EDITED_VALUE
public static final int POTENTIALLY_EDITED_VALUEInsurance document is suspected of being edited.
POTENTIALLY_EDITED = 12;- See Also:
-
WRONG_DOCUMENT_TYPE_VALUE
public static final int WRONG_DOCUMENT_TYPE_VALUEInsurance document not accepted. For example, documents of insurance proposals, but missing coverages are not accepted.
WRONG_DOCUMENT_TYPE = 13;- See Also:
-
NON_FINAL_VALUE
public static final int NON_FINAL_VALUEInsurance document is not final.
NON_FINAL = 14;- See Also:
-
OTHER_VALUE
public static final int OTHER_VALUEInsurance document has another flaw not listed explicitly.
OTHER = 15;- See Also:
-
-
Method Details
-
values
public static LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason[] 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 LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason 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 LocalServicesInsuranceRejectionReasonEnum.LocalServicesInsuranceRejectionReason 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 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 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
-