Enum DataQualityScanRuleResult.RuleType

    • Enum Constant Detail

      • NON_NULL_EXPECTATION

        public static final DataQualityScanRuleResult.RuleType NON_NULL_EXPECTATION
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#nonnullexpectation.
         
        NON_NULL_EXPECTATION = 1;
      • RANGE_EXPECTATION

        public static final DataQualityScanRuleResult.RuleType RANGE_EXPECTATION
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#rangeexpectation.
         
        RANGE_EXPECTATION = 2;
      • REGEX_EXPECTATION

        public static final DataQualityScanRuleResult.RuleType REGEX_EXPECTATION
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#regexexpectation.
         
        REGEX_EXPECTATION = 3;
      • ROW_CONDITION_EXPECTATION

        public static final DataQualityScanRuleResult.RuleType ROW_CONDITION_EXPECTATION
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#rowconditionexpectation.
         
        ROW_CONDITION_EXPECTATION = 4;
      • SET_EXPECTATION

        public static final DataQualityScanRuleResult.RuleType SET_EXPECTATION
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#setexpectation.
         
        SET_EXPECTATION = 5;
      • STATISTIC_RANGE_EXPECTATION

        public static final DataQualityScanRuleResult.RuleType STATISTIC_RANGE_EXPECTATION
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#statisticrangeexpectation.
         
        STATISTIC_RANGE_EXPECTATION = 6;
      • TABLE_CONDITION_EXPECTATION

        public static final DataQualityScanRuleResult.RuleType TABLE_CONDITION_EXPECTATION
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#tableconditionexpectation.
         
        TABLE_CONDITION_EXPECTATION = 7;
      • UNIQUENESS_EXPECTATION

        public static final DataQualityScanRuleResult.RuleType UNIQUENESS_EXPECTATION
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation.
         
        UNIQUENESS_EXPECTATION = 8;
    • Field Detail

      • RULE_TYPE_UNSPECIFIED_VALUE

        public static final int RULE_TYPE_UNSPECIFIED_VALUE
         An unspecified rule type.
         
        RULE_TYPE_UNSPECIFIED = 0;
        See Also:
        Constant Field Values
      • NON_NULL_EXPECTATION_VALUE

        public static final int NON_NULL_EXPECTATION_VALUE
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#nonnullexpectation.
         
        NON_NULL_EXPECTATION = 1;
        See Also:
        Constant Field Values
      • RANGE_EXPECTATION_VALUE

        public static final int RANGE_EXPECTATION_VALUE
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#rangeexpectation.
         
        RANGE_EXPECTATION = 2;
        See Also:
        Constant Field Values
      • REGEX_EXPECTATION_VALUE

        public static final int REGEX_EXPECTATION_VALUE
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#regexexpectation.
         
        REGEX_EXPECTATION = 3;
        See Also:
        Constant Field Values
      • ROW_CONDITION_EXPECTATION_VALUE

        public static final int ROW_CONDITION_EXPECTATION_VALUE
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#rowconditionexpectation.
         
        ROW_CONDITION_EXPECTATION = 4;
        See Also:
        Constant Field Values
      • SET_EXPECTATION_VALUE

        public static final int SET_EXPECTATION_VALUE
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#setexpectation.
         
        SET_EXPECTATION = 5;
        See Also:
        Constant Field Values
      • STATISTIC_RANGE_EXPECTATION_VALUE

        public static final int STATISTIC_RANGE_EXPECTATION_VALUE
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#statisticrangeexpectation.
         
        STATISTIC_RANGE_EXPECTATION = 6;
        See Also:
        Constant Field Values
      • TABLE_CONDITION_EXPECTATION_VALUE

        public static final int TABLE_CONDITION_EXPECTATION_VALUE
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#tableconditionexpectation.
         
        TABLE_CONDITION_EXPECTATION = 7;
        See Also:
        Constant Field Values
      • UNIQUENESS_EXPECTATION_VALUE

        public static final int UNIQUENESS_EXPECTATION_VALUE
         Please see
         https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation.
         
        UNIQUENESS_EXPECTATION = 8;
        See Also:
        Constant Field Values
    • Method Detail

      • values

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

        public static DataQualityScanRuleResult.RuleType valueOf​(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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        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 DataQualityScanRuleResult.RuleType 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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null
      • forNumber

        public static DataQualityScanRuleResult.RuleType 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 DataQualityScanRuleResult.RuleType 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:
        IllegalArgumentException - if this enum type has no constant with the specified name
        NullPointerException - if the argument is null