Package com.google.cloud.dataplex.v1
Enum DataQualityScanRuleResult.RuleType
- java.lang.Object
-
- java.lang.Enum<DataQualityScanRuleResult.RuleType>
-
- com.google.cloud.dataplex.v1.DataQualityScanRuleResult.RuleType
-
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<DataQualityScanRuleResult.RuleType>
- Enclosing class:
- DataQualityScanRuleResult
public static enum DataQualityScanRuleResult.RuleType extends Enum<DataQualityScanRuleResult.RuleType> implements com.google.protobuf.ProtocolMessageEnum
The type of the data quality rule.
Protobuf enumgoogle.cloud.dataplex.v1.DataQualityScanRuleResult.RuleType
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NON_NULL_EXPECTATION
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#nonnullexpectation.RANGE_EXPECTATION
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#rangeexpectation.REGEX_EXPECTATION
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#regexexpectation.ROW_CONDITION_EXPECTATION
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#rowconditionexpectation.RULE_TYPE_UNSPECIFIED
An unspecified rule type.SET_EXPECTATION
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#setexpectation.STATISTIC_RANGE_EXPECTATION
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#statisticrangeexpectation.TABLE_CONDITION_EXPECTATION
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#tableconditionexpectation.UNIQUENESS_EXPECTATION
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation.UNRECOGNIZED
-
Field Summary
Fields Modifier and Type Field Description static int
NON_NULL_EXPECTATION_VALUE
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#nonnullexpectation.static int
RANGE_EXPECTATION_VALUE
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#rangeexpectation.static int
REGEX_EXPECTATION_VALUE
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#regexexpectation.static int
ROW_CONDITION_EXPECTATION_VALUE
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#rowconditionexpectation.static int
RULE_TYPE_UNSPECIFIED_VALUE
An unspecified rule type.static int
SET_EXPECTATION_VALUE
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#setexpectation.static int
STATISTIC_RANGE_EXPECTATION_VALUE
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#statisticrangeexpectation.static int
TABLE_CONDITION_EXPECTATION_VALUE
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#tableconditionexpectation.static int
UNIQUENESS_EXPECTATION_VALUE
Please see https://cloud.google.com/dataplex/docs/reference/rest/v1/DataQualityRule#uniquenessexpectation.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static DataQualityScanRuleResult.RuleType
forNumber(int value)
static com.google.protobuf.Descriptors.EnumDescriptor
getDescriptor()
com.google.protobuf.Descriptors.EnumDescriptor
getDescriptorForType()
int
getNumber()
com.google.protobuf.Descriptors.EnumValueDescriptor
getValueDescriptor()
static com.google.protobuf.Internal.EnumLiteMap<DataQualityScanRuleResult.RuleType>
internalGetValueMap()
static DataQualityScanRuleResult.RuleType
valueOf(int value)
Deprecated.static DataQualityScanRuleResult.RuleType
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static DataQualityScanRuleResult.RuleType
valueOf(String name)
Returns the enum constant of this type with the specified name.static DataQualityScanRuleResult.RuleType[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
-
-
Enum Constant Detail
-
RULE_TYPE_UNSPECIFIED
public static final DataQualityScanRuleResult.RuleType RULE_TYPE_UNSPECIFIED
An unspecified rule type.
RULE_TYPE_UNSPECIFIED = 0;
-
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;
-
UNRECOGNIZED
public static final DataQualityScanRuleResult.RuleType UNRECOGNIZED
-
-
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 nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()
- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.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 nameNullPointerException
- 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.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<DataQualityScanRuleResult.RuleType> internalGetValueMap()
-
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
- Specified by:
getDescriptorForType
in interfacecom.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 nameNullPointerException
- if the argument is null
-
-