PbSetString
Sets a string on a protobuf message.
native void PbSetString(Handle pb, const char[] field, const char[] value, int index = -1)Parameters
const char[] field
Field name.
const char[] value
String value to set.
int index
Index into repeated field.
Return Value
voidError
Invalid or incorrect Handle, non-existent field, or incorrect field type.