View Source Google.Protobuf.BytesValue (protobuf v0.15.0)
Wrapper message for bytes.
The JSON representation for BytesValue is JSON string.
Summary
Types
@type t() :: %Google.Protobuf.BytesValue{ __unknown_fields__: [Protobuf.unknown_field()], value: binary() }