Enum AdvertisingChannelTypeEnum.AdvertisingChannelType
- java.lang.Object
-
- java.lang.Enum<AdvertisingChannelTypeEnum.AdvertisingChannelType>
-
- com.google.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<AdvertisingChannelTypeEnum.AdvertisingChannelType>
- Enclosing class:
- AdvertisingChannelTypeEnum
public static enum AdvertisingChannelTypeEnum.AdvertisingChannelType extends java.lang.Enum<AdvertisingChannelTypeEnum.AdvertisingChannelType> implements com.google.protobuf.ProtocolMessageEnum
Enum describing the various advertising channel types.
Protobuf enumgoogle.ads.googleads.v10.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description DISPLAYGoogle Display Network only.HOTELHotel Ads campaigns.LOCALLocal ads campaigns.LOCAL_SERVICESLocal services campaigns.MULTI_CHANNELApp Campaigns, and App Campaigns for Engagement, that run across multiple channels.PERFORMANCE_MAXPerformance Max campaigns.SEARCHSearch Network.SHOPPINGShopping campaigns serve on the shopping property and on google.com search results.SMARTSmart campaigns.UNKNOWNUsed for return value only.UNRECOGNIZEDUNSPECIFIEDNot specified.VIDEOVideo campaigns.
-
Field Summary
Fields Modifier and Type Field Description static intDISPLAY_VALUEGoogle Display Network only.static intHOTEL_VALUEHotel Ads campaigns.static intLOCAL_SERVICES_VALUELocal services campaigns.static intLOCAL_VALUELocal ads campaigns.static intMULTI_CHANNEL_VALUEApp Campaigns, and App Campaigns for Engagement, that run across multiple channels.static intPERFORMANCE_MAX_VALUEPerformance Max campaigns.static intSEARCH_VALUESearch Network.static intSHOPPING_VALUEShopping campaigns serve on the shopping property and on google.com search results.static intSMART_VALUESmart campaigns.static intUNKNOWN_VALUEUsed for return value only.static intUNSPECIFIED_VALUENot specified.static intVIDEO_VALUEVideo campaigns.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static AdvertisingChannelTypeEnum.AdvertisingChannelTypeforNumber(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<AdvertisingChannelTypeEnum.AdvertisingChannelType>internalGetValueMap()static AdvertisingChannelTypeEnum.AdvertisingChannelTypevalueOf(int value)Deprecated.static AdvertisingChannelTypeEnum.AdvertisingChannelTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static AdvertisingChannelTypeEnum.AdvertisingChannelTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AdvertisingChannelTypeEnum.AdvertisingChannelType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType UNSPECIFIED
Not specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType UNKNOWN
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1;
-
SEARCH
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType SEARCH
Search Network. Includes display bundled, and Search+ campaigns.
SEARCH = 2;
-
DISPLAY
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType DISPLAY
Google Display Network only.
DISPLAY = 3;
-
SHOPPING
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType SHOPPING
Shopping campaigns serve on the shopping property and on google.com search results.
SHOPPING = 4;
-
HOTEL
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType HOTEL
Hotel Ads campaigns.
HOTEL = 5;
-
VIDEO
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType VIDEO
Video campaigns.
VIDEO = 6;
-
MULTI_CHANNEL
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType MULTI_CHANNEL
App Campaigns, and App Campaigns for Engagement, that run across multiple channels.
MULTI_CHANNEL = 7;
-
LOCAL
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType LOCAL
Local ads campaigns.
LOCAL = 8;
-
SMART
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType SMART
Smart campaigns.
SMART = 9;
-
PERFORMANCE_MAX
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType PERFORMANCE_MAX
Performance Max campaigns.
PERFORMANCE_MAX = 10;
-
LOCAL_SERVICES
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType LOCAL_SERVICES
Local services campaigns.
LOCAL_SERVICES = 11;
-
UNRECOGNIZED
public static final AdvertisingChannelTypeEnum.AdvertisingChannelType 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
-
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 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 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 namejava.lang.NullPointerException- if the argument is null
-
forNumber
public static AdvertisingChannelTypeEnum.AdvertisingChannelType 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<AdvertisingChannelTypeEnum.AdvertisingChannelType> 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 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 namejava.lang.NullPointerException- if the argument is null
-
-