Enum Class LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
java.lang.Object
java.lang.Enum<LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason>
com.google.ads.googleads.v18.enums.LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason>,Constable
- Enclosing class:
- LocalServicesBusinessRegistrationCheckRejectionReasonEnum
public static enum LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason
extends Enum<LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason>
implements com.google.protobuf.ProtocolMessageEnum
Enums describing possible rejection reasons of a local services business registration check verification artifact.Protobuf enum
google.ads.googleads.v18.enums.LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionBusiness details mismatch.Business name doesn't match business name for the Local Services Ad.Uploaded document has expired.Document revoked or annuled.Document type mismatch.Uploaded document could not be verified as legitimate.Business registration ID not found.The business registration process could not be completed due to an issue.Uploaded document not clear, blurry, etc.Used for return value only.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBusiness details mismatch.static final intBusiness name doesn't match business name for the Local Services Ad.static final intUploaded document has expired.static final intDocument revoked or annuled.static final intDocument type mismatch.static final intUploaded document could not be verified as legitimate.static final intBusiness registration ID not found.static final intThe business registration process could not be completed due to an issue.static final intUploaded document not clear, blurry, etc.static final intUsed for return value only.static final intNot specified. -
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<LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason>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 LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason UNSPECIFIEDNot specified.
UNSPECIFIED = 0; -
UNKNOWN
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason UNKNOWNUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
BUSINESS_NAME_MISMATCH
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason BUSINESS_NAME_MISMATCHBusiness name doesn't match business name for the Local Services Ad.
BUSINESS_NAME_MISMATCH = 2; -
BUSINESS_DETAILS_MISMATCH
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason BUSINESS_DETAILS_MISMATCHBusiness details mismatch.
BUSINESS_DETAILS_MISMATCH = 3; -
ID_NOT_FOUND
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason ID_NOT_FOUNDBusiness registration ID not found.
ID_NOT_FOUND = 4; -
POOR_DOCUMENT_IMAGE_QUALITY
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason POOR_DOCUMENT_IMAGE_QUALITYUploaded document not clear, blurry, etc.
POOR_DOCUMENT_IMAGE_QUALITY = 5; -
DOCUMENT_EXPIRED
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason DOCUMENT_EXPIREDUploaded document has expired.
DOCUMENT_EXPIRED = 6; -
DOCUMENT_INVALID
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason DOCUMENT_INVALIDDocument revoked or annuled.
DOCUMENT_INVALID = 7; -
DOCUMENT_TYPE_MISMATCH
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason DOCUMENT_TYPE_MISMATCHDocument type mismatch.
DOCUMENT_TYPE_MISMATCH = 8; -
DOCUMENT_UNVERIFIABLE
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason DOCUMENT_UNVERIFIABLEUploaded document could not be verified as legitimate.
DOCUMENT_UNVERIFIABLE = 9; -
OTHER
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason OTHERThe business registration process could not be completed due to an issue. Contact https://support.google.com/localservices to learn more.
OTHER = 10; -
UNRECOGNIZED
public static final LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason 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:
-
BUSINESS_DETAILS_MISMATCH_VALUE
public static final int BUSINESS_DETAILS_MISMATCH_VALUEBusiness details mismatch.
BUSINESS_DETAILS_MISMATCH = 3;- See Also:
-
ID_NOT_FOUND_VALUE
public static final int ID_NOT_FOUND_VALUEBusiness registration ID not found.
ID_NOT_FOUND = 4;- See Also:
-
POOR_DOCUMENT_IMAGE_QUALITY_VALUE
public static final int POOR_DOCUMENT_IMAGE_QUALITY_VALUEUploaded document not clear, blurry, etc.
POOR_DOCUMENT_IMAGE_QUALITY = 5;- See Also:
-
DOCUMENT_EXPIRED_VALUE
public static final int DOCUMENT_EXPIRED_VALUEUploaded document has expired.
DOCUMENT_EXPIRED = 6;- See Also:
-
DOCUMENT_INVALID_VALUE
public static final int DOCUMENT_INVALID_VALUEDocument revoked or annuled.
DOCUMENT_INVALID = 7;- See Also:
-
DOCUMENT_TYPE_MISMATCH_VALUE
public static final int DOCUMENT_TYPE_MISMATCH_VALUEDocument type mismatch.
DOCUMENT_TYPE_MISMATCH = 8;- See Also:
-
DOCUMENT_UNVERIFIABLE_VALUE
public static final int DOCUMENT_UNVERIFIABLE_VALUEUploaded document could not be verified as legitimate.
DOCUMENT_UNVERIFIABLE = 9;- See Also:
-
OTHER_VALUE
public static final int OTHER_VALUEThe business registration process could not be completed due to an issue. Contact https://support.google.com/localservices to learn more.
OTHER = 10;- See Also:
-
-
Method Details
-
values
public static LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason[] 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 LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason 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 LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason 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 LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason 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<LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason> 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 LocalServicesBusinessRegistrationCheckRejectionReasonEnum.LocalServicesBusinessRegistrationCheckRejectionReason 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
-