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

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 bool HasClientStreaming { get; }

public bool HasInputType { get; }

public bool HasName { get; }

public bool HasOutputType { get; }

public bool HasServerStreaming { get; }

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 void ClearClientStreaming()

public void ClearInputType()

public void ClearName()

public void ClearOutputType()

public void ClearServerStreaming()

public bool Equals(MethodDescriptorProto other)

public void MergeFrom(MethodDescriptorProto other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)