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-04-09 UTC."],[[["This page provides reference documentation for the `ValueValidation` class within the Google Cloud Dataproc v1 API, specifically detailing its implementation and usage in .NET."],["The latest version of the `ValueValidation` API is 5.17.0, and the documentation lists historical versions, beginning with version 5.0.0 all the way to 5.17.0, along with some 3.X versions."],["`ValueValidation` is designed for validating parameters based on a predefined list of allowed values, implemented with IMessage, IEquatable, IDeepCloneable, and IBufferMessage interfaces, and inherits from the Object class."],["The documentation includes information about the class constructors, such as the default constructor `ValueValidation()` and the copy constructor `ValueValidation(ValueValidation other)`, as well as the `Values` property, which holds a list of allowed string values."],["Documentation is provided for the namespace `Google.Cloud.Dataproc.V1`, with code samples and descriptions available for each API version."]]],[]]