public sealed class InvalidTemplateParameters : IMessage<InvalidTemplateParameters>, IEquatable<InvalidTemplateParameters>, IDeepCloneable<InvalidTemplateParameters>, IBufferMessage, IMessage
Reference documentation and code samples for the Dataflow v1beta3 API class InvalidTemplateParameters.
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 Dataflow v1beta3 API, is used to identify issues with template parameters within a `google.rpc.Status` message."],["This class inherits from `object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are multiple versions available for this class, with `2.0.0-beta07` being the latest and `1.0.0-beta03` being the lowest presented."],["The class includes constructors for creating new instances and copying from existing `InvalidTemplateParameters` objects."],["The `ParameterViolations` property, a `RepeatedField`, is used to detail specific violations found within the template parameters."]]],[]]