BytesValue public sealed class BytesValue : IMessage<BytesValue>, IMessage, IEquatable<BytesValue>, IDeepCloneable<BytesValue> Documentation 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)