Enum Class VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType
java.lang.Object
java.lang.Enum<VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType>
com.google.ads.googleads.v23.enums.VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,Serializable,Comparable<VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType>,Constable
- Enclosing class:
- VerticalAdsItemVerticalTypeEnum
public static enum VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType
extends Enum<VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType>
implements com.google.protobuf.ProtocolMessageEnum
Enum describing Vertical Ads Item Vertical Type for SharedSet of type VERTICAL_ADS_ITEM_GROUP_RULE_LIST.Protobuf enum
google.ads.googleads.v23.enums.VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionEvents travel vertical.Flights travel vertical.Hotels travel vertical.Rental cars travel vertical.Things to do travel vertical.Used for return value only.Not specified.Vacation rentals travel vertical. -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intEvents travel vertical.static final intFlights travel vertical.static final intHotels travel vertical.static final intRental cars travel vertical.static final intThings to do travel vertical.static final intUsed for return value only.static final intNot specified.static final intVacation rentals travel vertical. -
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<VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType>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; -
HOTELS
Hotels travel vertical.
HOTELS = 2; -
VACATION_RENTALS
Vacation rentals travel vertical.
VACATION_RENTALS = 3; -
RENTAL_CARS
Rental cars travel vertical.
RENTAL_CARS = 4; -
EVENTS
Events travel vertical.
EVENTS = 5; -
THINGS_TO_DO
Things to do travel vertical.
THINGS_TO_DO = 6; -
FLIGHTS
Flights travel vertical.
FLIGHTS = 7; -
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:
-
HOTELS_VALUE
public static final int HOTELS_VALUEHotels travel vertical.
HOTELS = 2;- See Also:
-
VACATION_RENTALS_VALUE
public static final int VACATION_RENTALS_VALUEVacation rentals travel vertical.
VACATION_RENTALS = 3;- See Also:
-
RENTAL_CARS_VALUE
public static final int RENTAL_CARS_VALUERental cars travel vertical.
RENTAL_CARS = 4;- See Also:
-
EVENTS_VALUE
public static final int EVENTS_VALUEEvents travel vertical.
EVENTS = 5;- See Also:
-
THINGS_TO_DO_VALUE
public static final int THINGS_TO_DO_VALUEThings to do travel vertical.
THINGS_TO_DO = 6;- See Also:
-
FLIGHTS_VALUE
public static final int FLIGHTS_VALUEFlights travel vertical.
FLIGHTS = 7;- 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 public static VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType valueOf(int value) 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<VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType> 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 VerticalAdsItemVerticalTypeEnum.VerticalAdsItemVerticalType 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
-