Enum Class AdDestinationTypeEnum.AdDestinationType
java.lang.Object
java.lang.Enum<AdDestinationTypeEnum.AdDestinationType>
com.google.ads.googleads.v18.enums.AdDestinationTypeEnum.AdDestinationType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AdDestinationTypeEnum.AdDestinationType>,Constable
- Enclosing class:
- AdDestinationTypeEnum
public static enum AdDestinationTypeEnum.AdDestinationType
extends Enum<AdDestinationTypeEnum.AdDestinationType>
implements com.google.protobuf.ProtocolMessageEnum
Enumerates Google Ads destination typesProtobuf enum
google.ads.googleads.v18.enums.AdDestinationTypeEnum.AdDestinationType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionApp Deep LinkiOS App Store or Play StoreLead Generation FormLocation Dedicated PageMap AppText MessageAds that don't intend to drive users off from ads to other destinationsCall DialerThe value is unknown in this version.Ad Destination for Conversions with keys unknownNot specified.WebsiteYouTube -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intApp Deep Linkstatic final intiOS App Store or Play Storestatic final intLead Generation Formstatic final intLocation Dedicated Pagestatic final intMap Appstatic final intText Messagestatic final intAds that don't intend to drive users off from ads to other destinationsstatic final intCall Dialerstatic final intThe value is unknown in this version.static final intAd Destination for Conversions with keys unknownstatic final intNot specified.static final intWebsitestatic final intYouTube -
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<AdDestinationTypeEnum.AdDestinationType>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
The value is unknown in this version.
UNKNOWN = 1; -
NOT_APPLICABLE
Ads that don't intend to drive users off from ads to other destinations
NOT_APPLICABLE = 2; -
WEBSITE
Website
WEBSITE = 3; -
APP_DEEP_LINK
App Deep Link
APP_DEEP_LINK = 4; -
APP_STORE
iOS App Store or Play Store
APP_STORE = 5; -
PHONE_CALL
Call Dialer
PHONE_CALL = 6; -
MAP_DIRECTIONS
Map App
MAP_DIRECTIONS = 7; -
LOCATION_LISTING
Location Dedicated Page
LOCATION_LISTING = 8; -
MESSAGE
Text Message
MESSAGE = 9; -
LEAD_FORM
Lead Generation Form
LEAD_FORM = 10; -
YOUTUBE
YouTube
YOUTUBE = 11; -
UNMODELED_FOR_CONVERSIONS
Ad Destination for Conversions with keys unknown
UNMODELED_FOR_CONVERSIONS = 12; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEThe value is unknown in this version.
UNKNOWN = 1;- See Also:
-
NOT_APPLICABLE_VALUE
public static final int NOT_APPLICABLE_VALUEAds that don't intend to drive users off from ads to other destinations
NOT_APPLICABLE = 2;- See Also:
-
WEBSITE_VALUE
public static final int WEBSITE_VALUEWebsite
WEBSITE = 3;- See Also:
-
APP_DEEP_LINK_VALUE
public static final int APP_DEEP_LINK_VALUEApp Deep Link
APP_DEEP_LINK = 4;- See Also:
-
APP_STORE_VALUE
public static final int APP_STORE_VALUEiOS App Store or Play Store
APP_STORE = 5;- See Also:
-
PHONE_CALL_VALUE
public static final int PHONE_CALL_VALUECall Dialer
PHONE_CALL = 6;- See Also:
-
MAP_DIRECTIONS_VALUE
public static final int MAP_DIRECTIONS_VALUEMap App
MAP_DIRECTIONS = 7;- See Also:
-
LOCATION_LISTING_VALUE
public static final int LOCATION_LISTING_VALUELocation Dedicated Page
LOCATION_LISTING = 8;- See Also:
-
MESSAGE_VALUE
public static final int MESSAGE_VALUEText Message
MESSAGE = 9;- See Also:
-
LEAD_FORM_VALUE
public static final int LEAD_FORM_VALUELead Generation Form
LEAD_FORM = 10;- See Also:
-
YOUTUBE_VALUE
public static final int YOUTUBE_VALUEYouTube
YOUTUBE = 11;- See Also:
-
UNMODELED_FOR_CONVERSIONS_VALUE
public static final int UNMODELED_FOR_CONVERSIONS_VALUEAd Destination for Conversions with keys unknown
UNMODELED_FOR_CONVERSIONS = 12;- 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<AdDestinationTypeEnum.AdDestinationType> 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 AdDestinationTypeEnum.AdDestinationType 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
-