The ServiceOptions, defined in descriptor.proto.
If the options message is not present (i.e. there are no options), null is returned.
Custom options can be retrieved as extensions of the returned message.
NOTE: A defensive copy is created each time this property is retrieved.
[[["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-03-21 UTC."],[[["This documentation describes the `ServiceDescriptor` class within the `Google.Protobuf.Reflection` namespace, which is used to describe a service type in Protocol Buffers."],["`ServiceDescriptor` inherits from `DescriptorBase` and implements `IDescriptor`, providing properties like `FullName`, `File`, and `Index`."],["The class provides access to custom options and a list of methods defined within the service via the `CustomOptions` and `Methods` properties, respectively."],["`ServiceDescriptor` offers methods such as `FindMethodByName`, `GetOption\u003cT\u003e`, and `GetOptions` to interact with the service's methods and options, including custom options."],["The documentation covers the version 3.15.8 of the Google.Protobuf package, with links to the latest version (3.27.1) and another previous version (3.23.0)."]]],[]]