[[["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 document describes the `MethodDescriptorProto` class, which is used to define a method within a service, and is part of the Google.Protobuf library, specifically in the `Google.Protobuf.Reflection` namespace within version 3.15.8."],["The `MethodDescriptorProto` class inherits from the `Object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities such as message definition, equality checks, deep cloning, and buffered message handling."],["The class includes properties like `ClientStreaming`, `InputType`, `Name`, `Options`, `OutputType`, and `ServerStreaming`, to describe the method's characteristics, such as whether it supports client or server streaming and the input and output types."],["It also contains several constant fields corresponding to each property, such as `ClientStreamingFieldNumber` or `NameFieldNumber`, which are used to identify each field during serialization."],["The class has methods for size calculation, clearing specific fields, cloning, equality checks, hash code generation, merging from input streams, string conversion, and writing to output streams."]]],[]]