public sealed class ValueValidation : IMessage<ValueValidation>, IEquatable<ValueValidation>, IDeepCloneable<ValueValidation>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Dataproc v1 API class ValueValidation.
[[["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."],[[["This webpage provides documentation for the `ValueValidation` class within the Google Cloud Dataproc v1 API, specifically for the .NET framework."],["The latest version of the Google Cloud Dataproc v1 API is 5.17.0, with previous versions dating back to 3.1.0, and all versions are linked for reference."],["`ValueValidation` is designed for validating parameters based on a list of allowed values and it inherits from `Object` and implements multiple interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The `ValueValidation` class has two constructors, a default constructor and a copy constructor that takes another `ValueValidation` object."],["The class contains a `Values` property, a `RepeatedField` of strings, which represents the list of allowed values for validation."]]],[]]