Enum OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange

    • Field Detail

      • UNSPECIFIED_VALUE

        public static final int UNSPECIFIED_VALUE
         Not specified.
         
        UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • UNKNOWN_VALUE

        public static final int UNKNOWN_VALUE
         Default value for match rate range.
         
        UNKNOWN = 1;
        See Also:
        Constant Field Values
      • MATCH_RANGE_LESS_THAN_20_VALUE

        public static final int MATCH_RANGE_LESS_THAN_20_VALUE
         Match rate range for offline data upload entity is between 0% and 19%.
         
        MATCH_RANGE_LESS_THAN_20 = 2;
        See Also:
        Constant Field Values
      • MATCH_RANGE_20_TO_30_VALUE

        public static final int MATCH_RANGE_20_TO_30_VALUE
         Match rate range for offline data upload entity is between 20% and 30%.
         
        MATCH_RANGE_20_TO_30 = 3;
        See Also:
        Constant Field Values
      • MATCH_RANGE_31_TO_40_VALUE

        public static final int MATCH_RANGE_31_TO_40_VALUE
         Match rate range for offline data upload entity is between 31% and 40%.
         
        MATCH_RANGE_31_TO_40 = 4;
        See Also:
        Constant Field Values
      • MATCH_RANGE_41_TO_50_VALUE

        public static final int MATCH_RANGE_41_TO_50_VALUE
         Match rate range for offline data upload entity is between 41% and 50%.
         
        MATCH_RANGE_41_TO_50 = 5;
        See Also:
        Constant Field Values
      • MATCH_RANGE_51_TO_60_VALUE

        public static final int MATCH_RANGE_51_TO_60_VALUE
         Match rate range for offline data upload entity is between 51% and 60%.
         
        MATCH_RANGE_51_TO_60 = 6;
        See Also:
        Constant Field Values
      • MATCH_RANGE_61_TO_70_VALUE

        public static final int MATCH_RANGE_61_TO_70_VALUE
         Match rate range for offline data upload entity is between 61% and 70%.
         
        MATCH_RANGE_61_TO_70 = 7;
        See Also:
        Constant Field Values
      • MATCH_RANGE_71_TO_80_VALUE

        public static final int MATCH_RANGE_71_TO_80_VALUE
         Match rate range for offline data upload entity is between 71% and 80%.
         
        MATCH_RANGE_71_TO_80 = 8;
        See Also:
        Constant Field Values
      • MATCH_RANGE_81_TO_90_VALUE

        public static final int MATCH_RANGE_81_TO_90_VALUE
         Match rate range for offline data upload entity is between 81% and 90%.
         
        MATCH_RANGE_81_TO_90 = 9;
        See Also:
        Constant Field Values
      • MATCH_RANGE_91_TO_100_VALUE

        public static final int MATCH_RANGE_91_TO_100_VALUE
         Match rate range for offline data upload entity more than or equal to
         91%.
         
        MATCH_RANGE_91_TO_100 = 10;
        See Also:
        Constant Field Values
    • Method Detail

      • values

        public static OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange[] 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 (OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange c : OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange.values())
            System.out.println(c);
        
        Returns:
        an array containing the constants of this enum type, in the order they are declared
      • valueOf

        public static OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange 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 OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange 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
      • 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 OfflineUserDataJobMatchRateRangeEnum.OfflineUserDataJobMatchRateRange 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