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."],[[["The latest version available for the Google Cloud Dataproc v1 API is 5.17.0, with the documentation referencing back to version 3.1.0."],["The `ValueValidation` class, part of the Google.Cloud.Dataproc.V1 namespace, is used for validating data against a list of allowed values."],["The `ValueValidation` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `object` class."],["The `ValueValidation` class has two constructors: a default constructor and one that accepts another `ValueValidation` object for copying and has one property, `Values`, which is a `RepeatedField` of strings representing the list of allowed values."]]],[]]