Package com.google.cloud.dataplex.v1
Interface DataQualityRule.RegexExpectationOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
DataQualityRule.RegexExpectation
,DataQualityRule.RegexExpectation.Builder
- Enclosing class:
- DataQualityRule
public static interface DataQualityRule.RegexExpectationOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getRegex()
Optional.com.google.protobuf.ByteString
getRegexBytes()
Optional.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getRegex
String getRegex()
Optional. A regular expression the column value is expected to match.
string regex = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The regex.
-
getRegexBytes
com.google.protobuf.ByteString getRegexBytes()
Optional. A regular expression the column value is expected to match.
string regex = 1 [(.google.api.field_behavior) = OPTIONAL];
- Returns:
- The bytes for regex.
-
-