Enum Class AdvertisingChannelTypeEnum.AdvertisingChannelType
java.lang.Object
java.lang.Enum<AdvertisingChannelTypeEnum.AdvertisingChannelType>
com.google.ads.googleads.v18.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<AdvertisingChannelTypeEnum.AdvertisingChannelType>,Constable
- Enclosing class:
- AdvertisingChannelTypeEnum
public static enum AdvertisingChannelTypeEnum.AdvertisingChannelType
extends Enum<AdvertisingChannelTypeEnum.AdvertisingChannelType>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing the various advertising channel types.Protobuf enum
google.ads.googleads.v18.enums.AdvertisingChannelTypeEnum.AdvertisingChannelType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionDemand Gen campaigns.Google Display Network only.Hotel Ads campaigns.Local ads campaigns.Local services campaigns.App Campaigns, and App Campaigns for Engagement, that run across multiple channels.Performance Max campaigns.Search Network.Shopping campaigns serve on the shopping property and on google.com search results.Smart campaigns.Travel campaigns.Used for return value only.Not specified.Video campaigns. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intDemand Gen campaigns.static final intGoogle Display Network only.static final intHotel Ads campaigns.static final intLocal services campaigns.static final intLocal ads campaigns.static final intApp Campaigns, and App Campaigns for Engagement, that run across multiple channels.static final intPerformance Max campaigns.static final intSearch Network.static final intShopping campaigns serve on the shopping property and on google.com search results.static final intSmart campaigns.static final intTravel campaigns.static final intUsed for return value only.static final intNot specified.static final intVideo campaigns. -
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<AdvertisingChannelTypeEnum.AdvertisingChannelType>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
Used for return value only. Represents value unknown in this version.
UNKNOWN = 1; -
SEARCH
Search Network. Includes display bundled, and Search+ campaigns.
SEARCH = 2; -
DISPLAY
Google Display Network only.
DISPLAY = 3; -
SHOPPING
Shopping campaigns serve on the shopping property and on google.com search results.
SHOPPING = 4; -
HOTEL
Hotel Ads campaigns.
HOTEL = 5; -
VIDEO
Video campaigns.
VIDEO = 6; -
MULTI_CHANNEL
App Campaigns, and App Campaigns for Engagement, that run across multiple channels.
MULTI_CHANNEL = 7; -
LOCAL
Local ads campaigns.
LOCAL = 8; -
SMART
Smart campaigns.
SMART = 9; -
PERFORMANCE_MAX
Performance Max campaigns.
PERFORMANCE_MAX = 10; -
LOCAL_SERVICES
Local services campaigns.
LOCAL_SERVICES = 11; -
TRAVEL
Travel campaigns.
TRAVEL = 13; -
DEMAND_GEN
Demand Gen campaigns.
DEMAND_GEN = 14; -
UNRECOGNIZED
-
-
Field Details
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUENot specified.
UNSPECIFIED = 0;- See Also:
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUEUsed for return value only. Represents value unknown in this version.
UNKNOWN = 1;- See Also:
-
SEARCH_VALUE
public static final int SEARCH_VALUESearch Network. Includes display bundled, and Search+ campaigns.
SEARCH = 2;- See Also:
-
DISPLAY_VALUE
public static final int DISPLAY_VALUEGoogle Display Network only.
DISPLAY = 3;- See Also:
-
SHOPPING_VALUE
public static final int SHOPPING_VALUEShopping campaigns serve on the shopping property and on google.com search results.
SHOPPING = 4;- See Also:
-
HOTEL_VALUE
public static final int HOTEL_VALUEHotel Ads campaigns.
HOTEL = 5;- See Also:
-
VIDEO_VALUE
public static final int VIDEO_VALUEVideo campaigns.
VIDEO = 6;- See Also:
-
MULTI_CHANNEL_VALUE
public static final int MULTI_CHANNEL_VALUEApp Campaigns, and App Campaigns for Engagement, that run across multiple channels.
MULTI_CHANNEL = 7;- See Also:
-
LOCAL_VALUE
public static final int LOCAL_VALUELocal ads campaigns.
LOCAL = 8;- See Also:
-
SMART_VALUE
public static final int SMART_VALUESmart campaigns.
SMART = 9;- See Also:
-
PERFORMANCE_MAX_VALUE
public static final int PERFORMANCE_MAX_VALUEPerformance Max campaigns.
PERFORMANCE_MAX = 10;- See Also:
-
LOCAL_SERVICES_VALUE
public static final int LOCAL_SERVICES_VALUELocal services campaigns.
LOCAL_SERVICES = 11;- See Also:
-
TRAVEL_VALUE
public static final int TRAVEL_VALUETravel campaigns.
TRAVEL = 13;- See Also:
-
DEMAND_GEN_VALUE
public static final int DEMAND_GEN_VALUEDemand Gen campaigns.
DEMAND_GEN = 14;- 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<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 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
-