public sealed class ValueValidation : IMessage<ValueValidation>, IEquatable<ValueValidation>, IDeepCloneable<ValueValidation>, IBufferMessage, IMessage
[[["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-21 UTC."],[[["The `ValueValidation` class in the `Google.Cloud.Dataproc.V1` namespace provides a way to validate parameters against a list of allowed values."],["Version 5.17.0 is the latest release, with a history of versions ranging from 3.1.0 to the most up-to-date release."],["This class inherits from the `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Values` property of the `ValueValidation` class is a `RepeatedField` of strings, representing the list of permissible values for a given parameter."],["The two constructors provided allow for the creation of a new instance of ValueValidation or by copying another existing ValueValidation instance."]]],[]]