414 lines
12 KiB
JavaScript
414 lines
12 KiB
JavaScript
// source: models/api/game.proto
|
|
/**
|
|
* @fileoverview
|
|
* @enhanceable
|
|
* @suppress {missingRequire} reports error on implicit type usages.
|
|
* @suppress {messageConventions} JS Compiler reports an error if a variable or
|
|
* field starts with 'MSG_' and isn't a translatable message.
|
|
* @public
|
|
*/
|
|
// GENERATED CODE -- DO NOT EDIT!
|
|
/* eslint-disable */
|
|
// @ts-nocheck
|
|
|
|
var jspb = require("google-protobuf");
|
|
var goog = jspb;
|
|
var global = function () {
|
|
return this || window || global || self || Function("return this")();
|
|
}.call(null);
|
|
|
|
goog.exportSymbol("proto.bet.beteran.api.game.Game", null, global);
|
|
/**
|
|
* 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.bet.beteran.api.game.Game = function (opt_data) {
|
|
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
};
|
|
goog.inherits(proto.bet.beteran.api.game.Game, jspb.Message);
|
|
if (goog.DEBUG && !COMPILED) {
|
|
/**
|
|
* @public
|
|
* @override
|
|
*/
|
|
proto.bet.beteran.api.game.Game.displayName =
|
|
"proto.bet.beteran.api.game.Game";
|
|
}
|
|
|
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
/**
|
|
* Creates an object representation of this proto.
|
|
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
* Optional fields that are not set will be set to undefined.
|
|
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
* For the list of reserved names please see:
|
|
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
* JSPB instance for transitional soy proto support:
|
|
* http://goto/soy-param-migration
|
|
* @return {!Object}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.toObject = function (
|
|
opt_includeInstance
|
|
) {
|
|
return proto.bet.beteran.api.game.Game.toObject(opt_includeInstance, this);
|
|
};
|
|
|
|
/**
|
|
* Static version of the {@see toObject} method.
|
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
* the JSPB instance for transitional soy proto support:
|
|
* http://goto/soy-param-migration
|
|
* @param {!proto.bet.beteran.api.game.Game} msg The msg instance to transform.
|
|
* @return {!Object}
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
*/
|
|
proto.bet.beteran.api.game.Game.toObject = function (includeInstance, msg) {
|
|
var f,
|
|
obj = {
|
|
id: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
parentId: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
key: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
names: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
platform: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
category: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
gameType: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
image: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
createdAt: jspb.Message.getFieldWithDefault(msg, 9, 0),
|
|
updatedAt: jspb.Message.getFieldWithDefault(msg, 10, 0),
|
|
};
|
|
|
|
if (includeInstance) {
|
|
obj.$jspbMessageInstance = msg;
|
|
}
|
|
return obj;
|
|
};
|
|
}
|
|
|
|
/**
|
|
* Deserializes binary data (in protobuf wire format).
|
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
* @return {!proto.bet.beteran.api.game.Game}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.deserializeBinary = function (bytes) {
|
|
var reader = new jspb.BinaryReader(bytes);
|
|
var msg = new proto.bet.beteran.api.game.Game();
|
|
return proto.bet.beteran.api.game.Game.deserializeBinaryFromReader(
|
|
msg,
|
|
reader
|
|
);
|
|
};
|
|
|
|
/**
|
|
* Deserializes binary data (in protobuf wire format) from the
|
|
* given reader into the given message object.
|
|
* @param {!proto.bet.beteran.api.game.Game} msg The message object to deserialize into.
|
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
* @return {!proto.bet.beteran.api.game.Game}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.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 {number} */ (reader.readUint64());
|
|
msg.setParentId(value);
|
|
break;
|
|
case 3:
|
|
var value = /** @type {string} */ (reader.readString());
|
|
msg.setKey(value);
|
|
break;
|
|
case 4:
|
|
var value = /** @type {string} */ (reader.readString());
|
|
msg.setNames(value);
|
|
break;
|
|
case 5:
|
|
var value = /** @type {string} */ (reader.readString());
|
|
msg.setPlatform(value);
|
|
break;
|
|
case 6:
|
|
var value = /** @type {string} */ (reader.readString());
|
|
msg.setCategory(value);
|
|
break;
|
|
case 7:
|
|
var value = /** @type {string} */ (reader.readString());
|
|
msg.setGameType(value);
|
|
break;
|
|
case 8:
|
|
var value = /** @type {string} */ (reader.readString());
|
|
msg.setImage(value);
|
|
break;
|
|
case 9:
|
|
var value = /** @type {number} */ (reader.readUint64());
|
|
msg.setCreatedAt(value);
|
|
break;
|
|
case 10:
|
|
var value = /** @type {number} */ (reader.readUint64());
|
|
msg.setUpdatedAt(value);
|
|
break;
|
|
default:
|
|
reader.skipField();
|
|
break;
|
|
}
|
|
}
|
|
return msg;
|
|
};
|
|
|
|
/**
|
|
* Serializes the message to binary data (in protobuf wire format).
|
|
* @return {!Uint8Array}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.serializeBinary = function () {
|
|
var writer = new jspb.BinaryWriter();
|
|
proto.bet.beteran.api.game.Game.serializeBinaryToWriter(this, writer);
|
|
return writer.getResultBuffer();
|
|
};
|
|
|
|
/**
|
|
* Serializes the given message to binary data (in protobuf wire
|
|
* format), writing to the given BinaryWriter.
|
|
* @param {!proto.bet.beteran.api.game.Game} message
|
|
* @param {!jspb.BinaryWriter} writer
|
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
*/
|
|
proto.bet.beteran.api.game.Game.serializeBinaryToWriter = function (
|
|
message,
|
|
writer
|
|
) {
|
|
var f = undefined;
|
|
f = message.getId();
|
|
if (f !== 0) {
|
|
writer.writeUint64(1, f);
|
|
}
|
|
f = message.getParentId();
|
|
if (f !== 0) {
|
|
writer.writeUint64(2, f);
|
|
}
|
|
f = message.getKey();
|
|
if (f.length > 0) {
|
|
writer.writeString(3, f);
|
|
}
|
|
f = message.getNames();
|
|
if (f.length > 0) {
|
|
writer.writeString(4, f);
|
|
}
|
|
f = message.getPlatform();
|
|
if (f.length > 0) {
|
|
writer.writeString(5, f);
|
|
}
|
|
f = message.getCategory();
|
|
if (f.length > 0) {
|
|
writer.writeString(6, f);
|
|
}
|
|
f = message.getGameType();
|
|
if (f.length > 0) {
|
|
writer.writeString(7, f);
|
|
}
|
|
f = /** @type {string} */ (jspb.Message.getField(message, 8));
|
|
if (f != null) {
|
|
writer.writeString(8, f);
|
|
}
|
|
f = message.getCreatedAt();
|
|
if (f !== 0) {
|
|
writer.writeUint64(9, f);
|
|
}
|
|
f = message.getUpdatedAt();
|
|
if (f !== 0) {
|
|
writer.writeUint64(10, f);
|
|
}
|
|
};
|
|
|
|
/**
|
|
* optional uint64 id = 1;
|
|
* @return {number}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.getId = function () {
|
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
};
|
|
|
|
/**
|
|
* @param {number} value
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.setId = function (value) {
|
|
return jspb.Message.setProto3IntField(this, 1, value);
|
|
};
|
|
|
|
/**
|
|
* optional uint64 vendor_id = 2;
|
|
* @return {number}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.getParentId = function () {
|
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
};
|
|
|
|
/**
|
|
* @param {number} value
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.setParentId = function (value) {
|
|
return jspb.Message.setProto3IntField(this, 2, value);
|
|
};
|
|
|
|
/**
|
|
* optional string key = 3;
|
|
* @return {string}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.getKey = function () {
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
};
|
|
|
|
/**
|
|
* @param {string} value
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.setKey = function (value) {
|
|
return jspb.Message.setProto3StringField(this, 3, value);
|
|
};
|
|
|
|
/**
|
|
* optional string names = 4;
|
|
* @return {string}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.getNames = function () {
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
};
|
|
|
|
/**
|
|
* @param {string} value
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.setNames = function (value) {
|
|
return jspb.Message.setProto3StringField(this, 4, value);
|
|
};
|
|
|
|
/**
|
|
* optional string platform = 5;
|
|
* @return {string}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.getPlatform = function () {
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
};
|
|
|
|
/**
|
|
* @param {string} value
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.setPlatform = function (value) {
|
|
return jspb.Message.setProto3StringField(this, 5, value);
|
|
};
|
|
|
|
/**
|
|
* optional string category = 6;
|
|
* @return {string}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.getCategory = function () {
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
};
|
|
|
|
/**
|
|
* @param {string} value
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.setCategory = function (value) {
|
|
return jspb.Message.setProto3StringField(this, 6, value);
|
|
};
|
|
|
|
/**
|
|
* optional string game_type = 7;
|
|
* @return {string}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.getGameType = function () {
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
};
|
|
|
|
/**
|
|
* @param {string} value
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.setGameType = function (value) {
|
|
return jspb.Message.setProto3StringField(this, 7, value);
|
|
};
|
|
|
|
/**
|
|
* optional string image = 8;
|
|
* @return {string}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.getImage = function () {
|
|
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
};
|
|
|
|
/**
|
|
* @param {string} value
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.setImage = function (value) {
|
|
return jspb.Message.setField(this, 8, value);
|
|
};
|
|
|
|
/**
|
|
* Clears the field making it undefined.
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.clearImage = function () {
|
|
return jspb.Message.setField(this, 8, undefined);
|
|
};
|
|
|
|
/**
|
|
* Returns whether this field is set.
|
|
* @return {boolean}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.hasImage = function () {
|
|
return jspb.Message.getField(this, 8) != null;
|
|
};
|
|
|
|
/**
|
|
* optional uint64 created_at = 9;
|
|
* @return {number}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.getCreatedAt = function () {
|
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 9, 0));
|
|
};
|
|
|
|
/**
|
|
* @param {number} value
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.setCreatedAt = function (value) {
|
|
return jspb.Message.setProto3IntField(this, 9, value);
|
|
};
|
|
|
|
/**
|
|
* optional uint64 updated_at = 10;
|
|
* @return {number}
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.getUpdatedAt = function () {
|
|
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 10, 0));
|
|
};
|
|
|
|
/**
|
|
* @param {number} value
|
|
* @return {!proto.bet.beteran.api.game.Game} returns this
|
|
*/
|
|
proto.bet.beteran.api.game.Game.prototype.setUpdatedAt = function (value) {
|
|
return jspb.Message.setProto3IntField(this, 10, value);
|
|
};
|
|
|
|
goog.object.extend(exports, proto.bet.beteran.api.game);
|