Advertisement
gearmobile

user_pb.js

Mar 17th, 2025
144
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
JavaScript 31.50 KB | Source Code | 0 0
  1. // source: user.proto
  2. /**
  3.  * @fileoverview
  4.  * @enhanceable
  5.  * @suppress {missingRequire} reports error on implicit type usages.
  6.  * @suppress {messageConventions} JS Compiler reports an error if a variable or
  7.  *     field starts with 'MSG_' and isn't a translatable message.
  8.  * @public
  9.  */
  10. // GENERATED CODE -- DO NOT EDIT!
  11. /* eslint-disable */
  12. // @ts-nocheck
  13.  
  14. var jspb = require('google-protobuf');
  15. var goog = jspb;
  16. var global = (function() {
  17.   if (this) { return this; }
  18.   if (typeof window !== 'undefined') { return window; }
  19.   if (typeof global !== 'undefined') { return global; }
  20.   if (typeof self !== 'undefined') { return self; }
  21.   return Function('return this')();
  22. }.call(null));
  23.  
  24. goog.exportSymbol('proto.user.CreateUserRequest', null, global);
  25. goog.exportSymbol('proto.user.DeleteUserRequest', null, global);
  26. goog.exportSymbol('proto.user.DeleteUserResponse', null, global);
  27. goog.exportSymbol('proto.user.GetUserRequest', null, global);
  28. goog.exportSymbol('proto.user.UpdateUserRequest', null, global);
  29. goog.exportSymbol('proto.user.User', null, global);
  30. /**
  31.  * Generated by JsPbCodeGenerator.
  32.  * @param {Array=} opt_data Optional initial data array, typically from a
  33.  * server response, or constructed directly in Javascript. The array is used
  34.  * in place and becomes part of the constructed object. It is not cloned.
  35.  * If no data is provided, the constructed object will be empty, but still
  36.  * valid.
  37.  * @extends {jspb.Message}
  38.  * @constructor
  39.  */
  40. proto.user.CreateUserRequest = function(opt_data) {
  41.   jspb.Message.initialize(this, opt_data, 0, -1, null, null);
  42. };
  43. goog.inherits(proto.user.CreateUserRequest, jspb.Message);
  44. if (goog.DEBUG && !COMPILED) {
  45.   /**
  46.    * @public
  47.    * @override
  48.    */
  49.   proto.user.CreateUserRequest.displayName = 'proto.user.CreateUserRequest';
  50. }
  51. /**
  52.  * Generated by JsPbCodeGenerator.
  53.  * @param {Array=} opt_data Optional initial data array, typically from a
  54.  * server response, or constructed directly in Javascript. The array is used
  55.  * in place and becomes part of the constructed object. It is not cloned.
  56.  * If no data is provided, the constructed object will be empty, but still
  57.  * valid.
  58.  * @extends {jspb.Message}
  59.  * @constructor
  60.  */
  61. proto.user.GetUserRequest = function(opt_data) {
  62.   jspb.Message.initialize(this, opt_data, 0, -1, null, null);
  63. };
  64. goog.inherits(proto.user.GetUserRequest, jspb.Message);
  65. if (goog.DEBUG && !COMPILED) {
  66.   /**
  67.    * @public
  68.    * @override
  69.    */
  70.   proto.user.GetUserRequest.displayName = 'proto.user.GetUserRequest';
  71. }
  72. /**
  73.  * Generated by JsPbCodeGenerator.
  74.  * @param {Array=} opt_data Optional initial data array, typically from a
  75.  * server response, or constructed directly in Javascript. The array is used
  76.  * in place and becomes part of the constructed object. It is not cloned.
  77.  * If no data is provided, the constructed object will be empty, but still
  78.  * valid.
  79.  * @extends {jspb.Message}
  80.  * @constructor
  81.  */
  82. proto.user.UpdateUserRequest = function(opt_data) {
  83.   jspb.Message.initialize(this, opt_data, 0, -1, null, null);
  84. };
  85. goog.inherits(proto.user.UpdateUserRequest, jspb.Message);
  86. if (goog.DEBUG && !COMPILED) {
  87.   /**
  88.    * @public
  89.    * @override
  90.    */
  91.   proto.user.UpdateUserRequest.displayName = 'proto.user.UpdateUserRequest';
  92. }
  93. /**
  94.  * Generated by JsPbCodeGenerator.
  95.  * @param {Array=} opt_data Optional initial data array, typically from a
  96.  * server response, or constructed directly in Javascript. The array is used
  97.  * in place and becomes part of the constructed object. It is not cloned.
  98.  * If no data is provided, the constructed object will be empty, but still
  99.  * valid.
  100.  * @extends {jspb.Message}
  101.  * @constructor
  102.  */
  103. proto.user.DeleteUserRequest = function(opt_data) {
  104.   jspb.Message.initialize(this, opt_data, 0, -1, null, null);
  105. };
  106. goog.inherits(proto.user.DeleteUserRequest, jspb.Message);
  107. if (goog.DEBUG && !COMPILED) {
  108.   /**
  109.    * @public
  110.    * @override
  111.    */
  112.   proto.user.DeleteUserRequest.displayName = 'proto.user.DeleteUserRequest';
  113. }
  114. /**
  115.  * Generated by JsPbCodeGenerator.
  116.  * @param {Array=} opt_data Optional initial data array, typically from a
  117.  * server response, or constructed directly in Javascript. The array is used
  118.  * in place and becomes part of the constructed object. It is not cloned.
  119.  * If no data is provided, the constructed object will be empty, but still
  120.  * valid.
  121.  * @extends {jspb.Message}
  122.  * @constructor
  123.  */
  124. proto.user.DeleteUserResponse = function(opt_data) {
  125.   jspb.Message.initialize(this, opt_data, 0, -1, null, null);
  126. };
  127. goog.inherits(proto.user.DeleteUserResponse, jspb.Message);
  128. if (goog.DEBUG && !COMPILED) {
  129.   /**
  130.    * @public
  131.    * @override
  132.    */
  133.   proto.user.DeleteUserResponse.displayName = 'proto.user.DeleteUserResponse';
  134. }
  135. /**
  136.  * Generated by JsPbCodeGenerator.
  137.  * @param {Array=} opt_data Optional initial data array, typically from a
  138.  * server response, or constructed directly in Javascript. The array is used
  139.  * in place and becomes part of the constructed object. It is not cloned.
  140.  * If no data is provided, the constructed object will be empty, but still
  141.  * valid.
  142.  * @extends {jspb.Message}
  143.  * @constructor
  144.  */
  145. proto.user.User = function(opt_data) {
  146.   jspb.Message.initialize(this, opt_data, 0, -1, null, null);
  147. };
  148. goog.inherits(proto.user.User, jspb.Message);
  149. if (goog.DEBUG && !COMPILED) {
  150.   /**
  151.    * @public
  152.    * @override
  153.    */
  154.   proto.user.User.displayName = 'proto.user.User';
  155. }
  156.  
  157.  
  158.  
  159. if (jspb.Message.GENERATE_TO_OBJECT) {
  160. /**
  161.  * Creates an object representation of this proto.
  162.  * Field names that are reserved in JavaScript and will be renamed to pb_name.
  163.  * Optional fields that are not set will be set to undefined.
  164.  * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
  165.  * For the list of reserved names please see:
  166.  *     net/proto2/compiler/js/internal/generator.cc#kKeyword.
  167.  * @param {boolean=} opt_includeInstance Deprecated. whether to include the
  168.  *     JSPB instance for transitional soy proto support:
  169.  *     http://goto/soy-param-migration
  170.  * @return {!Object}
  171.  */
  172. proto.user.CreateUserRequest.prototype.toObject = function(opt_includeInstance) {
  173.   return proto.user.CreateUserRequest.toObject(opt_includeInstance, this);
  174. };
  175.  
  176.  
  177. /**
  178.  * Static version of the {@see toObject} method.
  179.  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
  180.  *     the JSPB instance for transitional soy proto support:
  181.  *     http://goto/soy-param-migration
  182.  * @param {!proto.user.CreateUserRequest} msg The msg instance to transform.
  183.  * @return {!Object}
  184.  * @suppress {unusedLocalVariables} f is only used for nested messages
  185.  */
  186. proto.user.CreateUserRequest.toObject = function(includeInstance, msg) {
  187.   var f, obj = {
  188.     name: jspb.Message.getFieldWithDefault(msg, 1, ""),
  189.     email: jspb.Message.getFieldWithDefault(msg, 2, "")
  190.   };
  191.  
  192.   if (includeInstance) {
  193.     obj.$jspbMessageInstance = msg;
  194.   }
  195.   return obj;
  196. };
  197. }
  198.  
  199.  
  200. /**
  201.  * Deserializes binary data (in protobuf wire format).
  202.  * @param {jspb.ByteSource} bytes The bytes to deserialize.
  203.  * @return {!proto.user.CreateUserRequest}
  204.  */
  205. proto.user.CreateUserRequest.deserializeBinary = function(bytes) {
  206.   var reader = new jspb.BinaryReader(bytes);
  207.   var msg = new proto.user.CreateUserRequest;
  208.   return proto.user.CreateUserRequest.deserializeBinaryFromReader(msg, reader);
  209. };
  210.  
  211.  
  212. /**
  213.  * Deserializes binary data (in protobuf wire format) from the
  214.  * given reader into the given message object.
  215.  * @param {!proto.user.CreateUserRequest} msg The message object to deserialize into.
  216.  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
  217.  * @return {!proto.user.CreateUserRequest}
  218.  */
  219. proto.user.CreateUserRequest.deserializeBinaryFromReader = function(msg, reader) {
  220.   while (reader.nextField()) {
  221.     if (reader.isEndGroup()) {
  222.       break;
  223.     }
  224.     var field = reader.getFieldNumber();
  225.     switch (field) {
  226.     case 1:
  227.       var value = /** @type {string} */ (reader.readString());
  228.       msg.setName(value);
  229.       break;
  230.     case 2:
  231.       var value = /** @type {string} */ (reader.readString());
  232.       msg.setEmail(value);
  233.       break;
  234.     default:
  235.       reader.skipField();
  236.       break;
  237.     }
  238.   }
  239.   return msg;
  240. };
  241.  
  242.  
  243. /**
  244.  * Serializes the message to binary data (in protobuf wire format).
  245.  * @return {!Uint8Array}
  246.  */
  247. proto.user.CreateUserRequest.prototype.serializeBinary = function() {
  248.   var writer = new jspb.BinaryWriter();
  249.   proto.user.CreateUserRequest.serializeBinaryToWriter(this, writer);
  250.   return writer.getResultBuffer();
  251. };
  252.  
  253.  
  254. /**
  255.  * Serializes the given message to binary data (in protobuf wire
  256.  * format), writing to the given BinaryWriter.
  257.  * @param {!proto.user.CreateUserRequest} message
  258.  * @param {!jspb.BinaryWriter} writer
  259.  * @suppress {unusedLocalVariables} f is only used for nested messages
  260.  */
  261. proto.user.CreateUserRequest.serializeBinaryToWriter = function(message, writer) {
  262.   var f = undefined;
  263.   f = message.getName();
  264.   if (f.length > 0) {
  265.     writer.writeString(
  266.       1,
  267.       f
  268.     );
  269.   }
  270.   f = message.getEmail();
  271.   if (f.length > 0) {
  272.     writer.writeString(
  273.       2,
  274.       f
  275.     );
  276.   }
  277. };
  278.  
  279.  
  280. /**
  281.  * optional string name = 1;
  282.  * @return {string}
  283.  */
  284. proto.user.CreateUserRequest.prototype.getName = function() {
  285.   return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
  286. };
  287.  
  288.  
  289. /**
  290.  * @param {string} value
  291.  * @return {!proto.user.CreateUserRequest} returns this
  292.  */
  293. proto.user.CreateUserRequest.prototype.setName = function(value) {
  294.   return jspb.Message.setProto3StringField(this, 1, value);
  295. };
  296.  
  297.  
  298. /**
  299.  * optional string email = 2;
  300.  * @return {string}
  301.  */
  302. proto.user.CreateUserRequest.prototype.getEmail = function() {
  303.   return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
  304. };
  305.  
  306.  
  307. /**
  308.  * @param {string} value
  309.  * @return {!proto.user.CreateUserRequest} returns this
  310.  */
  311. proto.user.CreateUserRequest.prototype.setEmail = function(value) {
  312.   return jspb.Message.setProto3StringField(this, 2, value);
  313. };
  314.  
  315.  
  316.  
  317.  
  318.  
  319. if (jspb.Message.GENERATE_TO_OBJECT) {
  320. /**
  321.  * Creates an object representation of this proto.
  322.  * Field names that are reserved in JavaScript and will be renamed to pb_name.
  323.  * Optional fields that are not set will be set to undefined.
  324.  * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
  325.  * For the list of reserved names please see:
  326.  *     net/proto2/compiler/js/internal/generator.cc#kKeyword.
  327.  * @param {boolean=} opt_includeInstance Deprecated. whether to include the
  328.  *     JSPB instance for transitional soy proto support:
  329.  *     http://goto/soy-param-migration
  330.  * @return {!Object}
  331.  */
  332. proto.user.GetUserRequest.prototype.toObject = function(opt_includeInstance) {
  333.   return proto.user.GetUserRequest.toObject(opt_includeInstance, this);
  334. };
  335.  
  336.  
  337. /**
  338.  * Static version of the {@see toObject} method.
  339.  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
  340.  *     the JSPB instance for transitional soy proto support:
  341.  *     http://goto/soy-param-migration
  342.  * @param {!proto.user.GetUserRequest} msg The msg instance to transform.
  343.  * @return {!Object}
  344.  * @suppress {unusedLocalVariables} f is only used for nested messages
  345.  */
  346. proto.user.GetUserRequest.toObject = function(includeInstance, msg) {
  347.   var f, obj = {
  348.     id: jspb.Message.getFieldWithDefault(msg, 1, 0)
  349.   };
  350.  
  351.   if (includeInstance) {
  352.     obj.$jspbMessageInstance = msg;
  353.   }
  354.   return obj;
  355. };
  356. }
  357.  
  358.  
  359. /**
  360.  * Deserializes binary data (in protobuf wire format).
  361.  * @param {jspb.ByteSource} bytes The bytes to deserialize.
  362.  * @return {!proto.user.GetUserRequest}
  363.  */
  364. proto.user.GetUserRequest.deserializeBinary = function(bytes) {
  365.   var reader = new jspb.BinaryReader(bytes);
  366.   var msg = new proto.user.GetUserRequest;
  367.   return proto.user.GetUserRequest.deserializeBinaryFromReader(msg, reader);
  368. };
  369.  
  370.  
  371. /**
  372.  * Deserializes binary data (in protobuf wire format) from the
  373.  * given reader into the given message object.
  374.  * @param {!proto.user.GetUserRequest} msg The message object to deserialize into.
  375.  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
  376.  * @return {!proto.user.GetUserRequest}
  377.  */
  378. proto.user.GetUserRequest.deserializeBinaryFromReader = function(msg, reader) {
  379.   while (reader.nextField()) {
  380.     if (reader.isEndGroup()) {
  381.       break;
  382.     }
  383.     var field = reader.getFieldNumber();
  384.     switch (field) {
  385.     case 1:
  386.       var value = /** @type {number} */ (reader.readInt32());
  387.       msg.setId(value);
  388.       break;
  389.     default:
  390.       reader.skipField();
  391.       break;
  392.     }
  393.   }
  394.   return msg;
  395. };
  396.  
  397.  
  398. /**
  399.  * Serializes the message to binary data (in protobuf wire format).
  400.  * @return {!Uint8Array}
  401.  */
  402. proto.user.GetUserRequest.prototype.serializeBinary = function() {
  403.   var writer = new jspb.BinaryWriter();
  404.   proto.user.GetUserRequest.serializeBinaryToWriter(this, writer);
  405.   return writer.getResultBuffer();
  406. };
  407.  
  408.  
  409. /**
  410.  * Serializes the given message to binary data (in protobuf wire
  411.  * format), writing to the given BinaryWriter.
  412.  * @param {!proto.user.GetUserRequest} message
  413.  * @param {!jspb.BinaryWriter} writer
  414.  * @suppress {unusedLocalVariables} f is only used for nested messages
  415.  */
  416. proto.user.GetUserRequest.serializeBinaryToWriter = function(message, writer) {
  417.   var f = undefined;
  418.   f = message.getId();
  419.   if (f !== 0) {
  420.     writer.writeInt32(
  421.       1,
  422.       f
  423.     );
  424.   }
  425. };
  426.  
  427.  
  428. /**
  429.  * optional int32 id = 1;
  430.  * @return {number}
  431.  */
  432. proto.user.GetUserRequest.prototype.getId = function() {
  433.   return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
  434. };
  435.  
  436.  
  437. /**
  438.  * @param {number} value
  439.  * @return {!proto.user.GetUserRequest} returns this
  440.  */
  441. proto.user.GetUserRequest.prototype.setId = function(value) {
  442.   return jspb.Message.setProto3IntField(this, 1, value);
  443. };
  444.  
  445.  
  446.  
  447.  
  448.  
  449. if (jspb.Message.GENERATE_TO_OBJECT) {
  450. /**
  451.  * Creates an object representation of this proto.
  452.  * Field names that are reserved in JavaScript and will be renamed to pb_name.
  453.  * Optional fields that are not set will be set to undefined.
  454.  * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
  455.  * For the list of reserved names please see:
  456.  *     net/proto2/compiler/js/internal/generator.cc#kKeyword.
  457.  * @param {boolean=} opt_includeInstance Deprecated. whether to include the
  458.  *     JSPB instance for transitional soy proto support:
  459.  *     http://goto/soy-param-migration
  460.  * @return {!Object}
  461.  */
  462. proto.user.UpdateUserRequest.prototype.toObject = function(opt_includeInstance) {
  463.   return proto.user.UpdateUserRequest.toObject(opt_includeInstance, this);
  464. };
  465.  
  466.  
  467. /**
  468.  * Static version of the {@see toObject} method.
  469.  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
  470.  *     the JSPB instance for transitional soy proto support:
  471.  *     http://goto/soy-param-migration
  472.  * @param {!proto.user.UpdateUserRequest} msg The msg instance to transform.
  473.  * @return {!Object}
  474.  * @suppress {unusedLocalVariables} f is only used for nested messages
  475.  */
  476. proto.user.UpdateUserRequest.toObject = function(includeInstance, msg) {
  477.   var f, obj = {
  478.     id: jspb.Message.getFieldWithDefault(msg, 1, 0),
  479.     name: jspb.Message.getFieldWithDefault(msg, 2, ""),
  480.     email: jspb.Message.getFieldWithDefault(msg, 3, "")
  481.   };
  482.  
  483.   if (includeInstance) {
  484.     obj.$jspbMessageInstance = msg;
  485.   }
  486.   return obj;
  487. };
  488. }
  489.  
  490.  
  491. /**
  492.  * Deserializes binary data (in protobuf wire format).
  493.  * @param {jspb.ByteSource} bytes The bytes to deserialize.
  494.  * @return {!proto.user.UpdateUserRequest}
  495.  */
  496. proto.user.UpdateUserRequest.deserializeBinary = function(bytes) {
  497.   var reader = new jspb.BinaryReader(bytes);
  498.   var msg = new proto.user.UpdateUserRequest;
  499.   return proto.user.UpdateUserRequest.deserializeBinaryFromReader(msg, reader);
  500. };
  501.  
  502.  
  503. /**
  504.  * Deserializes binary data (in protobuf wire format) from the
  505.  * given reader into the given message object.
  506.  * @param {!proto.user.UpdateUserRequest} msg The message object to deserialize into.
  507.  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
  508.  * @return {!proto.user.UpdateUserRequest}
  509.  */
  510. proto.user.UpdateUserRequest.deserializeBinaryFromReader = function(msg, reader) {
  511.   while (reader.nextField()) {
  512.     if (reader.isEndGroup()) {
  513.       break;
  514.     }
  515.     var field = reader.getFieldNumber();
  516.     switch (field) {
  517.     case 1:
  518.       var value = /** @type {number} */ (reader.readInt32());
  519.       msg.setId(value);
  520.       break;
  521.     case 2:
  522.       var value = /** @type {string} */ (reader.readString());
  523.       msg.setName(value);
  524.       break;
  525.     case 3:
  526.       var value = /** @type {string} */ (reader.readString());
  527.       msg.setEmail(value);
  528.       break;
  529.     default:
  530.       reader.skipField();
  531.       break;
  532.     }
  533.   }
  534.   return msg;
  535. };
  536.  
  537.  
  538. /**
  539.  * Serializes the message to binary data (in protobuf wire format).
  540.  * @return {!Uint8Array}
  541.  */
  542. proto.user.UpdateUserRequest.prototype.serializeBinary = function() {
  543.   var writer = new jspb.BinaryWriter();
  544.   proto.user.UpdateUserRequest.serializeBinaryToWriter(this, writer);
  545.   return writer.getResultBuffer();
  546. };
  547.  
  548.  
  549. /**
  550.  * Serializes the given message to binary data (in protobuf wire
  551.  * format), writing to the given BinaryWriter.
  552.  * @param {!proto.user.UpdateUserRequest} message
  553.  * @param {!jspb.BinaryWriter} writer
  554.  * @suppress {unusedLocalVariables} f is only used for nested messages
  555.  */
  556. proto.user.UpdateUserRequest.serializeBinaryToWriter = function(message, writer) {
  557.   var f = undefined;
  558.   f = message.getId();
  559.   if (f !== 0) {
  560.     writer.writeInt32(
  561.       1,
  562.       f
  563.     );
  564.   }
  565.   f = message.getName();
  566.   if (f.length > 0) {
  567.     writer.writeString(
  568.       2,
  569.       f
  570.     );
  571.   }
  572.   f = message.getEmail();
  573.   if (f.length > 0) {
  574.     writer.writeString(
  575.       3,
  576.       f
  577.     );
  578.   }
  579. };
  580.  
  581.  
  582. /**
  583.  * optional int32 id = 1;
  584.  * @return {number}
  585.  */
  586. proto.user.UpdateUserRequest.prototype.getId = function() {
  587.   return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
  588. };
  589.  
  590.  
  591. /**
  592.  * @param {number} value
  593.  * @return {!proto.user.UpdateUserRequest} returns this
  594.  */
  595. proto.user.UpdateUserRequest.prototype.setId = function(value) {
  596.   return jspb.Message.setProto3IntField(this, 1, value);
  597. };
  598.  
  599.  
  600. /**
  601.  * optional string name = 2;
  602.  * @return {string}
  603.  */
  604. proto.user.UpdateUserRequest.prototype.getName = function() {
  605.   return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
  606. };
  607.  
  608.  
  609. /**
  610.  * @param {string} value
  611.  * @return {!proto.user.UpdateUserRequest} returns this
  612.  */
  613. proto.user.UpdateUserRequest.prototype.setName = function(value) {
  614.   return jspb.Message.setProto3StringField(this, 2, value);
  615. };
  616.  
  617.  
  618. /**
  619.  * optional string email = 3;
  620.  * @return {string}
  621.  */
  622. proto.user.UpdateUserRequest.prototype.getEmail = function() {
  623.   return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
  624. };
  625.  
  626.  
  627. /**
  628.  * @param {string} value
  629.  * @return {!proto.user.UpdateUserRequest} returns this
  630.  */
  631. proto.user.UpdateUserRequest.prototype.setEmail = function(value) {
  632.   return jspb.Message.setProto3StringField(this, 3, value);
  633. };
  634.  
  635.  
  636.  
  637.  
  638.  
  639. if (jspb.Message.GENERATE_TO_OBJECT) {
  640. /**
  641.  * Creates an object representation of this proto.
  642.  * Field names that are reserved in JavaScript and will be renamed to pb_name.
  643.  * Optional fields that are not set will be set to undefined.
  644.  * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
  645.  * For the list of reserved names please see:
  646.  *     net/proto2/compiler/js/internal/generator.cc#kKeyword.
  647.  * @param {boolean=} opt_includeInstance Deprecated. whether to include the
  648.  *     JSPB instance for transitional soy proto support:
  649.  *     http://goto/soy-param-migration
  650.  * @return {!Object}
  651.  */
  652. proto.user.DeleteUserRequest.prototype.toObject = function(opt_includeInstance) {
  653.   return proto.user.DeleteUserRequest.toObject(opt_includeInstance, this);
  654. };
  655.  
  656.  
  657. /**
  658.  * Static version of the {@see toObject} method.
  659.  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
  660.  *     the JSPB instance for transitional soy proto support:
  661.  *     http://goto/soy-param-migration
  662.  * @param {!proto.user.DeleteUserRequest} msg The msg instance to transform.
  663.  * @return {!Object}
  664.  * @suppress {unusedLocalVariables} f is only used for nested messages
  665.  */
  666. proto.user.DeleteUserRequest.toObject = function(includeInstance, msg) {
  667.   var f, obj = {
  668.     id: jspb.Message.getFieldWithDefault(msg, 1, 0)
  669.   };
  670.  
  671.   if (includeInstance) {
  672.     obj.$jspbMessageInstance = msg;
  673.   }
  674.   return obj;
  675. };
  676. }
  677.  
  678.  
  679. /**
  680.  * Deserializes binary data (in protobuf wire format).
  681.  * @param {jspb.ByteSource} bytes The bytes to deserialize.
  682.  * @return {!proto.user.DeleteUserRequest}
  683.  */
  684. proto.user.DeleteUserRequest.deserializeBinary = function(bytes) {
  685.   var reader = new jspb.BinaryReader(bytes);
  686.   var msg = new proto.user.DeleteUserRequest;
  687.   return proto.user.DeleteUserRequest.deserializeBinaryFromReader(msg, reader);
  688. };
  689.  
  690.  
  691. /**
  692.  * Deserializes binary data (in protobuf wire format) from the
  693.  * given reader into the given message object.
  694.  * @param {!proto.user.DeleteUserRequest} msg The message object to deserialize into.
  695.  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
  696.  * @return {!proto.user.DeleteUserRequest}
  697.  */
  698. proto.user.DeleteUserRequest.deserializeBinaryFromReader = function(msg, reader) {
  699.   while (reader.nextField()) {
  700.     if (reader.isEndGroup()) {
  701.       break;
  702.     }
  703.     var field = reader.getFieldNumber();
  704.     switch (field) {
  705.     case 1:
  706.       var value = /** @type {number} */ (reader.readInt32());
  707.       msg.setId(value);
  708.       break;
  709.     default:
  710.       reader.skipField();
  711.       break;
  712.     }
  713.   }
  714.   return msg;
  715. };
  716.  
  717.  
  718. /**
  719.  * Serializes the message to binary data (in protobuf wire format).
  720.  * @return {!Uint8Array}
  721.  */
  722. proto.user.DeleteUserRequest.prototype.serializeBinary = function() {
  723.   var writer = new jspb.BinaryWriter();
  724.   proto.user.DeleteUserRequest.serializeBinaryToWriter(this, writer);
  725.   return writer.getResultBuffer();
  726. };
  727.  
  728.  
  729. /**
  730.  * Serializes the given message to binary data (in protobuf wire
  731.  * format), writing to the given BinaryWriter.
  732.  * @param {!proto.user.DeleteUserRequest} message
  733.  * @param {!jspb.BinaryWriter} writer
  734.  * @suppress {unusedLocalVariables} f is only used for nested messages
  735.  */
  736. proto.user.DeleteUserRequest.serializeBinaryToWriter = function(message, writer) {
  737.   var f = undefined;
  738.   f = message.getId();
  739.   if (f !== 0) {
  740.     writer.writeInt32(
  741.       1,
  742.       f
  743.     );
  744.   }
  745. };
  746.  
  747.  
  748. /**
  749.  * optional int32 id = 1;
  750.  * @return {number}
  751.  */
  752. proto.user.DeleteUserRequest.prototype.getId = function() {
  753.   return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
  754. };
  755.  
  756.  
  757. /**
  758.  * @param {number} value
  759.  * @return {!proto.user.DeleteUserRequest} returns this
  760.  */
  761. proto.user.DeleteUserRequest.prototype.setId = function(value) {
  762.   return jspb.Message.setProto3IntField(this, 1, value);
  763. };
  764.  
  765.  
  766.  
  767.  
  768.  
  769. if (jspb.Message.GENERATE_TO_OBJECT) {
  770. /**
  771.  * Creates an object representation of this proto.
  772.  * Field names that are reserved in JavaScript and will be renamed to pb_name.
  773.  * Optional fields that are not set will be set to undefined.
  774.  * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
  775.  * For the list of reserved names please see:
  776.  *     net/proto2/compiler/js/internal/generator.cc#kKeyword.
  777.  * @param {boolean=} opt_includeInstance Deprecated. whether to include the
  778.  *     JSPB instance for transitional soy proto support:
  779.  *     http://goto/soy-param-migration
  780.  * @return {!Object}
  781.  */
  782. proto.user.DeleteUserResponse.prototype.toObject = function(opt_includeInstance) {
  783.   return proto.user.DeleteUserResponse.toObject(opt_includeInstance, this);
  784. };
  785.  
  786.  
  787. /**
  788.  * Static version of the {@see toObject} method.
  789.  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
  790.  *     the JSPB instance for transitional soy proto support:
  791.  *     http://goto/soy-param-migration
  792.  * @param {!proto.user.DeleteUserResponse} msg The msg instance to transform.
  793.  * @return {!Object}
  794.  * @suppress {unusedLocalVariables} f is only used for nested messages
  795.  */
  796. proto.user.DeleteUserResponse.toObject = function(includeInstance, msg) {
  797.   var f, obj = {
  798.     success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
  799.   };
  800.  
  801.   if (includeInstance) {
  802.     obj.$jspbMessageInstance = msg;
  803.   }
  804.   return obj;
  805. };
  806. }
  807.  
  808.  
  809. /**
  810.  * Deserializes binary data (in protobuf wire format).
  811.  * @param {jspb.ByteSource} bytes The bytes to deserialize.
  812.  * @return {!proto.user.DeleteUserResponse}
  813.  */
  814. proto.user.DeleteUserResponse.deserializeBinary = function(bytes) {
  815.   var reader = new jspb.BinaryReader(bytes);
  816.   var msg = new proto.user.DeleteUserResponse;
  817.   return proto.user.DeleteUserResponse.deserializeBinaryFromReader(msg, reader);
  818. };
  819.  
  820.  
  821. /**
  822.  * Deserializes binary data (in protobuf wire format) from the
  823.  * given reader into the given message object.
  824.  * @param {!proto.user.DeleteUserResponse} msg The message object to deserialize into.
  825.  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
  826.  * @return {!proto.user.DeleteUserResponse}
  827.  */
  828. proto.user.DeleteUserResponse.deserializeBinaryFromReader = function(msg, reader) {
  829.   while (reader.nextField()) {
  830.     if (reader.isEndGroup()) {
  831.       break;
  832.     }
  833.     var field = reader.getFieldNumber();
  834.     switch (field) {
  835.     case 1:
  836.       var value = /** @type {boolean} */ (reader.readBool());
  837.       msg.setSuccess(value);
  838.       break;
  839.     default:
  840.       reader.skipField();
  841.       break;
  842.     }
  843.   }
  844.   return msg;
  845. };
  846.  
  847.  
  848. /**
  849.  * Serializes the message to binary data (in protobuf wire format).
  850.  * @return {!Uint8Array}
  851.  */
  852. proto.user.DeleteUserResponse.prototype.serializeBinary = function() {
  853.   var writer = new jspb.BinaryWriter();
  854.   proto.user.DeleteUserResponse.serializeBinaryToWriter(this, writer);
  855.   return writer.getResultBuffer();
  856. };
  857.  
  858.  
  859. /**
  860.  * Serializes the given message to binary data (in protobuf wire
  861.  * format), writing to the given BinaryWriter.
  862.  * @param {!proto.user.DeleteUserResponse} message
  863.  * @param {!jspb.BinaryWriter} writer
  864.  * @suppress {unusedLocalVariables} f is only used for nested messages
  865.  */
  866. proto.user.DeleteUserResponse.serializeBinaryToWriter = function(message, writer) {
  867.   var f = undefined;
  868.   f = message.getSuccess();
  869.   if (f) {
  870.     writer.writeBool(
  871.       1,
  872.       f
  873.     );
  874.   }
  875. };
  876.  
  877.  
  878. /**
  879.  * optional bool success = 1;
  880.  * @return {boolean}
  881.  */
  882. proto.user.DeleteUserResponse.prototype.getSuccess = function() {
  883.   return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
  884. };
  885.  
  886.  
  887. /**
  888.  * @param {boolean} value
  889.  * @return {!proto.user.DeleteUserResponse} returns this
  890.  */
  891. proto.user.DeleteUserResponse.prototype.setSuccess = function(value) {
  892.   return jspb.Message.setProto3BooleanField(this, 1, value);
  893. };
  894.  
  895.  
  896.  
  897.  
  898.  
  899. if (jspb.Message.GENERATE_TO_OBJECT) {
  900. /**
  901.  * Creates an object representation of this proto.
  902.  * Field names that are reserved in JavaScript and will be renamed to pb_name.
  903.  * Optional fields that are not set will be set to undefined.
  904.  * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
  905.  * For the list of reserved names please see:
  906.  *     net/proto2/compiler/js/internal/generator.cc#kKeyword.
  907.  * @param {boolean=} opt_includeInstance Deprecated. whether to include the
  908.  *     JSPB instance for transitional soy proto support:
  909.  *     http://goto/soy-param-migration
  910.  * @return {!Object}
  911.  */
  912. proto.user.User.prototype.toObject = function(opt_includeInstance) {
  913.   return proto.user.User.toObject(opt_includeInstance, this);
  914. };
  915.  
  916.  
  917. /**
  918.  * Static version of the {@see toObject} method.
  919.  * @param {boolean|undefined} includeInstance Deprecated. Whether to include
  920.  *     the JSPB instance for transitional soy proto support:
  921.  *     http://goto/soy-param-migration
  922.  * @param {!proto.user.User} msg The msg instance to transform.
  923.  * @return {!Object}
  924.  * @suppress {unusedLocalVariables} f is only used for nested messages
  925.  */
  926. proto.user.User.toObject = function(includeInstance, msg) {
  927.   var f, obj = {
  928.     id: jspb.Message.getFieldWithDefault(msg, 1, 0),
  929.     name: jspb.Message.getFieldWithDefault(msg, 2, ""),
  930.     email: jspb.Message.getFieldWithDefault(msg, 3, "")
  931.   };
  932.  
  933.   if (includeInstance) {
  934.     obj.$jspbMessageInstance = msg;
  935.   }
  936.   return obj;
  937. };
  938. }
  939.  
  940.  
  941. /**
  942.  * Deserializes binary data (in protobuf wire format).
  943.  * @param {jspb.ByteSource} bytes The bytes to deserialize.
  944.  * @return {!proto.user.User}
  945.  */
  946. proto.user.User.deserializeBinary = function(bytes) {
  947.   var reader = new jspb.BinaryReader(bytes);
  948.   var msg = new proto.user.User;
  949.   return proto.user.User.deserializeBinaryFromReader(msg, reader);
  950. };
  951.  
  952.  
  953. /**
  954.  * Deserializes binary data (in protobuf wire format) from the
  955.  * given reader into the given message object.
  956.  * @param {!proto.user.User} msg The message object to deserialize into.
  957.  * @param {!jspb.BinaryReader} reader The BinaryReader to use.
  958.  * @return {!proto.user.User}
  959.  */
  960. proto.user.User.deserializeBinaryFromReader = function(msg, reader) {
  961.   while (reader.nextField()) {
  962.     if (reader.isEndGroup()) {
  963.       break;
  964.     }
  965.     var field = reader.getFieldNumber();
  966.     switch (field) {
  967.     case 1:
  968.       var value = /** @type {number} */ (reader.readInt32());
  969.       msg.setId(value);
  970.       break;
  971.     case 2:
  972.       var value = /** @type {string} */ (reader.readString());
  973.       msg.setName(value);
  974.       break;
  975.     case 3:
  976.       var value = /** @type {string} */ (reader.readString());
  977.       msg.setEmail(value);
  978.       break;
  979.     default:
  980.       reader.skipField();
  981.       break;
  982.     }
  983.   }
  984.   return msg;
  985. };
  986.  
  987.  
  988. /**
  989.  * Serializes the message to binary data (in protobuf wire format).
  990.  * @return {!Uint8Array}
  991.  */
  992. proto.user.User.prototype.serializeBinary = function() {
  993.   var writer = new jspb.BinaryWriter();
  994.   proto.user.User.serializeBinaryToWriter(this, writer);
  995.   return writer.getResultBuffer();
  996. };
  997.  
  998.  
  999. /**
  1000.  * Serializes the given message to binary data (in protobuf wire
  1001.  * format), writing to the given BinaryWriter.
  1002.  * @param {!proto.user.User} message
  1003.  * @param {!jspb.BinaryWriter} writer
  1004.  * @suppress {unusedLocalVariables} f is only used for nested messages
  1005.  */
  1006. proto.user.User.serializeBinaryToWriter = function(message, writer) {
  1007.   var f = undefined;
  1008.   f = message.getId();
  1009.   if (f !== 0) {
  1010.     writer.writeInt32(
  1011.       1,
  1012.       f
  1013.     );
  1014.   }
  1015.   f = message.getName();
  1016.   if (f.length > 0) {
  1017.     writer.writeString(
  1018.       2,
  1019.       f
  1020.     );
  1021.   }
  1022.   f = message.getEmail();
  1023.   if (f.length > 0) {
  1024.     writer.writeString(
  1025.       3,
  1026.       f
  1027.     );
  1028.   }
  1029. };
  1030.  
  1031.  
  1032. /**
  1033.  * optional int32 id = 1;
  1034.  * @return {number}
  1035.  */
  1036. proto.user.User.prototype.getId = function() {
  1037.   return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
  1038. };
  1039.  
  1040.  
  1041. /**
  1042.  * @param {number} value
  1043.  * @return {!proto.user.User} returns this
  1044.  */
  1045. proto.user.User.prototype.setId = function(value) {
  1046.   return jspb.Message.setProto3IntField(this, 1, value);
  1047. };
  1048.  
  1049.  
  1050. /**
  1051.  * optional string name = 2;
  1052.  * @return {string}
  1053.  */
  1054. proto.user.User.prototype.getName = function() {
  1055.   return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
  1056. };
  1057.  
  1058.  
  1059. /**
  1060.  * @param {string} value
  1061.  * @return {!proto.user.User} returns this
  1062.  */
  1063. proto.user.User.prototype.setName = function(value) {
  1064.   return jspb.Message.setProto3StringField(this, 2, value);
  1065. };
  1066.  
  1067.  
  1068. /**
  1069.  * optional string email = 3;
  1070.  * @return {string}
  1071.  */
  1072. proto.user.User.prototype.getEmail = function() {
  1073.   return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
  1074. };
  1075.  
  1076.  
  1077. /**
  1078.  * @param {string} value
  1079.  * @return {!proto.user.User} returns this
  1080.  */
  1081. proto.user.User.prototype.setEmail = function(value) {
  1082.   return jspb.Message.setProto3StringField(this, 3, value);
  1083. };
  1084.  
  1085.  
  1086. goog.object.extend(exports, proto.user);
  1087.  
Tags: Proto
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement