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 documentation covers various versions of the Google Cloud Dataproc v1 API, ranging from version 3.1.0 to the latest version 5.17.0."],["The primary focus is on the `ValueValidation` class, which is used for validating values based on a predefined list of allowed values, as indicated by the `Values` property."],["`ValueValidation` is a class that implements multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for functionality related to message handling and object comparison."],["The `ValueValidation` class has two constructors: a default constructor and one that takes another `ValueValidation` instance for cloning purposes."],["The `ValueValidation` class includes a property called `Values`, which is a `RepeatedField` that allows for the storage and retrieval of a list of allowed string values for parameter validation."]]],[]]