data

@get:JvmName(name = "getData")
@set:JvmName(name = "setData")
var data: CompressedData
Specifies raw data which is enclosed as a value with this reference. In this case, a data blob and fingerprint
are enclosed inline within the protocol buffer.

.elide.data.CompressedData data = 1;