public sealed class ServiceDescriptorProto : IMessage<ServiceDescriptorProto>, IEquatable<ServiceDescriptorProto>, IDeepCloneable<ServiceDescriptorProto>, IBufferMessage, IMessage
[[["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-04-28 UTC."],[[["`ServiceDescriptorProto` is a class that describes a service within the Google.Protobuf.Reflection namespace and is part of the Google.Protobuf.dll assembly."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["`ServiceDescriptorProto` includes constructors for creating new instances, and properties such as `Name`, `Method`, `Options`, and `Descriptor`, to manage service details."],["The class also offers several methods for operations such as calculating size, cloning, merging, and comparing instances of `ServiceDescriptorProto`."],["This class has fields such as `MethodFieldNumber`, `NameFieldNumber`, and `OptionsFieldNumber` that allow specification and management of the service."]]],[]]