Stores mapping of methods to server call handlers.
Normally, the ServerServiceDefinition objects will be created by the BindService factory method
that is part of the autogenerated code for a protocol buffers service definition.
[[["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-06-12 UTC."],[[["`ServerServiceDefinition` stores mappings of methods to server call handlers, typically created via the `BindService` factory method in protocol buffers service definitions."],["The latest version of `ServerServiceDefinition` is version 2.66.0, with version 2.63.0 and 2.48.0 also available in the documentation."],["It inherits from the `object` class and includes inherited members like `Equals`, `GetHashCode`, and `GetType`."],["The `CreateBuilder()` method is used to instantiate a new builder object for `ServerServiceDefinition`."]]],[]]