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."],[[["This webpage provides reference documentation for the `DataQualityRule.Types.SetExpectation` class within the Cloud Dataplex v1 API, specifically for .NET development."],["The `SetExpectation` class, which is a part of the `Google.Cloud.Dataplex.V1` namespace, checks whether column values are included in a specified set, with version 3.6.0 being the latest."],["The page outlines the inheritance, implemented interfaces, constructors, and properties of the `SetExpectation` class, detailing how it relates to other classes and interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable`."],["A list of versions, from 1.0.0 to 3.6.0 is provided for the `SetExpectation` class, allowing users to access the corresponding documentation for each specific release."],["The primary property, `Values`, of the `SetExpectation` class is detailed, indicating it's a `RepeatedField` of strings that hold the expected values for the column, and it is optional."]]],[]]