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 reference documentation for the `ValueValidation` class within the Google Cloud Dataproc v1 API, specifically focusing on version 5.15.0."],["The `ValueValidation` class is used for validation based on a list of allowed values and implements multiple interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest available version of `ValueValidation` is 5.17.0, with a history of versions dating back to 3.1.0 for those looking for other variations."],["The `ValueValidation` class has a property called `Values`, which is a required field that stores a list of allowed values for validation, represented as a `RepeatedField` of strings."],["There are 2 constructors for this class, one default and one that takes in another `ValueValidation` as a parameter."]]],[]]