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 documentation for the `DataQualityRule.Types.SetExpectation` class within the Google Cloud Dataplex V1 API."],["The `SetExpectation` class is used to validate whether values are contained within a specific set, and it inherits from `object` while implementing several interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation covers multiple versions of the .NET API, ranging from version 1.0.0 to the latest 3.6.0, and it presents an overview of the assembly, namespace, constructors, properties, and inherited members."],["The `Values` property of the `SetExpectation` class, which is of type `RepeatedField\u003cstring\u003e`, allows for defining the set of expected values for column validation."],["There are two constructors available for the `SetExpectation` class: a default constructor and another that takes an instance of the `SetExpectation` class."]]],[]]