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