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

Any

public const int TypeUrlFieldNumber = 1

public const int ValueFieldNumber = 2

public static MessageDescriptor Descriptor { get; }

public static MessageParser<Any> Parser { get; }

public string TypeUrl { get; set; }

public ByteString Value { get; set; }

public Any()

public Any(Any other)

public static string GetTypeName(string typeUrl)

public static Any Pack(IMessage message)

public static Any Pack(IMessage message, string typeUrlPrefix)

public int CalculateSize()

public Any Clone()

public bool Equals(Any other)

public bool Is(MessageDescriptor descriptor)

public void MergeFrom(Any other)

public void MergeFrom(CodedInputStream input)

public bool TryUnpack<T>(out T result) where T : IMessage

public T Unpack<T>() where T : IMessage

public void WriteTo(CodedOutputStream output)