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 page provides documentation for the `DataQualityRule.Types.RegexExpectation` class within the Google Cloud Dataplex V1 API, specifically for .NET development."],["The `RegexExpectation` class is used to define a rule that checks if column values match a specified regular expression, helping to ensure data quality within the Dataplex environment."],["The page includes links to versions of the API, ranging from the latest version `3.6.0` down to `1.0.0`, allowing users to access the information that corresponds to the specific version they are using."],["The `RegexExpectation` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing advanced functionalities like message manipulation, equality comparison, deep cloning, and buffer message handling."],["The `Regex` property within the `RegexExpectation` class is a string value that allows you to define the regular expression that will be used to validate column values."]]],[]]