Enum LeadFormCallToActionTypeEnum.LeadFormCallToActionType
- java.lang.Object
-
- java.lang.Enum<LeadFormCallToActionTypeEnum.LeadFormCallToActionType>
-
- com.google.ads.googleads.v10.enums.LeadFormCallToActionTypeEnum.LeadFormCallToActionType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<LeadFormCallToActionTypeEnum.LeadFormCallToActionType>
- Enclosing class:
- LeadFormCallToActionTypeEnum
public static enum LeadFormCallToActionTypeEnum.LeadFormCallToActionType extends java.lang.Enum<LeadFormCallToActionTypeEnum.LeadFormCallToActionType> implements com.google.protobuf.ProtocolMessageEnum
Enum describing the type of call-to-action phrases in a lead form.
Protobuf enumgoogle.ads.googleads.v10.enums.LeadFormCallToActionTypeEnum.LeadFormCallToActionType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description APPLY_NOWApply now.BOOK_NOWBook now.CONTACT_USContact us.DOWNLOADDownload.GET_INFOGet info.GET_OFFERGet offer.GET_QUOTEGet quote.GET_STARTEDGet started.JOIN_NOWJoin now.LEARN_MORELearn more.REGISTERRegister.REQUEST_DEMORequest a demo.SIGN_UPSign Up.SUBSCRIBESubscribe.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.
-
Field Summary
Fields Modifier and Type Field Description static intAPPLY_NOW_VALUEApply now.static intBOOK_NOW_VALUEBook now.static intCONTACT_US_VALUEContact us.static intDOWNLOAD_VALUEDownload.static intGET_INFO_VALUEGet info.static intGET_OFFER_VALUEGet offer.static intGET_QUOTE_VALUEGet quote.static intGET_STARTED_VALUEGet started.static intJOIN_NOW_VALUEJoin now.static intLEARN_MORE_VALUELearn more.static intREGISTER_VALUERegister.static intREQUEST_DEMO_VALUERequest a demo.static intSIGN_UP_VALUESign Up.static intSUBSCRIBE_VALUESubscribe.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static LeadFormCallToActionTypeEnum.LeadFormCallToActionTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<LeadFormCallToActionTypeEnum.LeadFormCallToActionType>internalGetValueMap()static LeadFormCallToActionTypeEnum.LeadFormCallToActionTypevalueOf(int value)Deprecated.static LeadFormCallToActionTypeEnum.LeadFormCallToActionTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static LeadFormCallToActionTypeEnum.LeadFormCallToActionTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static LeadFormCallToActionTypeEnum.LeadFormCallToActionType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
LEARN_MORE
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType LEARN_MORE
Learn more.
LEARN_MORE = 2;
-
GET_QUOTE
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType GET_QUOTE
Get quote.
GET_QUOTE = 3;
-
APPLY_NOW
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType APPLY_NOW
Apply now.
APPLY_NOW = 4;
-
SIGN_UP
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType SIGN_UP
Sign Up.
SIGN_UP = 5;
-
CONTACT_US
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType CONTACT_US
Contact us.
CONTACT_US = 6;
-
SUBSCRIBE
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType SUBSCRIBE
Subscribe.
SUBSCRIBE = 7;
-
DOWNLOAD
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType DOWNLOAD
Download.
DOWNLOAD = 8;
-
BOOK_NOW
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType BOOK_NOW
Book now.
BOOK_NOW = 9;
-
GET_OFFER
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType GET_OFFER
Get offer.
GET_OFFER = 10;
-
REGISTER
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType REGISTER
Register.
REGISTER = 11;
-
GET_INFO
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType GET_INFO
Get info.
GET_INFO = 12;
-
REQUEST_DEMO
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType REQUEST_DEMO
Request a demo.
REQUEST_DEMO = 13;
-
JOIN_NOW
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType JOIN_NOW
Join now.
JOIN_NOW = 14;
-
GET_STARTED
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType GET_STARTED
Get started.
GET_STARTED = 15;
-
UNRECOGNIZED
public static final LeadFormCallToActionTypeEnum.LeadFormCallToActionType UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
Not specified.
UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
LEARN_MORE_VALUE
public static final int LEARN_MORE_VALUE
Learn more.
LEARN_MORE = 2;- See Also:
- Constant Field Values
-
GET_QUOTE_VALUE
public static final int GET_QUOTE_VALUE
Get quote.
GET_QUOTE = 3;- See Also:
- Constant Field Values
-
APPLY_NOW_VALUE
public static final int APPLY_NOW_VALUE
Apply now.
APPLY_NOW = 4;- See Also:
- Constant Field Values
-
SIGN_UP_VALUE
public static final int SIGN_UP_VALUE
Sign Up.
SIGN_UP = 5;- See Also:
- Constant Field Values
-
CONTACT_US_VALUE
public static final int CONTACT_US_VALUE
Contact us.
CONTACT_US = 6;- See Also:
- Constant Field Values
-
SUBSCRIBE_VALUE
public static final int SUBSCRIBE_VALUE
Subscribe.
SUBSCRIBE = 7;- See Also:
- Constant Field Values
-
DOWNLOAD_VALUE
public static final int DOWNLOAD_VALUE
Download.
DOWNLOAD = 8;- See Also:
- Constant Field Values
-
BOOK_NOW_VALUE
public static final int BOOK_NOW_VALUE
Book now.
BOOK_NOW = 9;- See Also:
- Constant Field Values
-
GET_OFFER_VALUE
public static final int GET_OFFER_VALUE
Get offer.
GET_OFFER = 10;- See Also:
- Constant Field Values
-
REGISTER_VALUE
public static final int REGISTER_VALUE
Register.
REGISTER = 11;- See Also:
- Constant Field Values
-
GET_INFO_VALUE
public static final int GET_INFO_VALUE
Get info.
GET_INFO = 12;- See Also:
- Constant Field Values
-
REQUEST_DEMO_VALUE
public static final int REQUEST_DEMO_VALUE
Request a demo.
REQUEST_DEMO = 13;- See Also:
- Constant Field Values
-
JOIN_NOW_VALUE
public static final int JOIN_NOW_VALUE
Join now.
JOIN_NOW = 14;- See Also:
- Constant Field Values
-
GET_STARTED_VALUE
public static final int GET_STARTED_VALUE
Get started.
GET_STARTED = 15;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static LeadFormCallToActionTypeEnum.LeadFormCallToActionType[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:for (LeadFormCallToActionTypeEnum.LeadFormCallToActionType c : LeadFormCallToActionTypeEnum.LeadFormCallToActionType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static LeadFormCallToActionTypeEnum.LeadFormCallToActionType valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- 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 LeadFormCallToActionTypeEnum.LeadFormCallToActionType valueOf(int value)
Deprecated.Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static LeadFormCallToActionTypeEnum.LeadFormCallToActionType 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<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 type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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:
java.lang.IllegalArgumentException- if this enum type has no constant with the specified namejava.lang.NullPointerException- if the argument is null
-
-