public sealed class DataQualityRule.Types.RegexExpectation : IMessage<DataQualityRule.Types.RegexExpectation>, IEquatable<DataQualityRule.Types.RegexExpectation>, IDeepCloneable<DataQualityRule.Types.RegexExpectation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.RegexExpectation.
Evaluates whether each column value matches a specified regex.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-25 UTC."],[[["This webpage provides documentation for the `DataQualityRule.Types.RegexExpectation` class within the Google Cloud Dataplex V1 API."],["The `RegexExpectation` class is used to evaluate if a column's values match a specified regular expression, making it a component for data quality checks."],["It implements several interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing it to interact with other protocol buffer functionalities."],["The documentation includes details on the class's inheritance, constructors, and properties, such as the `Regex` property, which defines the regular expression to be used for evaluation."],["Multiple versions of this documentation are available, ranging from version 1.0.0 up to 3.6.0, with 3.6.0 being the latest, to assist developers using different versions."]]],[]]