public Protobuf.Collections.RepeatedField<SystemParameter> Parameters { get; }
Define parameters. Multiple names may be defined for a parameter.
For a given method call, only one of them should be used. If multiple
names are used the behavior is implementation-dependent.
If none of the specified names are present the behavior is
parameter-dependent.
[[["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."],[[["The `SystemParameterRule` class defines a rule for mapping system parameter definitions to specific methods within the Google.Api namespace."],["This class inherits from `Object` and implements the `Protobuf.IBufferMessage` interface, providing functionality for handling protocol buffer messages."],["`SystemParameterRule` objects can be created with a default constructor or by copying an existing `SystemParameterRule` instance."],["The class contains properties like `Parameters` to define multiple parameter names and `Selector` to specify which methods the rule applies to."],["The class includes various methods for message manipulation, like `CalculateSize()`, `Clone()`, `Equals()`, `GetHashCode()`, `MergeFrom()`, `ToString()` and `WriteTo()`."]]],[]]