syntax = "proto3"; package test; message Primitives { bytes field_a = 1; string field_b = 2; }