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 version 5.9.0, with links to other versions of the API."],["`ValueValidation` is used for validating parameters based on a list of allowed values, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `ValueValidation` class includes a `Values` property, which is a required list of strings that defines the allowed values for a parameter, available as a `RepeatedField`."],["There are two constructors available for creating `ValueValidation` objects, one being the basic default, and the other one allowing for creation based on an existing `ValueValidation`."],["The page displays a list of available versions of this api, with 5.17.0 as the latest version available."]]],[]]