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

BytesValue

public const int ValueFieldNumber = 1

public static MessageDescriptor Descriptor { get; }

public static MessageParser<BytesValue> Parser { get; }

public ByteString Value { get; set; }

public BytesValue()

public BytesValue(BytesValue other)

public int CalculateSize()

public BytesValue Clone()

public bool Equals(BytesValue other)

public void MergeFrom(BytesValue other)

public void MergeFrom(CodedInputStream input)

public void WriteTo(CodedOutputStream output)