[[["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."],[[["`Method` is a class representing a method within an API interface, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Method` class includes constructors for creating new instances and provides methods for cloning, comparing, merging, calculating the size, and writing the data of `Method` objects, along with inherited methods from `object`."],["The class exposes several properties, including `Name`, `Options`, `RequestStreaming`, `RequestTypeUrl`, `ResponseStreaming`, `ResponseTypeUrl`, and `Syntax`, which define various aspects of the method such as its name, input and output types, and whether streaming is involved."],["Several fields are associated with the `Method` class, including `NameFieldNumber`, `OptionsFieldNumber`, `RequestStreamingFieldNumber`, `RequestTypeUrlFieldNumber`, `ResponseStreamingFieldNumber`, `ResponseTypeUrlFieldNumber`, and `SyntaxFieldNumber`, each representing a field number for a specific method property."],["The `Method` class is within the `Google.Protobuf.WellKnownTypes` namespace and is part of the `Google.Protobuf.dll` assembly, with static members like `Descriptor` and `Parser` for message description and parsing."]]],[]]