[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage details the `ParameterValidator` class within the `Google.Apis.Requests.Parameters` namespace, which is used for parameter validation in the Google.Apis.Core.dll assembly."],["The `ParameterValidator` class inherits from the base `object` class and includes several inherited members such as `Equals`, `GetHashCode`, and `ToString`."],["The `ParameterValidator` class provides three main methods: `ValidateParameter(IParameter, string)`, `ValidateParameter(IParameter, string, out string)`, and `ValidateRegex(IParameter, string)`, with the latter two designed to validate parameters and the first one that is obsolete."],["The method `ValidateParameter` is responsible for validating a given parameter and its value, and also includes an overload which returns a string error output."],["The method `ValidateRegex` validates a parameter value against the method's regex, but it is marked as obsolete and suggests using `ValidateParameter` instead."]]],[]]