Enum AdDestinationTypeEnum.AdDestinationType

  • All Implemented Interfaces:
    com.google.protobuf.Internal.EnumLite, com.google.protobuf.ProtocolMessageEnum, java.io.Serializable, java.lang.Comparable<AdDestinationTypeEnum.AdDestinationType>
    Enclosing class:
    AdDestinationTypeEnum

    public static enum AdDestinationTypeEnum.AdDestinationType
    extends java.lang.Enum<AdDestinationTypeEnum.AdDestinationType>
    implements com.google.protobuf.ProtocolMessageEnum
     Enumerates Google Ads destination types
     
    Protobuf enum google.ads.googleads.v10.enums.AdDestinationTypeEnum.AdDestinationType
    • 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
         The value is unknown in this version.
         
        UNKNOWN = 1;
        See Also:
        Constant Field Values
      • NOT_APPLICABLE_VALUE

        public static final int NOT_APPLICABLE_VALUE
         Ads that don't intend to drive users off from ads to other destinations
         
        NOT_APPLICABLE = 2;
        See Also:
        Constant Field Values
      • WEBSITE_VALUE

        public static final int WEBSITE_VALUE
         Website
         
        WEBSITE = 3;
        See Also:
        Constant Field Values
      • APP_DEEP_LINK_VALUE

        public static final int APP_DEEP_LINK_VALUE
         App Deep Link
         
        APP_DEEP_LINK = 4;
        See Also:
        Constant Field Values
      • APP_STORE_VALUE

        public static final int APP_STORE_VALUE
         iOS App Store or Play Store
         
        APP_STORE = 5;
        See Also:
        Constant Field Values
      • PHONE_CALL_VALUE

        public static final int PHONE_CALL_VALUE
         Call Dialer
         
        PHONE_CALL = 6;
        See Also:
        Constant Field Values
      • MAP_DIRECTIONS_VALUE

        public static final int MAP_DIRECTIONS_VALUE
         Map App
         
        MAP_DIRECTIONS = 7;
        See Also:
        Constant Field Values
      • LOCATION_LISTING_VALUE

        public static final int LOCATION_LISTING_VALUE
         Location Dedicated Page
         
        LOCATION_LISTING = 8;
        See Also:
        Constant Field Values
      • MESSAGE_VALUE

        public static final int MESSAGE_VALUE
         Text Message
         
        MESSAGE = 9;
        See Also:
        Constant Field Values
      • LEAD_FORM_VALUE

        public static final int LEAD_FORM_VALUE
         Lead Generation Form
         
        LEAD_FORM = 10;
        See Also:
        Constant Field Values
      • YOUTUBE_VALUE

        public static final int YOUTUBE_VALUE
         YouTube
         
        YOUTUBE = 11;
        See Also:
        Constant Field Values
      • UNMODELED_FOR_CONVERSIONS_VALUE

        public static final int UNMODELED_FOR_CONVERSIONS_VALUE
         Ad Destination for Conversions with keys unknown
         
        UNMODELED_FOR_CONVERSIONS = 12;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static AdDestinationTypeEnum.AdDestinationType[] 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 (AdDestinationTypeEnum.AdDestinationType c : AdDestinationTypeEnum.AdDestinationType.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static AdDestinationTypeEnum.AdDestinationType 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 name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.google.protobuf.ProtocolMessageEnum
      • valueOf

        @Deprecated
        public static AdDestinationTypeEnum.AdDestinationType 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 name
        java.lang.NullPointerException - if the argument is null
      • forNumber

        public static AdDestinationTypeEnum.AdDestinationType forNumber​(int value)
        Parameters:
        value - The numeric wire value of the corresponding enum entry.
        Returns:
        The enum associated with the given numeric wire value.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 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 name
        java.lang.NullPointerException - if the argument is null