Create a new instance of this type.
Optional
data: PartialMessage<T>Optional
Readonly
fieldWhen used as a field, unwrap this message to a simple value.
Readonly
fieldsField metadata.
Readonly
runtimeProvides serialization and other functionality.
Readonly
typeThe fully qualified name of the message.
Returns true if the given arguments have equal field values, recursively.
Will also return true if both messages are undefined
or null
.
Parse serialized binary data.
Optional
options: Partial<BinaryReadOptions>Parse a JSON object.
Optional
options: Partial<JsonReadOptions>Parse a JSON string.
Optional
options: Partial<JsonReadOptions>Generated using TypeDoc
MessageType represents a protobuf message. It provides: