Enum PolicyTopicEntryTypeEnum.PolicyTopicEntryType
- java.lang.Object
-
- java.lang.Enum<PolicyTopicEntryTypeEnum.PolicyTopicEntryType>
-
- com.google.ads.googleads.v10.enums.PolicyTopicEntryTypeEnum.PolicyTopicEntryType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite,com.google.protobuf.ProtocolMessageEnum,java.io.Serializable,java.lang.Comparable<PolicyTopicEntryTypeEnum.PolicyTopicEntryType>
- Enclosing class:
- PolicyTopicEntryTypeEnum
public static enum PolicyTopicEntryTypeEnum.PolicyTopicEntryType extends java.lang.Enum<PolicyTopicEntryTypeEnum.PolicyTopicEntryType> implements com.google.protobuf.ProtocolMessageEnum
The possible policy topic entry types.
Protobuf enumgoogle.ads.googleads.v10.enums.PolicyTopicEntryTypeEnum.PolicyTopicEntryType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description AREA_OF_INTEREST_ONLYConstrained for all targeted countries, but may serve in other countries through area of interest.BROADENINGCould increase coverage beyond normal.DESCRIPTIVEMay be of interest, but does not limit how the resource is served.FULLY_LIMITEDThe resource cannot serve at all because of the current targeting criteria.LIMITEDThe resource will not be served under some circumstances.PROHIBITEDThe resource will not be served.UNKNOWNThe received value is not known in this version.UNRECOGNIZEDUNSPECIFIEDNo value has been specified.
-
Field Summary
Fields Modifier and Type Field Description static intAREA_OF_INTEREST_ONLY_VALUEConstrained for all targeted countries, but may serve in other countries through area of interest.static intBROADENING_VALUECould increase coverage beyond normal.static intDESCRIPTIVE_VALUEMay be of interest, but does not limit how the resource is served.static intFULLY_LIMITED_VALUEThe resource cannot serve at all because of the current targeting criteria.static intLIMITED_VALUEThe resource will not be served under some circumstances.static intPROHIBITED_VALUEThe resource will not be served.static intUNKNOWN_VALUEThe received value is not known in this version.static intUNSPECIFIED_VALUENo value has been specified.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static PolicyTopicEntryTypeEnum.PolicyTopicEntryTypeforNumber(int value)static com.google.protobuf.Descriptors.EnumDescriptorgetDescriptor()com.google.protobuf.Descriptors.EnumDescriptorgetDescriptorForType()intgetNumber()com.google.protobuf.Descriptors.EnumValueDescriptorgetValueDescriptor()static com.google.protobuf.Internal.EnumLiteMap<PolicyTopicEntryTypeEnum.PolicyTopicEntryType>internalGetValueMap()static PolicyTopicEntryTypeEnum.PolicyTopicEntryTypevalueOf(int value)Deprecated.static PolicyTopicEntryTypeEnum.PolicyTopicEntryTypevalueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)Returns the enum constant of this type with the specified name.static PolicyTopicEntryTypeEnum.PolicyTopicEntryTypevalueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PolicyTopicEntryTypeEnum.PolicyTopicEntryType[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
UNSPECIFIED
public static final PolicyTopicEntryTypeEnum.PolicyTopicEntryType UNSPECIFIED
No value has been specified.
UNSPECIFIED = 0;
-
UNKNOWN
public static final PolicyTopicEntryTypeEnum.PolicyTopicEntryType UNKNOWN
The received value is not known in this version. This is a response-only value.
UNKNOWN = 1;
-
PROHIBITED
public static final PolicyTopicEntryTypeEnum.PolicyTopicEntryType PROHIBITED
The resource will not be served.
PROHIBITED = 2;
-
LIMITED
public static final PolicyTopicEntryTypeEnum.PolicyTopicEntryType LIMITED
The resource will not be served under some circumstances.
LIMITED = 4;
-
FULLY_LIMITED
public static final PolicyTopicEntryTypeEnum.PolicyTopicEntryType FULLY_LIMITED
The resource cannot serve at all because of the current targeting criteria.
FULLY_LIMITED = 8;
-
DESCRIPTIVE
public static final PolicyTopicEntryTypeEnum.PolicyTopicEntryType DESCRIPTIVE
May be of interest, but does not limit how the resource is served.
DESCRIPTIVE = 5;
-
BROADENING
public static final PolicyTopicEntryTypeEnum.PolicyTopicEntryType BROADENING
Could increase coverage beyond normal.
BROADENING = 6;
-
AREA_OF_INTEREST_ONLY
public static final PolicyTopicEntryTypeEnum.PolicyTopicEntryType AREA_OF_INTEREST_ONLY
Constrained for all targeted countries, but may serve in other countries through area of interest.
AREA_OF_INTEREST_ONLY = 7;
-
UNRECOGNIZED
public static final PolicyTopicEntryTypeEnum.PolicyTopicEntryType UNRECOGNIZED
-
-
Field Detail
-
UNSPECIFIED_VALUE
public static final int UNSPECIFIED_VALUE
No value has been specified.
UNSPECIFIED = 0;- See Also:
- Constant Field Values
-
UNKNOWN_VALUE
public static final int UNKNOWN_VALUE
The received value is not known in this version. This is a response-only value.
UNKNOWN = 1;- See Also:
- Constant Field Values
-
PROHIBITED_VALUE
public static final int PROHIBITED_VALUE
The resource will not be served.
PROHIBITED = 2;- See Also:
- Constant Field Values
-
LIMITED_VALUE
public static final int LIMITED_VALUE
The resource will not be served under some circumstances.
LIMITED = 4;- See Also:
- Constant Field Values
-
FULLY_LIMITED_VALUE
public static final int FULLY_LIMITED_VALUE
The resource cannot serve at all because of the current targeting criteria.
FULLY_LIMITED = 8;- See Also:
- Constant Field Values
-
DESCRIPTIVE_VALUE
public static final int DESCRIPTIVE_VALUE
May be of interest, but does not limit how the resource is served.
DESCRIPTIVE = 5;- See Also:
- Constant Field Values
-
BROADENING_VALUE
public static final int BROADENING_VALUE
Could increase coverage beyond normal.
BROADENING = 6;- See Also:
- Constant Field Values
-
AREA_OF_INTEREST_ONLY_VALUE
public static final int AREA_OF_INTEREST_ONLY_VALUE
Constrained for all targeted countries, but may serve in other countries through area of interest.
AREA_OF_INTEREST_ONLY = 7;- See Also:
- Constant Field Values
-
-
Method Detail
-
values
public static PolicyTopicEntryTypeEnum.PolicyTopicEntryType[] 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 (PolicyTopicEntryTypeEnum.PolicyTopicEntryType c : PolicyTopicEntryTypeEnum.PolicyTopicEntryType.values()) System.out.println(c);
- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
public static PolicyTopicEntryTypeEnum.PolicyTopicEntryType 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
-
getNumber
public final int getNumber()
- Specified by:
getNumberin interfacecom.google.protobuf.Internal.EnumLite- Specified by:
getNumberin interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
@Deprecated public static PolicyTopicEntryTypeEnum.PolicyTopicEntryType 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 PolicyTopicEntryTypeEnum.PolicyTopicEntryType forNumber(int value)
- 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<PolicyTopicEntryTypeEnum.PolicyTopicEntryType> 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 PolicyTopicEntryTypeEnum.PolicyTopicEntryType valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
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:
desc- 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
-
-