Enum AdvertisingChannelTypeEnum.AdvertisingChannelType

    • 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
      • SEARCH_VALUE

        public static final int SEARCH_VALUE
         Search Network. Includes display bundled, and Search+ campaigns.
         
        SEARCH = 2;
        See Also:
        Constant Field Values
      • DISPLAY_VALUE

        public static final int DISPLAY_VALUE
         Google Display Network only.
         
        DISPLAY = 3;
        See Also:
        Constant Field Values
      • SHOPPING_VALUE

        public static final int SHOPPING_VALUE
         Shopping campaigns serve on the shopping property
         and on google.com search results.
         
        SHOPPING = 4;
        See Also:
        Constant Field Values
      • HOTEL_VALUE

        public static final int HOTEL_VALUE
         Hotel Ads campaigns.
         
        HOTEL = 5;
        See Also:
        Constant Field Values
      • VIDEO_VALUE

        public static final int VIDEO_VALUE
         Video campaigns.
         
        VIDEO = 6;
        See Also:
        Constant Field Values
      • MULTI_CHANNEL_VALUE

        public static final int MULTI_CHANNEL_VALUE
         App Campaigns, and App Campaigns for Engagement, that run
         across multiple channels.
         
        MULTI_CHANNEL = 7;
        See Also:
        Constant Field Values
      • LOCAL_VALUE

        public static final int LOCAL_VALUE
         Local ads campaigns.
         
        LOCAL = 8;
        See Also:
        Constant Field Values
      • SMART_VALUE

        public static final int SMART_VALUE
         Smart campaigns.
         
        SMART = 9;
        See Also:
        Constant Field Values
      • PERFORMANCE_MAX_VALUE

        public static final int PERFORMANCE_MAX_VALUE
         Performance Max campaigns.
         
        PERFORMANCE_MAX = 10;
        See Also:
        Constant Field Values
      • LOCAL_SERVICES_VALUE

        public static final int LOCAL_SERVICES_VALUE
         Local services campaigns.
         
        LOCAL_SERVICES = 11;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static AdvertisingChannelTypeEnum.AdvertisingChannelType 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 AdvertisingChannelTypeEnum.AdvertisingChannelType 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
      • 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 AdvertisingChannelTypeEnum.AdvertisingChannelType 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