Descriptor for this message. All instances are expected to return the same descriptor,
and for generated types this will be an explicitly-implemented member, returning the
same value as the static property declared on the type.
[[["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-08-28 UTC."],[[["\u003cp\u003e\u003ccode\u003eIMessage\u003c/code\u003e is an interface for Protocol Buffers messages, supporting essential operations like serialization.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eDescriptor\u003c/code\u003e property returns a \u003ccode\u003eMessageDescriptor\u003c/code\u003e that provides metadata about the message.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCalculateSize()\u003c/code\u003e method determines the size of the message in bytes when serialized.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eMergeFrom(CodedInputStream)\u003c/code\u003e is used to merge data from a coded input stream into the current message.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eWriteTo(CodedOutputStream)\u003c/code\u003e writes the message's data to a specified coded output stream, and must not be null.\u003c/p\u003e\n"]]],[],null,[]]