public sealed class InvalidTemplateParameters.Types.ParameterViolation : IMessage<InvalidTemplateParameters.Types.ParameterViolation>, IEquatable<InvalidTemplateParameters.Types.ParameterViolation>, IDeepCloneable<InvalidTemplateParameters.Types.ParameterViolation>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class InvalidTemplateParameters.Types.ParameterViolation.
[[["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 document provides reference information for the `InvalidTemplateParameters.Types.ParameterViolation` class within the Dataflow v1beta3 API, with the latest version being 2.0.0-beta07."],["The `InvalidTemplateParameters.Types.ParameterViolation` class is a sealed class that represents a specific violation related to template parameters, and it inherits from `object` and implements several interfaces."],["The class offers two constructors: a default `ParameterViolation()` constructor and an overload `ParameterViolation(InvalidTemplateParameters.Types.ParameterViolation other)` constructor."],["The `InvalidTemplateParameters.Types.ParameterViolation` class includes two key properties, `Description` and `Parameter`, which are used to specify the reason for validation failure and the parameter that did not pass validation, both of which are of type string."],["The class resides within the `Google.Cloud.Dataflow.V1Beta3` namespace and is part of the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."]]],[]]