Enum OfflineUserDataJob.MetadataCase
- java.lang.Object
-
- java.lang.Enum<OfflineUserDataJob.MetadataCase>
-
- com.google.ads.googleads.v10.resources.OfflineUserDataJob.MetadataCase
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,java.io.Serializable,java.lang.Comparable<OfflineUserDataJob.MetadataCase>
- Enclosing class:
- OfflineUserDataJob
public static enum OfflineUserDataJob.MetadataCase extends java.lang.Enum<OfflineUserDataJob.MetadataCase> implements com.google.protobuf.Internal.EnumLite
-
-
Enum Constant Summary
Enum Constants Enum Constant Description CUSTOMER_MATCH_USER_LIST_METADATAMETADATA_NOT_SETSTORE_SALES_METADATA
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static OfflineUserDataJob.MetadataCaseforNumber(int value)intgetNumber()static OfflineUserDataJob.MetadataCasevalueOf(int value)Deprecated.static OfflineUserDataJob.MetadataCasevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static OfflineUserDataJob.MetadataCase[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
CUSTOMER_MATCH_USER_LIST_METADATA
public static final OfflineUserDataJob.MetadataCase CUSTOMER_MATCH_USER_LIST_METADATA
-
STORE_SALES_METADATA
public static final OfflineUserDataJob.MetadataCase STORE_SALES_METADATA
-
METADATA_NOT_SET
public static final OfflineUserDataJob.MetadataCase METADATA_NOT_SET
-
-
Method Detail
-
values
public static OfflineUserDataJob.MetadataCase[] 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 (OfflineUserDataJob.MetadataCase c : OfflineUserDataJob.MetadataCase.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static OfflineUserDataJob.MetadataCase 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 OfflineUserDataJob.MetadataCase 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 OfflineUserDataJob.MetadataCase forNumber(int value)
-
getNumber
public int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite
-
-