Enum PolicyTopicEntryTypeEnum.PolicyTopicEntryType

    • 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 name
        java.lang.NullPointerException - if the argument is null
      • getNumber

        public final int getNumber()
        Specified by:
        getNumber in interface com.google.protobuf.Internal.EnumLite
        Specified by:
        getNumber in interface com.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 name
        java.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.
      • getValueDescriptor

        public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
        Specified by:
        getValueDescriptor in interface com.google.protobuf.ProtocolMessageEnum
      • getDescriptorForType

        public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
        Specified by:
        getDescriptorForType in interface com.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 name
        java.lang.NullPointerException - if the argument is null