Enum Class LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
java.lang.Object
java.lang.Enum<LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason>
com.google.ads.googleads.v18.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason>,Constable
- Enclosing class:
- LocalServicesLicenseRejectionReasonEnum
public static enum LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason
extends Enum<LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason>
implements com.google.protobuf.ProtocolMessageEnum
Enums describing possible rejection reasons of a local services license verification artifact.Protobuf enum
google.ads.googleads.v18.enums.LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason-
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.License is expired.License has another flaw not listed explicitly.License is poor quality - blurry images, illegible, etc...License is unauthorized or been revoked.Used for return value only.Not specified.License cannot be verified due to a not legitimate image.License is not the requested document type or contains an invalid ID. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intBusiness name doesn't match business name for the Local Services Ad.static final intLicense is expired.static final intLicense has another flaw not listed explicitly.static final intLicense is poor quality - blurry images, illegible, etc...static final intLicense is unauthorized or been revoked.static final intUsed for return value only.static final intNot specified.static final intLicense cannot be verified due to a not legitimate image.static final intLicense is not the requested document type or contains an invalid ID. -
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<LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason>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 LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason UNSPECIFIEDNot specified.
UNSPECIFIED = 0; -
UNKNOWN
public static final LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason UNKNOWNUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
BUSINESS_NAME_MISMATCH
public static final LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason BUSINESS_NAME_MISMATCHBusiness name doesn't match business name for the Local Services Ad.
BUSINESS_NAME_MISMATCH = 2; -
UNAUTHORIZED
public static final LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason UNAUTHORIZEDLicense is unauthorized or been revoked.
UNAUTHORIZED = 3; -
EXPIRED
public static final LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason EXPIREDLicense is expired.
EXPIRED = 4; -
POOR_QUALITY
public static final LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason POOR_QUALITYLicense is poor quality - blurry images, illegible, etc...
POOR_QUALITY = 5; -
UNVERIFIABLE
public static final LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason UNVERIFIABLELicense cannot be verified due to a not legitimate image.
UNVERIFIABLE = 6; -
WRONG_DOCUMENT_OR_ID
public static final LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason WRONG_DOCUMENT_OR_IDLicense is not the requested document type or contains an invalid ID.
WRONG_DOCUMENT_OR_ID = 7; -
OTHER
public static final LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason OTHERLicense has another flaw not listed explicitly.
OTHER = 8; -
UNRECOGNIZED
public static final LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason 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:
-
UNAUTHORIZED_VALUE
public static final int UNAUTHORIZED_VALUELicense is unauthorized or been revoked.
UNAUTHORIZED = 3;- See Also:
-
EXPIRED_VALUE
public static final int EXPIRED_VALUELicense is expired.
EXPIRED = 4;- See Also:
-
POOR_QUALITY_VALUE
public static final int POOR_QUALITY_VALUELicense is poor quality - blurry images, illegible, etc...
POOR_QUALITY = 5;- See Also:
-
UNVERIFIABLE_VALUE
public static final int UNVERIFIABLE_VALUELicense cannot be verified due to a not legitimate image.
UNVERIFIABLE = 6;- See Also:
-
WRONG_DOCUMENT_OR_ID_VALUE
public static final int WRONG_DOCUMENT_OR_ID_VALUELicense is not the requested document type or contains an invalid ID.
WRONG_DOCUMENT_OR_ID = 7;- See Also:
-
OTHER_VALUE
public static final int OTHER_VALUELicense has another flaw not listed explicitly.
OTHER = 8;- See Also:
-
-
Method Details
-
values
public static LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason[] 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 LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason 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 LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason 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 LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason 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<LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason> 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 LocalServicesLicenseRejectionReasonEnum.LocalServicesLicenseRejectionReason 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
-