public sealed class InvalidTemplateParameters : IMessage<InvalidTemplateParameters>, IEquatable<InvalidTemplateParameters>, IDeepCloneable<InvalidTemplateParameters>, IBufferMessage, IMessage
Used in the error_details field of a google.rpc.Status message, this
indicates problems with the template parameter.
[[["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 `InvalidTemplateParameters` class, part of the `Google.Cloud.Dataflow.V1Beta3` namespace, is used to indicate issues with template parameters and is found within the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."],["This class is utilized in the `error_details` field of a `google.rpc.Status` message to convey problems related to template parameters."],["`InvalidTemplateParameters` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class provides two constructors: a default constructor `InvalidTemplateParameters()` and another accepting an `InvalidTemplateParameters` object for cloning."],["The `ParameterViolations` property, of type `RepeatedField\u003cInvalidTemplateParameters.Types.ParameterViolation\u003e`, describes the specific violations encountered within a template request."]]],[]]