Interface DataQualityRule.RegexExpectationOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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.