That's strange, could you post the snippet of code that the compiler is
complaining about?

On Wed, Jan 30, 2019 at 3:22 PM <[email protected]>
wrote:

> I think the real problem is that the compiler complains "TransferData::data'
> does not have class type" error when trying to call any of data's (repeated
> bytes) methods.
>
> On Wednesday, January 30, 2019 at 2:35:58 PM UTC-8,
> [email protected] wrote:
>>
>> I have a protobuf that contains a repeated field of repeated bytes as
>> described below. It is my understanding that TransferData::data is
>> essentially a list of vectors(arrays), correct? If so how does one go about
>> setting the size of data and then populating each array?
>>
>> message TransferData
>>
>> {
>>
>>   repeated bytes data         = 1;
>>
>> }
>>
>>
> This email and its contents are confidential. If you are not the intended
> recipient, please do not disclose or use the information within this email
> or its attachments. If you have received this email in error, please report
> the error to the sender by return email and delete this communication from
> your records.
>
> --
> You received this message because you are subscribed to the Google Groups
> "Protocol Buffers" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at https://groups.google.com/group/protobuf.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
You received this message because you are subscribed to the Google Groups 
"Protocol Buffers" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/protobuf.
For more options, visit https://groups.google.com/d/optout.

Reply via email to