syntax = "proto3"; import "google/protobuf/timestamp.proto"; package com.unity3d.ads.datastore; message ByteStringStore { bytes data = 1; }