FIGetFileId public sealed class FIGetFileId : IMessage<FIGetFileId>, IMessage, IEquatable<FIGetFileId>, IDeepCloneable<FIGetFileId> Documentation public const int ExtFIFieldNumber = 2 public const int IoIdFieldNumber = 1 public static MessageDescriptor Descriptor { get; } public static MessageParser<FIGetFileId> Parser { get; } public bool ExtFI { get; set; } public int IoId { get; set; } public FIGetFileId() public FIGetFileId(FIGetFileId other) public int CalculateSize() public FIGetFileId Clone() public bool Equals(FIGetFileId other) public void MergeFrom(FIGetFileId other) public void MergeFrom(CodedInputStream input) public void WriteTo(CodedOutputStream output)