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 for .NET."],["The `ValueValidation` class is used for specifying a list of allowed values, which it inherits from multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page also includes the latest version available for the api, listed as version 5.17.0, as well as various prior versions going back to 3.1.0."],["The primary property of the `ValueValidation` class is `Values`, which is a `RepeatedField` of strings representing the allowed values for a given parameter."],["The page offers two constructors for the `ValueValidation` class, a default constructor and one that takes another `ValueValidation` object as a parameter for copying."]]],[]]