Interface DataQualityRule.TableConditionExpectationOrBuilder

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getSqlExpression()
      Optional.
      com.google.protobuf.ByteString getSqlExpressionBytes()
      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

      • getSqlExpression

        String getSqlExpression()
         Optional. The SQL expression.
         
        string sql_expression = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The sqlExpression.
      • getSqlExpressionBytes

        com.google.protobuf.ByteString getSqlExpressionBytes()
         Optional. The SQL expression.
         
        string sql_expression = 1 [(.google.api.field_behavior) = OPTIONAL];
        Returns:
        The bytes for sqlExpression.