<PackageReference Include="Relativity.OutsideIn" Version="2020.5.0" />

MethodDescriptorProto

public const int ClientStreamingFieldNumber = 5

public const int InputTypeFieldNumber = 2

public const int NameFieldNumber = 1

public const int OptionsFieldNumber = 4

public const int OutputTypeFieldNumber = 3

public const int ServerStreamingFieldNumber = 6

public static MessageDescriptor Descriptor { get; }

public static MessageParser<MethodDescriptorProto> Parser { get; }

public bool ClientStreaming { get; set; }

public string InputType { get; set; }

public string Name { get; set; }

public MethodOptions Options { get; set; }

public string OutputType { get; set; }

public bool ServerStreaming { get; set; }

public int CalculateSize()

public bool Equals(MethodDescriptorProto other)

public void MergeFrom(MethodDescriptorProto other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)