You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A valid message is an object not missing any required fields and exclusively using JS types for its fields that are understood by the wire format writer.
183
+
A valid message is an object not missing any required fields and exclusively using JS types for its fields / properties that are understood by the wire format writer.
178
184
179
185
* Calling `Message.verify` with any object returns `null` if the object can be encoded as-is and otherwise the error as a string.
180
186
* Calling `Message.create` or `Message.encode` must be called with a valid message.
0 commit comments