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

IOGetFileInfoResponse

public const int ContainsNameFieldNumber = 2

public const int ContainsPathFieldNumber = 1

public const int NameFieldNumber = 4

public const int PathFieldNumber = 3

public static MessageDescriptor Descriptor { get; }

public static MessageParser<IOGetFileInfoResponse> Parser { get; }

public bool ContainsName { get; set; }

public bool ContainsPath { get; set; }

public string Name { get; set; }

public string Path { get; set; }

public int CalculateSize()

public bool Equals(IOGetFileInfoResponse other)

public void MergeFrom(IOGetFileInfoResponse other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)