goog.proto2.TextFormatSerializer.ParserProvided Bygoog.proto2.TextFormatSerializerHelper class for parsing the text format. new Parser()ParametersNone.VIEW SOURCEInstance Methodsexpand_morethis.getError() → (string|null)ParametersNone.Returns(string|null)The parse error, if any. VIEW SOURCEexpand_morethis.parse( message, data, opt_ignoreMissingFields ) → booleanParses the given data, filling the message as it goes. Parametersmessage(goog.proto2.Message|null)The message to fill. datastringThe text format data. opt_ignoreMissingFieldsboolean=If true, fields missing in the proto will be ignored. ReturnsbooleanTrue on success, false on failure. On failure, the getError method can be called to get the reason for failure. VIEW SOURCE