<PackageReference Include="Google.Protobuf" Version="3.35.1" />

Google.Protobuf.Reflection.ServiceDescriptorProto

Describes a service.
public const int MethodFieldNumber = 2

Field number for the "method" field.

public const int NameFieldNumber = 1

Field number for the "name" field.

public const int OptionsFieldNumber = 3

Field number for the "options" field.

public static MessageDescriptor Descriptor { get; }

public bool HasName { get; }

Gets whether the "name" field is set

public string Name { get; set; }

public ServiceOptions Options { get; set; }

public int CalculateSize()

public void ClearName()

Clears the value of the "name" field

public bool Equals(ServiceDescriptorProto other)

public void MergeFrom(ServiceDescriptorProto other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)