I see. I think this is the problem. The argument must be a protobuf; otherwise, the default JSON data converter is used. The slice of protobufs is not a protobuf. The solution is to create a wrapper proto that contains a repeated field of Disk type.
I see. I think this is the problem. The argument must be a protobuf; otherwise, the default JSON data converter is used. The slice of protobufs is not a protobuf. The solution is to create a wrapper proto that contains a repeated field of Disk type.