2019-01-11 19:33:44 +00:00
|
|
|
/**
|
|
|
|
* @fileoverview
|
|
|
|
* @enhanceable
|
2019-02-19 16:17:03 +00:00
|
|
|
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
|
|
* field starts with 'MSG_' and isn't a translatable message.
|
2019-01-11 19:33:44 +00:00
|
|
|
* @public
|
|
|
|
*/
|
|
|
|
// GENERATED CODE -- DO NOT EDIT!
|
|
|
|
|
|
|
|
var jspb = require('google-protobuf');
|
|
|
|
var goog = jspb;
|
|
|
|
var global = Function('return this')();
|
|
|
|
|
|
|
|
goog.exportSymbol('proto.EvalDoneMessage', null, global);
|
2019-01-30 00:48:02 +00:00
|
|
|
goog.exportSymbol('proto.EvalEventMessage', null, global);
|
2019-01-11 19:33:44 +00:00
|
|
|
goog.exportSymbol('proto.EvalFailedMessage', null, global);
|
|
|
|
goog.exportSymbol('proto.NewEvalMessage', null, global);
|
2019-03-05 03:26:17 +00:00
|
|
|
goog.exportSymbol('proto.Ping', null, global);
|
|
|
|
goog.exportSymbol('proto.Pong', null, global);
|
2019-01-11 19:33:44 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Generated by JsPbCodeGenerator.
|
|
|
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
|
|
* server response, or constructed directly in Javascript. The array is used
|
|
|
|
* in place and becomes part of the constructed object. It is not cloned.
|
|
|
|
* If no data is provided, the constructed object will be empty, but still
|
|
|
|
* valid.
|
|
|
|
* @extends {jspb.Message}
|
|
|
|
* @constructor
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage = function(opt_data) {
|
|
|
|
jspb.Message.initialize(this, opt_data, 0, -1, proto.NewEvalMessage.repeatedFields_, null);
|
|
|
|
};
|
|
|
|
goog.inherits(proto.NewEvalMessage, jspb.Message);
|
|
|
|
if (goog.DEBUG && !COMPILED) {
|
|
|
|
proto.NewEvalMessage.displayName = 'proto.NewEvalMessage';
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* List of repeated fields within this message type.
|
|
|
|
* @private {!Array<number>}
|
|
|
|
* @const
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.repeatedFields_ = [3];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
|
/**
|
|
|
|
* Creates an object representation of this proto suitable for use in Soy templates.
|
|
|
|
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
|
|
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
|
|
* For the list of reserved names please see:
|
|
|
|
* com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
|
|
|
|
* @param {boolean=} opt_includeInstance Whether to include the JSPB instance
|
|
|
|
* for transitional soy proto support: http://goto/soy-param-migration
|
|
|
|
* @return {!Object}
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.prototype.toObject = function(opt_includeInstance) {
|
|
|
|
return proto.NewEvalMessage.toObject(opt_includeInstance, this);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Static version of the {@see toObject} method.
|
|
|
|
* @param {boolean|undefined} includeInstance Whether to include the JSPB
|
|
|
|
* instance for transitional soy proto support:
|
|
|
|
* http://goto/soy-param-migration
|
|
|
|
* @param {!proto.NewEvalMessage} msg The msg instance to transform.
|
|
|
|
* @return {!Object}
|
2019-02-19 16:17:03 +00:00
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
2019-01-11 19:33:44 +00:00
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.toObject = function(includeInstance, msg) {
|
|
|
|
var f, obj = {
|
2019-02-19 16:17:03 +00:00
|
|
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
|
|
pb_function: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
|
|
argsList: jspb.Message.getRepeatedField(msg, 3),
|
|
|
|
timeout: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
|
|
active: jspb.Message.getFieldWithDefault(msg, 5, false)
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
if (includeInstance) {
|
|
|
|
obj.$jspbMessageInstance = msg;
|
|
|
|
}
|
|
|
|
return obj;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format).
|
|
|
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
|
|
* @return {!proto.NewEvalMessage}
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.deserializeBinary = function(bytes) {
|
|
|
|
var reader = new jspb.BinaryReader(bytes);
|
|
|
|
var msg = new proto.NewEvalMessage;
|
|
|
|
return proto.NewEvalMessage.deserializeBinaryFromReader(msg, reader);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format) from the
|
|
|
|
* given reader into the given message object.
|
|
|
|
* @param {!proto.NewEvalMessage} msg The message object to deserialize into.
|
|
|
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
|
|
* @return {!proto.NewEvalMessage}
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
|
while (reader.nextField()) {
|
|
|
|
if (reader.isEndGroup()) {
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
var field = reader.getFieldNumber();
|
|
|
|
switch (field) {
|
|
|
|
case 1:
|
|
|
|
var value = /** @type {number} */ (reader.readUint64());
|
|
|
|
msg.setId(value);
|
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
var value = /** @type {string} */ (reader.readString());
|
|
|
|
msg.setFunction(value);
|
|
|
|
break;
|
|
|
|
case 3:
|
|
|
|
var value = /** @type {string} */ (reader.readString());
|
2019-02-19 16:17:03 +00:00
|
|
|
msg.addArgs(value);
|
2019-01-11 19:33:44 +00:00
|
|
|
break;
|
|
|
|
case 4:
|
|
|
|
var value = /** @type {number} */ (reader.readUint32());
|
|
|
|
msg.setTimeout(value);
|
|
|
|
break;
|
2019-01-30 00:48:02 +00:00
|
|
|
case 5:
|
|
|
|
var value = /** @type {boolean} */ (reader.readBool());
|
|
|
|
msg.setActive(value);
|
|
|
|
break;
|
2019-01-11 19:33:44 +00:00
|
|
|
default:
|
|
|
|
reader.skipField();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return msg;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Serializes the message to binary data (in protobuf wire format).
|
|
|
|
* @return {!Uint8Array}
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.prototype.serializeBinary = function() {
|
|
|
|
var writer = new jspb.BinaryWriter();
|
2019-02-19 16:17:03 +00:00
|
|
|
proto.NewEvalMessage.serializeBinaryToWriter(this, writer);
|
2019-01-11 19:33:44 +00:00
|
|
|
return writer.getResultBuffer();
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2019-02-19 16:17:03 +00:00
|
|
|
* Serializes the given message to binary data (in protobuf wire
|
|
|
|
* format), writing to the given BinaryWriter.
|
|
|
|
* @param {!proto.NewEvalMessage} message
|
2019-01-11 19:33:44 +00:00
|
|
|
* @param {!jspb.BinaryWriter} writer
|
2019-02-19 16:17:03 +00:00
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
2019-01-11 19:33:44 +00:00
|
|
|
*/
|
2019-02-19 16:17:03 +00:00
|
|
|
proto.NewEvalMessage.serializeBinaryToWriter = function(message, writer) {
|
2019-01-11 19:33:44 +00:00
|
|
|
var f = undefined;
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getId();
|
2019-01-11 19:33:44 +00:00
|
|
|
if (f !== 0) {
|
|
|
|
writer.writeUint64(
|
|
|
|
1,
|
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getFunction();
|
2019-01-11 19:33:44 +00:00
|
|
|
if (f.length > 0) {
|
|
|
|
writer.writeString(
|
|
|
|
2,
|
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getArgsList();
|
2019-01-11 19:33:44 +00:00
|
|
|
if (f.length > 0) {
|
|
|
|
writer.writeRepeatedString(
|
|
|
|
3,
|
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getTimeout();
|
2019-01-11 19:33:44 +00:00
|
|
|
if (f !== 0) {
|
|
|
|
writer.writeUint32(
|
|
|
|
4,
|
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getActive();
|
2019-01-30 00:48:02 +00:00
|
|
|
if (f) {
|
|
|
|
writer.writeBool(
|
|
|
|
5,
|
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* optional uint64 id = 1;
|
|
|
|
* @return {number}
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.prototype.getId = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {number} value */
|
2019-01-11 19:33:44 +00:00
|
|
|
proto.NewEvalMessage.prototype.setId = function(value) {
|
2019-02-19 16:17:03 +00:00
|
|
|
jspb.Message.setProto3IntField(this, 1, value);
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* optional string function = 2;
|
|
|
|
* @return {string}
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.prototype.getFunction = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {string} value */
|
2019-01-11 19:33:44 +00:00
|
|
|
proto.NewEvalMessage.prototype.setFunction = function(value) {
|
2019-02-19 16:17:03 +00:00
|
|
|
jspb.Message.setProto3StringField(this, 2, value);
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* repeated string args = 3;
|
2019-02-19 16:17:03 +00:00
|
|
|
* @return {!Array<string>}
|
2019-01-11 19:33:44 +00:00
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.prototype.getArgsList = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 3));
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {!Array<string>} value */
|
2019-01-11 19:33:44 +00:00
|
|
|
proto.NewEvalMessage.prototype.setArgsList = function(value) {
|
|
|
|
jspb.Message.setField(this, 3, value || []);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/**
|
|
|
|
* @param {!string} value
|
|
|
|
* @param {number=} opt_index
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.prototype.addArgs = function(value, opt_index) {
|
|
|
|
jspb.Message.addToRepeatedField(this, 3, value, opt_index);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-01-11 19:33:44 +00:00
|
|
|
proto.NewEvalMessage.prototype.clearArgsList = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
this.setArgsList([]);
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* optional uint32 timeout = 4;
|
|
|
|
* @return {number}
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.prototype.getTimeout = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {number} value */
|
2019-01-11 19:33:44 +00:00
|
|
|
proto.NewEvalMessage.prototype.setTimeout = function(value) {
|
2019-02-19 16:17:03 +00:00
|
|
|
jspb.Message.setProto3IntField(this, 4, value);
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-01-30 00:48:02 +00:00
|
|
|
/**
|
|
|
|
* optional bool active = 5;
|
|
|
|
* Note that Boolean fields may be set to 0/1 when serialized from a Java server.
|
|
|
|
* You should avoid comparisons like {@code val === true/false} in those cases.
|
|
|
|
* @return {boolean}
|
|
|
|
*/
|
|
|
|
proto.NewEvalMessage.prototype.getActive = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {boolean} */ (jspb.Message.getFieldWithDefault(this, 5, false));
|
2019-01-30 00:48:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {boolean} value */
|
2019-01-30 00:48:02 +00:00
|
|
|
proto.NewEvalMessage.prototype.setActive = function(value) {
|
2019-02-19 16:17:03 +00:00
|
|
|
jspb.Message.setProto3BooleanField(this, 5, value);
|
2019-01-30 00:48:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Generated by JsPbCodeGenerator.
|
|
|
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
|
|
* server response, or constructed directly in Javascript. The array is used
|
|
|
|
* in place and becomes part of the constructed object. It is not cloned.
|
|
|
|
* If no data is provided, the constructed object will be empty, but still
|
|
|
|
* valid.
|
|
|
|
* @extends {jspb.Message}
|
|
|
|
* @constructor
|
|
|
|
*/
|
|
|
|
proto.EvalEventMessage = function(opt_data) {
|
|
|
|
jspb.Message.initialize(this, opt_data, 0, -1, proto.EvalEventMessage.repeatedFields_, null);
|
|
|
|
};
|
|
|
|
goog.inherits(proto.EvalEventMessage, jspb.Message);
|
|
|
|
if (goog.DEBUG && !COMPILED) {
|
|
|
|
proto.EvalEventMessage.displayName = 'proto.EvalEventMessage';
|
|
|
|
}
|
|
|
|
/**
|
|
|
|
* List of repeated fields within this message type.
|
|
|
|
* @private {!Array<number>}
|
|
|
|
* @const
|
|
|
|
*/
|
|
|
|
proto.EvalEventMessage.repeatedFields_ = [3];
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
|
/**
|
|
|
|
* Creates an object representation of this proto suitable for use in Soy templates.
|
|
|
|
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
|
|
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
|
|
* For the list of reserved names please see:
|
|
|
|
* com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
|
|
|
|
* @param {boolean=} opt_includeInstance Whether to include the JSPB instance
|
|
|
|
* for transitional soy proto support: http://goto/soy-param-migration
|
|
|
|
* @return {!Object}
|
|
|
|
*/
|
|
|
|
proto.EvalEventMessage.prototype.toObject = function(opt_includeInstance) {
|
|
|
|
return proto.EvalEventMessage.toObject(opt_includeInstance, this);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Static version of the {@see toObject} method.
|
|
|
|
* @param {boolean|undefined} includeInstance Whether to include the JSPB
|
|
|
|
* instance for transitional soy proto support:
|
|
|
|
* http://goto/soy-param-migration
|
|
|
|
* @param {!proto.EvalEventMessage} msg The msg instance to transform.
|
|
|
|
* @return {!Object}
|
2019-02-19 16:17:03 +00:00
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
2019-01-30 00:48:02 +00:00
|
|
|
*/
|
|
|
|
proto.EvalEventMessage.toObject = function(includeInstance, msg) {
|
|
|
|
var f, obj = {
|
2019-02-19 16:17:03 +00:00
|
|
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
|
|
event: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
|
|
argsList: jspb.Message.getRepeatedField(msg, 3)
|
2019-01-30 00:48:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
if (includeInstance) {
|
|
|
|
obj.$jspbMessageInstance = msg;
|
|
|
|
}
|
|
|
|
return obj;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format).
|
|
|
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
|
|
* @return {!proto.EvalEventMessage}
|
|
|
|
*/
|
|
|
|
proto.EvalEventMessage.deserializeBinary = function(bytes) {
|
|
|
|
var reader = new jspb.BinaryReader(bytes);
|
|
|
|
var msg = new proto.EvalEventMessage;
|
|
|
|
return proto.EvalEventMessage.deserializeBinaryFromReader(msg, reader);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format) from the
|
|
|
|
* given reader into the given message object.
|
|
|
|
* @param {!proto.EvalEventMessage} msg The message object to deserialize into.
|
|
|
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
|
|
* @return {!proto.EvalEventMessage}
|
|
|
|
*/
|
|
|
|
proto.EvalEventMessage.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
|
while (reader.nextField()) {
|
|
|
|
if (reader.isEndGroup()) {
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
var field = reader.getFieldNumber();
|
|
|
|
switch (field) {
|
|
|
|
case 1:
|
|
|
|
var value = /** @type {number} */ (reader.readUint64());
|
|
|
|
msg.setId(value);
|
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
var value = /** @type {string} */ (reader.readString());
|
|
|
|
msg.setEvent(value);
|
|
|
|
break;
|
|
|
|
case 3:
|
|
|
|
var value = /** @type {string} */ (reader.readString());
|
2019-02-19 16:17:03 +00:00
|
|
|
msg.addArgs(value);
|
2019-01-30 00:48:02 +00:00
|
|
|
break;
|
|
|
|
default:
|
|
|
|
reader.skipField();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return msg;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Serializes the message to binary data (in protobuf wire format).
|
|
|
|
* @return {!Uint8Array}
|
|
|
|
*/
|
|
|
|
proto.EvalEventMessage.prototype.serializeBinary = function() {
|
|
|
|
var writer = new jspb.BinaryWriter();
|
2019-02-19 16:17:03 +00:00
|
|
|
proto.EvalEventMessage.serializeBinaryToWriter(this, writer);
|
2019-01-30 00:48:02 +00:00
|
|
|
return writer.getResultBuffer();
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2019-02-19 16:17:03 +00:00
|
|
|
* Serializes the given message to binary data (in protobuf wire
|
|
|
|
* format), writing to the given BinaryWriter.
|
|
|
|
* @param {!proto.EvalEventMessage} message
|
2019-01-30 00:48:02 +00:00
|
|
|
* @param {!jspb.BinaryWriter} writer
|
2019-02-19 16:17:03 +00:00
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
2019-01-30 00:48:02 +00:00
|
|
|
*/
|
2019-02-19 16:17:03 +00:00
|
|
|
proto.EvalEventMessage.serializeBinaryToWriter = function(message, writer) {
|
2019-01-30 00:48:02 +00:00
|
|
|
var f = undefined;
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getId();
|
2019-01-30 00:48:02 +00:00
|
|
|
if (f !== 0) {
|
|
|
|
writer.writeUint64(
|
|
|
|
1,
|
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getEvent();
|
2019-01-30 00:48:02 +00:00
|
|
|
if (f.length > 0) {
|
|
|
|
writer.writeString(
|
|
|
|
2,
|
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getArgsList();
|
2019-01-30 00:48:02 +00:00
|
|
|
if (f.length > 0) {
|
|
|
|
writer.writeRepeatedString(
|
|
|
|
3,
|
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* optional uint64 id = 1;
|
|
|
|
* @return {number}
|
|
|
|
*/
|
|
|
|
proto.EvalEventMessage.prototype.getId = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
2019-01-30 00:48:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {number} value */
|
2019-01-30 00:48:02 +00:00
|
|
|
proto.EvalEventMessage.prototype.setId = function(value) {
|
2019-02-19 16:17:03 +00:00
|
|
|
jspb.Message.setProto3IntField(this, 1, value);
|
2019-01-30 00:48:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* optional string event = 2;
|
|
|
|
* @return {string}
|
|
|
|
*/
|
|
|
|
proto.EvalEventMessage.prototype.getEvent = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
2019-01-30 00:48:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {string} value */
|
2019-01-30 00:48:02 +00:00
|
|
|
proto.EvalEventMessage.prototype.setEvent = function(value) {
|
2019-02-19 16:17:03 +00:00
|
|
|
jspb.Message.setProto3StringField(this, 2, value);
|
2019-01-30 00:48:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* repeated string args = 3;
|
2019-02-19 16:17:03 +00:00
|
|
|
* @return {!Array<string>}
|
2019-01-30 00:48:02 +00:00
|
|
|
*/
|
|
|
|
proto.EvalEventMessage.prototype.getArgsList = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 3));
|
2019-01-30 00:48:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {!Array<string>} value */
|
2019-01-30 00:48:02 +00:00
|
|
|
proto.EvalEventMessage.prototype.setArgsList = function(value) {
|
|
|
|
jspb.Message.setField(this, 3, value || []);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/**
|
|
|
|
* @param {!string} value
|
|
|
|
* @param {number=} opt_index
|
|
|
|
*/
|
|
|
|
proto.EvalEventMessage.prototype.addArgs = function(value, opt_index) {
|
|
|
|
jspb.Message.addToRepeatedField(this, 3, value, opt_index);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-01-30 00:48:02 +00:00
|
|
|
proto.EvalEventMessage.prototype.clearArgsList = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
this.setArgsList([]);
|
2019-01-30 00:48:02 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-01-11 19:33:44 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Generated by JsPbCodeGenerator.
|
|
|
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
|
|
* server response, or constructed directly in Javascript. The array is used
|
|
|
|
* in place and becomes part of the constructed object. It is not cloned.
|
|
|
|
* If no data is provided, the constructed object will be empty, but still
|
|
|
|
* valid.
|
|
|
|
* @extends {jspb.Message}
|
|
|
|
* @constructor
|
|
|
|
*/
|
|
|
|
proto.EvalFailedMessage = function(opt_data) {
|
|
|
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
|
|
};
|
|
|
|
goog.inherits(proto.EvalFailedMessage, jspb.Message);
|
|
|
|
if (goog.DEBUG && !COMPILED) {
|
|
|
|
proto.EvalFailedMessage.displayName = 'proto.EvalFailedMessage';
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
|
/**
|
|
|
|
* Creates an object representation of this proto suitable for use in Soy templates.
|
|
|
|
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
|
|
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
|
|
* For the list of reserved names please see:
|
|
|
|
* com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
|
|
|
|
* @param {boolean=} opt_includeInstance Whether to include the JSPB instance
|
|
|
|
* for transitional soy proto support: http://goto/soy-param-migration
|
|
|
|
* @return {!Object}
|
|
|
|
*/
|
|
|
|
proto.EvalFailedMessage.prototype.toObject = function(opt_includeInstance) {
|
|
|
|
return proto.EvalFailedMessage.toObject(opt_includeInstance, this);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Static version of the {@see toObject} method.
|
|
|
|
* @param {boolean|undefined} includeInstance Whether to include the JSPB
|
|
|
|
* instance for transitional soy proto support:
|
|
|
|
* http://goto/soy-param-migration
|
|
|
|
* @param {!proto.EvalFailedMessage} msg The msg instance to transform.
|
|
|
|
* @return {!Object}
|
2019-02-19 16:17:03 +00:00
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
2019-01-11 19:33:44 +00:00
|
|
|
*/
|
|
|
|
proto.EvalFailedMessage.toObject = function(includeInstance, msg) {
|
|
|
|
var f, obj = {
|
2019-02-19 16:17:03 +00:00
|
|
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
2019-02-26 21:46:05 +00:00
|
|
|
response: jspb.Message.getFieldWithDefault(msg, 2, "")
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
if (includeInstance) {
|
|
|
|
obj.$jspbMessageInstance = msg;
|
|
|
|
}
|
|
|
|
return obj;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format).
|
|
|
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
|
|
* @return {!proto.EvalFailedMessage}
|
|
|
|
*/
|
|
|
|
proto.EvalFailedMessage.deserializeBinary = function(bytes) {
|
|
|
|
var reader = new jspb.BinaryReader(bytes);
|
|
|
|
var msg = new proto.EvalFailedMessage;
|
|
|
|
return proto.EvalFailedMessage.deserializeBinaryFromReader(msg, reader);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format) from the
|
|
|
|
* given reader into the given message object.
|
|
|
|
* @param {!proto.EvalFailedMessage} msg The message object to deserialize into.
|
|
|
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
|
|
* @return {!proto.EvalFailedMessage}
|
|
|
|
*/
|
|
|
|
proto.EvalFailedMessage.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
|
while (reader.nextField()) {
|
|
|
|
if (reader.isEndGroup()) {
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
var field = reader.getFieldNumber();
|
|
|
|
switch (field) {
|
|
|
|
case 1:
|
|
|
|
var value = /** @type {number} */ (reader.readUint64());
|
|
|
|
msg.setId(value);
|
|
|
|
break;
|
|
|
|
case 2:
|
|
|
|
var value = /** @type {string} */ (reader.readString());
|
2019-02-26 21:46:05 +00:00
|
|
|
msg.setResponse(value);
|
2019-01-11 19:33:44 +00:00
|
|
|
break;
|
|
|
|
default:
|
|
|
|
reader.skipField();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return msg;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Serializes the message to binary data (in protobuf wire format).
|
|
|
|
* @return {!Uint8Array}
|
|
|
|
*/
|
|
|
|
proto.EvalFailedMessage.prototype.serializeBinary = function() {
|
|
|
|
var writer = new jspb.BinaryWriter();
|
2019-02-19 16:17:03 +00:00
|
|
|
proto.EvalFailedMessage.serializeBinaryToWriter(this, writer);
|
2019-01-11 19:33:44 +00:00
|
|
|
return writer.getResultBuffer();
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2019-02-19 16:17:03 +00:00
|
|
|
* Serializes the given message to binary data (in protobuf wire
|
|
|
|
* format), writing to the given BinaryWriter.
|
|
|
|
* @param {!proto.EvalFailedMessage} message
|
2019-01-11 19:33:44 +00:00
|
|
|
* @param {!jspb.BinaryWriter} writer
|
2019-02-19 16:17:03 +00:00
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
2019-01-11 19:33:44 +00:00
|
|
|
*/
|
2019-02-19 16:17:03 +00:00
|
|
|
proto.EvalFailedMessage.serializeBinaryToWriter = function(message, writer) {
|
2019-01-11 19:33:44 +00:00
|
|
|
var f = undefined;
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getId();
|
2019-01-11 19:33:44 +00:00
|
|
|
if (f !== 0) {
|
|
|
|
writer.writeUint64(
|
|
|
|
1,
|
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
2019-02-26 21:46:05 +00:00
|
|
|
f = message.getResponse();
|
2019-01-11 19:33:44 +00:00
|
|
|
if (f.length > 0) {
|
|
|
|
writer.writeString(
|
2019-02-26 21:46:05 +00:00
|
|
|
2,
|
2019-01-11 19:33:44 +00:00
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* optional uint64 id = 1;
|
|
|
|
* @return {number}
|
|
|
|
*/
|
|
|
|
proto.EvalFailedMessage.prototype.getId = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {number} value */
|
2019-01-11 19:33:44 +00:00
|
|
|
proto.EvalFailedMessage.prototype.setId = function(value) {
|
2019-02-19 16:17:03 +00:00
|
|
|
jspb.Message.setProto3IntField(this, 1, value);
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2019-02-26 21:46:05 +00:00
|
|
|
* optional string response = 2;
|
2019-01-11 19:33:44 +00:00
|
|
|
* @return {string}
|
|
|
|
*/
|
2019-02-26 21:46:05 +00:00
|
|
|
proto.EvalFailedMessage.prototype.getResponse = function() {
|
|
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {string} value */
|
2019-02-26 21:46:05 +00:00
|
|
|
proto.EvalFailedMessage.prototype.setResponse = function(value) {
|
|
|
|
jspb.Message.setProto3StringField(this, 2, value);
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Generated by JsPbCodeGenerator.
|
|
|
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
|
|
* server response, or constructed directly in Javascript. The array is used
|
|
|
|
* in place and becomes part of the constructed object. It is not cloned.
|
|
|
|
* If no data is provided, the constructed object will be empty, but still
|
|
|
|
* valid.
|
|
|
|
* @extends {jspb.Message}
|
|
|
|
* @constructor
|
|
|
|
*/
|
|
|
|
proto.EvalDoneMessage = function(opt_data) {
|
|
|
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
|
|
};
|
|
|
|
goog.inherits(proto.EvalDoneMessage, jspb.Message);
|
|
|
|
if (goog.DEBUG && !COMPILED) {
|
|
|
|
proto.EvalDoneMessage.displayName = 'proto.EvalDoneMessage';
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
|
/**
|
|
|
|
* Creates an object representation of this proto suitable for use in Soy templates.
|
|
|
|
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
|
|
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
|
|
* For the list of reserved names please see:
|
|
|
|
* com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
|
|
|
|
* @param {boolean=} opt_includeInstance Whether to include the JSPB instance
|
|
|
|
* for transitional soy proto support: http://goto/soy-param-migration
|
|
|
|
* @return {!Object}
|
|
|
|
*/
|
|
|
|
proto.EvalDoneMessage.prototype.toObject = function(opt_includeInstance) {
|
|
|
|
return proto.EvalDoneMessage.toObject(opt_includeInstance, this);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Static version of the {@see toObject} method.
|
|
|
|
* @param {boolean|undefined} includeInstance Whether to include the JSPB
|
|
|
|
* instance for transitional soy proto support:
|
|
|
|
* http://goto/soy-param-migration
|
|
|
|
* @param {!proto.EvalDoneMessage} msg The msg instance to transform.
|
|
|
|
* @return {!Object}
|
2019-02-19 16:17:03 +00:00
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
2019-01-11 19:33:44 +00:00
|
|
|
*/
|
|
|
|
proto.EvalDoneMessage.toObject = function(includeInstance, msg) {
|
|
|
|
var f, obj = {
|
2019-02-19 16:17:03 +00:00
|
|
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
|
|
response: jspb.Message.getFieldWithDefault(msg, 2, "")
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
if (includeInstance) {
|
|
|
|
obj.$jspbMessageInstance = msg;
|
|
|
|
}
|
|
|
|
return obj;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format).
|
|
|
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
|
|
* @return {!proto.EvalDoneMessage}
|
|
|
|
*/
|
|
|
|
proto.EvalDoneMessage.deserializeBinary = function(bytes) {
|
|
|
|
var reader = new jspb.BinaryReader(bytes);
|
|
|
|
var msg = new proto.EvalDoneMessage;
|
|
|
|
return proto.EvalDoneMessage.deserializeBinaryFromReader(msg, reader);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format) from the
|
|
|
|
* given reader into the given message object.
|
|
|
|
* @param {!proto.EvalDoneMessage} msg The message object to deserialize into.
|
|
|
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
|
|
* @return {!proto.EvalDoneMessage}
|
|
|
|
*/
|
|
|
|
proto.EvalDoneMessage.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
|
while (reader.nextField()) {
|
|
|
|
if (reader.isEndGroup()) {
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
var field = reader.getFieldNumber();
|
|
|
|
switch (field) {
|
|
|
|
case 1:
|
|
|
|
var value = /** @type {number} */ (reader.readUint64());
|
|
|
|
msg.setId(value);
|
|
|
|
break;
|
|
|
|
case 2:
|
2019-02-19 16:17:03 +00:00
|
|
|
var value = /** @type {string} */ (reader.readString());
|
2019-01-11 19:33:44 +00:00
|
|
|
msg.setResponse(value);
|
|
|
|
break;
|
|
|
|
default:
|
|
|
|
reader.skipField();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return msg;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Serializes the message to binary data (in protobuf wire format).
|
|
|
|
* @return {!Uint8Array}
|
|
|
|
*/
|
|
|
|
proto.EvalDoneMessage.prototype.serializeBinary = function() {
|
|
|
|
var writer = new jspb.BinaryWriter();
|
2019-02-19 16:17:03 +00:00
|
|
|
proto.EvalDoneMessage.serializeBinaryToWriter(this, writer);
|
2019-01-11 19:33:44 +00:00
|
|
|
return writer.getResultBuffer();
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2019-02-19 16:17:03 +00:00
|
|
|
* Serializes the given message to binary data (in protobuf wire
|
|
|
|
* format), writing to the given BinaryWriter.
|
|
|
|
* @param {!proto.EvalDoneMessage} message
|
2019-01-11 19:33:44 +00:00
|
|
|
* @param {!jspb.BinaryWriter} writer
|
2019-02-19 16:17:03 +00:00
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
2019-01-11 19:33:44 +00:00
|
|
|
*/
|
2019-02-19 16:17:03 +00:00
|
|
|
proto.EvalDoneMessage.serializeBinaryToWriter = function(message, writer) {
|
2019-01-11 19:33:44 +00:00
|
|
|
var f = undefined;
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getId();
|
2019-01-11 19:33:44 +00:00
|
|
|
if (f !== 0) {
|
|
|
|
writer.writeUint64(
|
|
|
|
1,
|
|
|
|
f
|
|
|
|
);
|
|
|
|
}
|
2019-02-19 16:17:03 +00:00
|
|
|
f = message.getResponse();
|
|
|
|
if (f.length > 0) {
|
|
|
|
writer.writeString(
|
2019-01-11 19:33:44 +00:00
|
|
|
2,
|
2019-02-19 16:17:03 +00:00
|
|
|
f
|
2019-01-11 19:33:44 +00:00
|
|
|
);
|
|
|
|
}
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* optional uint64 id = 1;
|
|
|
|
* @return {number}
|
|
|
|
*/
|
|
|
|
proto.EvalDoneMessage.prototype.getId = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {number} value */
|
2019-01-11 19:33:44 +00:00
|
|
|
proto.EvalDoneMessage.prototype.setId = function(value) {
|
2019-02-19 16:17:03 +00:00
|
|
|
jspb.Message.setProto3IntField(this, 1, value);
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
2019-02-19 16:17:03 +00:00
|
|
|
* optional string response = 2;
|
|
|
|
* @return {string}
|
2019-01-11 19:33:44 +00:00
|
|
|
*/
|
|
|
|
proto.EvalDoneMessage.prototype.getResponse = function() {
|
2019-02-19 16:17:03 +00:00
|
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-02-19 16:17:03 +00:00
|
|
|
/** @param {string} value */
|
2019-01-11 19:33:44 +00:00
|
|
|
proto.EvalDoneMessage.prototype.setResponse = function(value) {
|
2019-02-19 16:17:03 +00:00
|
|
|
jspb.Message.setProto3StringField(this, 2, value);
|
2019-01-11 19:33:44 +00:00
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-03-05 03:26:17 +00:00
|
|
|
|
|
|
|
/**
|
|
|
|
* Generated by JsPbCodeGenerator.
|
|
|
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
|
|
* server response, or constructed directly in Javascript. The array is used
|
|
|
|
* in place and becomes part of the constructed object. It is not cloned.
|
|
|
|
* If no data is provided, the constructed object will be empty, but still
|
|
|
|
* valid.
|
|
|
|
* @extends {jspb.Message}
|
|
|
|
* @constructor
|
|
|
|
*/
|
|
|
|
proto.Ping = function(opt_data) {
|
|
|
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
|
|
};
|
|
|
|
goog.inherits(proto.Ping, jspb.Message);
|
|
|
|
if (goog.DEBUG && !COMPILED) {
|
|
|
|
proto.Ping.displayName = 'proto.Ping';
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
|
/**
|
|
|
|
* Creates an object representation of this proto suitable for use in Soy templates.
|
|
|
|
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
|
|
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
|
|
* For the list of reserved names please see:
|
|
|
|
* com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
|
|
|
|
* @param {boolean=} opt_includeInstance Whether to include the JSPB instance
|
|
|
|
* for transitional soy proto support: http://goto/soy-param-migration
|
|
|
|
* @return {!Object}
|
|
|
|
*/
|
|
|
|
proto.Ping.prototype.toObject = function(opt_includeInstance) {
|
|
|
|
return proto.Ping.toObject(opt_includeInstance, this);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Static version of the {@see toObject} method.
|
|
|
|
* @param {boolean|undefined} includeInstance Whether to include the JSPB
|
|
|
|
* instance for transitional soy proto support:
|
|
|
|
* http://goto/soy-param-migration
|
|
|
|
* @param {!proto.Ping} msg The msg instance to transform.
|
|
|
|
* @return {!Object}
|
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
|
|
*/
|
|
|
|
proto.Ping.toObject = function(includeInstance, msg) {
|
|
|
|
var f, obj = {
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
if (includeInstance) {
|
|
|
|
obj.$jspbMessageInstance = msg;
|
|
|
|
}
|
|
|
|
return obj;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format).
|
|
|
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
|
|
* @return {!proto.Ping}
|
|
|
|
*/
|
|
|
|
proto.Ping.deserializeBinary = function(bytes) {
|
|
|
|
var reader = new jspb.BinaryReader(bytes);
|
|
|
|
var msg = new proto.Ping;
|
|
|
|
return proto.Ping.deserializeBinaryFromReader(msg, reader);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format) from the
|
|
|
|
* given reader into the given message object.
|
|
|
|
* @param {!proto.Ping} msg The message object to deserialize into.
|
|
|
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
|
|
* @return {!proto.Ping}
|
|
|
|
*/
|
|
|
|
proto.Ping.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
|
while (reader.nextField()) {
|
|
|
|
if (reader.isEndGroup()) {
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
var field = reader.getFieldNumber();
|
|
|
|
switch (field) {
|
|
|
|
default:
|
|
|
|
reader.skipField();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return msg;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Serializes the message to binary data (in protobuf wire format).
|
|
|
|
* @return {!Uint8Array}
|
|
|
|
*/
|
|
|
|
proto.Ping.prototype.serializeBinary = function() {
|
|
|
|
var writer = new jspb.BinaryWriter();
|
|
|
|
proto.Ping.serializeBinaryToWriter(this, writer);
|
|
|
|
return writer.getResultBuffer();
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Serializes the given message to binary data (in protobuf wire
|
|
|
|
* format), writing to the given BinaryWriter.
|
|
|
|
* @param {!proto.Ping} message
|
|
|
|
* @param {!jspb.BinaryWriter} writer
|
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
|
|
*/
|
|
|
|
proto.Ping.serializeBinaryToWriter = function(message, writer) {
|
|
|
|
var f = undefined;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Generated by JsPbCodeGenerator.
|
|
|
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
|
|
* server response, or constructed directly in Javascript. The array is used
|
|
|
|
* in place and becomes part of the constructed object. It is not cloned.
|
|
|
|
* If no data is provided, the constructed object will be empty, but still
|
|
|
|
* valid.
|
|
|
|
* @extends {jspb.Message}
|
|
|
|
* @constructor
|
|
|
|
*/
|
|
|
|
proto.Pong = function(opt_data) {
|
|
|
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
|
|
};
|
|
|
|
goog.inherits(proto.Pong, jspb.Message);
|
|
|
|
if (goog.DEBUG && !COMPILED) {
|
|
|
|
proto.Pong.displayName = 'proto.Pong';
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
|
/**
|
|
|
|
* Creates an object representation of this proto suitable for use in Soy templates.
|
|
|
|
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
|
|
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
|
|
* For the list of reserved names please see:
|
|
|
|
* com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
|
|
|
|
* @param {boolean=} opt_includeInstance Whether to include the JSPB instance
|
|
|
|
* for transitional soy proto support: http://goto/soy-param-migration
|
|
|
|
* @return {!Object}
|
|
|
|
*/
|
|
|
|
proto.Pong.prototype.toObject = function(opt_includeInstance) {
|
|
|
|
return proto.Pong.toObject(opt_includeInstance, this);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Static version of the {@see toObject} method.
|
|
|
|
* @param {boolean|undefined} includeInstance Whether to include the JSPB
|
|
|
|
* instance for transitional soy proto support:
|
|
|
|
* http://goto/soy-param-migration
|
|
|
|
* @param {!proto.Pong} msg The msg instance to transform.
|
|
|
|
* @return {!Object}
|
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
|
|
*/
|
|
|
|
proto.Pong.toObject = function(includeInstance, msg) {
|
|
|
|
var f, obj = {
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
if (includeInstance) {
|
|
|
|
obj.$jspbMessageInstance = msg;
|
|
|
|
}
|
|
|
|
return obj;
|
|
|
|
};
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format).
|
|
|
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
|
|
* @return {!proto.Pong}
|
|
|
|
*/
|
|
|
|
proto.Pong.deserializeBinary = function(bytes) {
|
|
|
|
var reader = new jspb.BinaryReader(bytes);
|
|
|
|
var msg = new proto.Pong;
|
|
|
|
return proto.Pong.deserializeBinaryFromReader(msg, reader);
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Deserializes binary data (in protobuf wire format) from the
|
|
|
|
* given reader into the given message object.
|
|
|
|
* @param {!proto.Pong} msg The message object to deserialize into.
|
|
|
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
|
|
* @return {!proto.Pong}
|
|
|
|
*/
|
|
|
|
proto.Pong.deserializeBinaryFromReader = function(msg, reader) {
|
|
|
|
while (reader.nextField()) {
|
|
|
|
if (reader.isEndGroup()) {
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
var field = reader.getFieldNumber();
|
|
|
|
switch (field) {
|
|
|
|
default:
|
|
|
|
reader.skipField();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
return msg;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Serializes the message to binary data (in protobuf wire format).
|
|
|
|
* @return {!Uint8Array}
|
|
|
|
*/
|
|
|
|
proto.Pong.prototype.serializeBinary = function() {
|
|
|
|
var writer = new jspb.BinaryWriter();
|
|
|
|
proto.Pong.serializeBinaryToWriter(this, writer);
|
|
|
|
return writer.getResultBuffer();
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Serializes the given message to binary data (in protobuf wire
|
|
|
|
* format), writing to the given BinaryWriter.
|
|
|
|
* @param {!proto.Pong} message
|
|
|
|
* @param {!jspb.BinaryWriter} writer
|
|
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
|
|
*/
|
|
|
|
proto.Pong.serializeBinaryToWriter = function(message, writer) {
|
|
|
|
var f = undefined;
|
|
|
|
};
|
|
|
|
|
|
|
|
|
2019-01-11 19:33:44 +00:00
|
|
|
goog.object.extend(exports, proto);
|