public sealed class DataQualityRule.Types.SetExpectation : IMessage<DataQualityRule.Types.SetExpectation>, IEquatable<DataQualityRule.Types.SetExpectation>, IDeepCloneable<DataQualityRule.Types.SetExpectation>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Dataplex v1 API class DataQualityRule.Types.SetExpectation.
Evaluates whether each column value is contained by a specified set.
[[["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."],[[["The provided content details the `DataQualityRule.Types.SetExpectation` class within the Google Cloud Dataplex v1 API for .NET, used to evaluate if column values are within a specified set."],["The latest version available is 3.6.0, with documentation and links provided for multiple previous versions of this class, down to version 1.0.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `SetExpectation` class has a `Values` property, which is a repeated field of strings representing the expected column values."],["The class includes two constructors: a default one (`SetExpectation()`) and another that takes another `DataQualityRule.Types.SetExpectation` object as a parameter."]]],[]]