Enum Class LeadFormCallToActionTypeEnum.LeadFormCallToActionType
java.lang.Object
java.lang.Enum<LeadFormCallToActionTypeEnum.LeadFormCallToActionType>
com.google.ads.googleads.v18.enums.LeadFormCallToActionTypeEnum.LeadFormCallToActionType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<LeadFormCallToActionTypeEnum.LeadFormCallToActionType>,Constable
- Enclosing class:
- LeadFormCallToActionTypeEnum
public static enum LeadFormCallToActionTypeEnum.LeadFormCallToActionType
extends Enum<LeadFormCallToActionTypeEnum.LeadFormCallToActionType>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing the type of call-to-action phrases in a lead form.Protobuf enum
google.ads.googleads.v18.enums.LeadFormCallToActionTypeEnum.LeadFormCallToActionType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionApply now.Book now.Contact us.Download.Get info.Get offer.Get quote.Get started.Join now.Learn more.Register.Request a demo.Sign Up.Subscribe.Used for return value only.Not specified. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intApply now.static final intBook now.static final intContact us.static final intDownload.static final intGet info.static final intGet offer.static final intGet quote.static final intGet started.static final intJoin now.static final intLearn more.static final intRegister.static final intRequest a demo.static final intSign Up.static final intSubscribe.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<LeadFormCallToActionTypeEnum.LeadFormCallToActionType>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
Not specified.
UNSPECIFIED = 0; -
UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
LEARN_MORE
Learn more.
LEARN_MORE = 2; -
GET_QUOTE
Get quote.
GET_QUOTE = 3; -
APPLY_NOW
Apply now.
APPLY_NOW = 4; -
SIGN_UP
Sign Up.
SIGN_UP = 5; -
CONTACT_US
Contact us.
CONTACT_US = 6; -
SUBSCRIBE
Subscribe.
SUBSCRIBE = 7; -
DOWNLOAD
Download.
DOWNLOAD = 8; -
BOOK_NOW
Book now.
BOOK_NOW = 9; -
GET_OFFER
Get offer.
GET_OFFER = 10; -
REGISTER
Register.
REGISTER = 11; -
GET_INFO
Get info.
GET_INFO = 12; -
REQUEST_DEMO
Request a demo.
REQUEST_DEMO = 13; -
JOIN_NOW
Join now.
JOIN_NOW = 14; -
GET_STARTED
Get started.
GET_STARTED = 15; -
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:
-
LEARN_MORE_VALUE
public static final int LEARN_MORE_VALUELearn more.
LEARN_MORE = 2;- See Also:
-
GET_QUOTE_VALUE
public static final int GET_QUOTE_VALUEGet quote.
GET_QUOTE = 3;- See Also:
-
APPLY_NOW_VALUE
public static final int APPLY_NOW_VALUEApply now.
APPLY_NOW = 4;- See Also:
-
SIGN_UP_VALUE
public static final int SIGN_UP_VALUESign Up.
SIGN_UP = 5;- See Also:
-
CONTACT_US_VALUE
public static final int CONTACT_US_VALUEContact us.
CONTACT_US = 6;- See Also:
-
SUBSCRIBE_VALUE
public static final int SUBSCRIBE_VALUESubscribe.
SUBSCRIBE = 7;- See Also:
-
DOWNLOAD_VALUE
public static final int DOWNLOAD_VALUEDownload.
DOWNLOAD = 8;- See Also:
-
BOOK_NOW_VALUE
public static final int BOOK_NOW_VALUEBook now.
BOOK_NOW = 9;- See Also:
-
GET_OFFER_VALUE
public static final int GET_OFFER_VALUEGet offer.
GET_OFFER = 10;- See Also:
-
REGISTER_VALUE
public static final int REGISTER_VALUERegister.
REGISTER = 11;- See Also:
-
GET_INFO_VALUE
public static final int GET_INFO_VALUEGet info.
GET_INFO = 12;- See Also:
-
REQUEST_DEMO_VALUE
public static final int REQUEST_DEMO_VALUERequest a demo.
REQUEST_DEMO = 13;- See Also:
-
JOIN_NOW_VALUE
public static final int JOIN_NOW_VALUEJoin now.
JOIN_NOW = 14;- See Also:
-
GET_STARTED_VALUE
public static final int GET_STARTED_VALUEGet started.
GET_STARTED = 15;- 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
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.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
- 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<LeadFormCallToActionTypeEnum.LeadFormCallToActionType> 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 LeadFormCallToActionTypeEnum.LeadFormCallToActionType 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
-