message.js
No description.

File Location

/goog/proto2/message.js

Classes

goog.proto2.Message
Abstract base class for all Protocol Buffer 2 messages. It will be subclassed in the code generated by the Protocol Compiler. Any other subclasses are prohibited.

Public Protected Private

Enumerations

Global Functions

goog.proto2.Message.createDescriptor_(messageTypemetadataObj) !goog.proto2.Descriptor
Creates the metadata descriptor representing the definition of this message.
Arguments:
messageType : function(new:goog.proto2.Message)
Constructor for the message type to which this metadata applies.
metadataObj : Object
The object containing the metadata.
Returns: !goog.proto2.Descriptor  The new descriptor.
code »
goog.proto2.Message.set$Metadata(messageTypemetadataObj)
Sets the metadata that represents the definition of this message. GENERATED CODE USE ONLY. Called when constructing message classes.
Arguments:
messageType : !Function
Constructor for the message type to which this metadata applies.
metadataObj : Object
The object containing the metadata.
code »

Directory proto2

File Reference