<PackageReference Include="Google.Protobuf" Version="3.35.0" />

Google.Protobuf.WellKnownTypes.BytesValue

Wrapper message for `bytes`. The JSON representation for `BytesValue` is JSON string. Not recommended for use in new APIs, but still useful for legacy APIs and has no plan to be removed.
public const int ValueFieldNumber = 1

Field number for the "value" field.

public static MessageDescriptor Descriptor { get; }

public static MessageParser<BytesValue> Parser { get; }

public ByteString Value { get; set; }

The bytes value.

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)