Enum Class LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason
java.lang.Object
java.lang.Enum<LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason>
com.google.ads.googleads.v21.enums.LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason>,Constable
- Enclosing class:
- LocalServicesLeadSurveyDissatisfiedReasonEnum
public static enum LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason
extends Enum<LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason>
implements com.google.protobuf.ProtocolMessageEnum
Provider's reason for not being satisfied with the lead.Protobuf enum
google.ads.googleads.v21.enums.LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionLead was a duplicate of another lead that is, customer contacted the business more than once.Lead was for a service that does not match the business' service area.Lead was for a service that is not offered by the business.Lead was by a customer that was not ready to book.Other reasons.Lead due to solicitation.Lead was a spam.Used for return value only.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intLead was a duplicate of another lead that is, customer contacted the business more than once.static final intLead was for a service that does not match the business' service area.static final intLead was for a service that is not offered by the business.static final intLead was by a customer that was not ready to book.static final intOther reasons.static final intLead due to solicitation.static final intLead was a spam.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<LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason>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 LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason UNSPECIFIEDNot specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
OTHER_DISSATISFIED_REASON
public static final LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason OTHER_DISSATISFIED_REASONOther reasons.
OTHER_DISSATISFIED_REASON = 2; -
GEO_MISMATCH
public static final LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason GEO_MISMATCHLead was for a service that does not match the business' service area.
GEO_MISMATCH = 3; -
JOB_TYPE_MISMATCH
public static final LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason JOB_TYPE_MISMATCHLead was for a service that is not offered by the business.
JOB_TYPE_MISMATCH = 4; -
NOT_READY_TO_BOOK
public static final LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason NOT_READY_TO_BOOKLead was by a customer that was not ready to book.
NOT_READY_TO_BOOK = 5; -
SPAM
Lead was a spam. Example: lead was from a bot, silent called, scam, etc.
SPAM = 6; -
DUPLICATE
public static final LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason DUPLICATELead was a duplicate of another lead that is, customer contacted the business more than once.
DUPLICATE = 7; -
SOLICITATION
public static final LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason SOLICITATIONLead due to solicitation. Example: a person trying to get a job or selling a product, etc.
SOLICITATION = 8; -
UNRECOGNIZED
public static final LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason 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:
-
OTHER_DISSATISFIED_REASON_VALUE
public static final int OTHER_DISSATISFIED_REASON_VALUEOther reasons.
OTHER_DISSATISFIED_REASON = 2;- See Also:
-
GEO_MISMATCH_VALUE
public static final int GEO_MISMATCH_VALUELead was for a service that does not match the business' service area.
GEO_MISMATCH = 3;- See Also:
-
JOB_TYPE_MISMATCH_VALUE
public static final int JOB_TYPE_MISMATCH_VALUELead was for a service that is not offered by the business.
JOB_TYPE_MISMATCH = 4;- See Also:
-
NOT_READY_TO_BOOK_VALUE
public static final int NOT_READY_TO_BOOK_VALUELead was by a customer that was not ready to book.
NOT_READY_TO_BOOK = 5;- See Also:
-
SPAM_VALUE
public static final int SPAM_VALUELead was a spam. Example: lead was from a bot, silent called, scam, etc.
SPAM = 6;- See Also:
-
DUPLICATE_VALUE
public static final int DUPLICATE_VALUELead was a duplicate of another lead that is, customer contacted the business more than once.
DUPLICATE = 7;- See Also:
-
SOLICITATION_VALUE
public static final int SOLICITATION_VALUELead due to solicitation. Example: a person trying to get a job or selling a product, etc.
SOLICITATION = 8;- See Also:
-
-
Method Details
-
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 LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason 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 LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason 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 LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason 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<LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason> 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 LocalServicesLeadSurveyDissatisfiedReasonEnum.SurveyDissatisfiedReason 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
-