Enum ExtensionFeedItem.ExtensionCase
- java.lang.Object
-
- java.lang.Enum<ExtensionFeedItem.ExtensionCase>
-
- com.google.ads.googleads.v10.resources.ExtensionFeedItem.ExtensionCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<ExtensionFeedItem.ExtensionCase>
- Enclosing class:
- ExtensionFeedItem
public static enum ExtensionFeedItem.ExtensionCase extends java.lang.Enum<ExtensionFeedItem.ExtensionCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static ExtensionFeedItem.ExtensionCaseforNumber(int value)intgetNumber()static ExtensionFeedItem.ExtensionCasevalueOf(int value)Deprecated.static ExtensionFeedItem.ExtensionCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ExtensionFeedItem.ExtensionCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
SITELINK_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase SITELINK_FEED_ITEM
-
STRUCTURED_SNIPPET_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase STRUCTURED_SNIPPET_FEED_ITEM
-
APP_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase APP_FEED_ITEM
-
CALL_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase CALL_FEED_ITEM
-
CALLOUT_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase CALLOUT_FEED_ITEM
-
TEXT_MESSAGE_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase TEXT_MESSAGE_FEED_ITEM
-
PRICE_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase PRICE_FEED_ITEM
-
PROMOTION_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase PROMOTION_FEED_ITEM
-
LOCATION_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase LOCATION_FEED_ITEM
-
AFFILIATE_LOCATION_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase AFFILIATE_LOCATION_FEED_ITEM
-
HOTEL_CALLOUT_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase HOTEL_CALLOUT_FEED_ITEM
-
IMAGE_FEED_ITEM
public static final ExtensionFeedItem.ExtensionCase IMAGE_FEED_ITEM
-
EXTENSION_NOT_SET
public static final ExtensionFeedItem.ExtensionCase EXTENSION_NOT_SET
-
-
Method Detail
-
values
public static ExtensionFeedItem.ExtensionCase[] 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 (ExtensionFeedItem.ExtensionCase c : ExtensionFeedItem.ExtensionCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static ExtensionFeedItem.ExtensionCase 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
-
valueOf
@Deprecated public static ExtensionFeedItem.ExtensionCase 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 ExtensionFeedItem.ExtensionCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-