protobuf-platform 1.2.617 → 1.2.622

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/bet/bet_pb.js CHANGED
@@ -40,6 +40,11 @@ goog.exportSymbol('proto.bet.DashboardResponse', null, global);
40
40
  goog.exportSymbol('proto.bet.PaginationRequest', null, global);
41
41
  goog.exportSymbol('proto.bet.PingRequest', null, global);
42
42
  goog.exportSymbol('proto.bet.PongResponse', null, global);
43
+ goog.exportSymbol('proto.bet.PromotionalBigWinItem', null, global);
44
+ goog.exportSymbol('proto.bet.PromotionalBigWinItemsResponse', null, global);
45
+ goog.exportSymbol('proto.bet.PromotionalBigWinKey', null, global);
46
+ goog.exportSymbol('proto.bet.PromotionalBigWinRequest', null, global);
47
+ goog.exportSymbol('proto.bet.PromotionalBigWinStatusResponse', null, global);
43
48
  goog.exportSymbol('proto.bet.SegmentedUserRequest', null, global);
44
49
  goog.exportSymbol('proto.bet.SegmentedUserResponse', null, global);
45
50
  goog.exportSymbol('proto.bet.SportBetListItem', null, global);
@@ -650,6 +655,111 @@ if (goog.DEBUG && !COMPILED) {
650
655
  */
651
656
  proto.bet.WinRatesResponse.displayName = 'proto.bet.WinRatesResponse';
652
657
  }
658
+ /**
659
+ * Generated by JsPbCodeGenerator.
660
+ * @param {Array=} opt_data Optional initial data array, typically from a
661
+ * server response, or constructed directly in Javascript. The array is used
662
+ * in place and becomes part of the constructed object. It is not cloned.
663
+ * If no data is provided, the constructed object will be empty, but still
664
+ * valid.
665
+ * @extends {jspb.Message}
666
+ * @constructor
667
+ */
668
+ proto.bet.PromotionalBigWinKey = function(opt_data) {
669
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
670
+ };
671
+ goog.inherits(proto.bet.PromotionalBigWinKey, jspb.Message);
672
+ if (goog.DEBUG && !COMPILED) {
673
+ /**
674
+ * @public
675
+ * @override
676
+ */
677
+ proto.bet.PromotionalBigWinKey.displayName = 'proto.bet.PromotionalBigWinKey';
678
+ }
679
+ /**
680
+ * Generated by JsPbCodeGenerator.
681
+ * @param {Array=} opt_data Optional initial data array, typically from a
682
+ * server response, or constructed directly in Javascript. The array is used
683
+ * in place and becomes part of the constructed object. It is not cloned.
684
+ * If no data is provided, the constructed object will be empty, but still
685
+ * valid.
686
+ * @extends {jspb.Message}
687
+ * @constructor
688
+ */
689
+ proto.bet.PromotionalBigWinRequest = function(opt_data) {
690
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
691
+ };
692
+ goog.inherits(proto.bet.PromotionalBigWinRequest, jspb.Message);
693
+ if (goog.DEBUG && !COMPILED) {
694
+ /**
695
+ * @public
696
+ * @override
697
+ */
698
+ proto.bet.PromotionalBigWinRequest.displayName = 'proto.bet.PromotionalBigWinRequest';
699
+ }
700
+ /**
701
+ * Generated by JsPbCodeGenerator.
702
+ * @param {Array=} opt_data Optional initial data array, typically from a
703
+ * server response, or constructed directly in Javascript. The array is used
704
+ * in place and becomes part of the constructed object. It is not cloned.
705
+ * If no data is provided, the constructed object will be empty, but still
706
+ * valid.
707
+ * @extends {jspb.Message}
708
+ * @constructor
709
+ */
710
+ proto.bet.PromotionalBigWinItem = function(opt_data) {
711
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
712
+ };
713
+ goog.inherits(proto.bet.PromotionalBigWinItem, jspb.Message);
714
+ if (goog.DEBUG && !COMPILED) {
715
+ /**
716
+ * @public
717
+ * @override
718
+ */
719
+ proto.bet.PromotionalBigWinItem.displayName = 'proto.bet.PromotionalBigWinItem';
720
+ }
721
+ /**
722
+ * Generated by JsPbCodeGenerator.
723
+ * @param {Array=} opt_data Optional initial data array, typically from a
724
+ * server response, or constructed directly in Javascript. The array is used
725
+ * in place and becomes part of the constructed object. It is not cloned.
726
+ * If no data is provided, the constructed object will be empty, but still
727
+ * valid.
728
+ * @extends {jspb.Message}
729
+ * @constructor
730
+ */
731
+ proto.bet.PromotionalBigWinItemsResponse = function(opt_data) {
732
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.bet.PromotionalBigWinItemsResponse.repeatedFields_, null);
733
+ };
734
+ goog.inherits(proto.bet.PromotionalBigWinItemsResponse, jspb.Message);
735
+ if (goog.DEBUG && !COMPILED) {
736
+ /**
737
+ * @public
738
+ * @override
739
+ */
740
+ proto.bet.PromotionalBigWinItemsResponse.displayName = 'proto.bet.PromotionalBigWinItemsResponse';
741
+ }
742
+ /**
743
+ * Generated by JsPbCodeGenerator.
744
+ * @param {Array=} opt_data Optional initial data array, typically from a
745
+ * server response, or constructed directly in Javascript. The array is used
746
+ * in place and becomes part of the constructed object. It is not cloned.
747
+ * If no data is provided, the constructed object will be empty, but still
748
+ * valid.
749
+ * @extends {jspb.Message}
750
+ * @constructor
751
+ */
752
+ proto.bet.PromotionalBigWinStatusResponse = function(opt_data) {
753
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
754
+ };
755
+ goog.inherits(proto.bet.PromotionalBigWinStatusResponse, jspb.Message);
756
+ if (goog.DEBUG && !COMPILED) {
757
+ /**
758
+ * @public
759
+ * @override
760
+ */
761
+ proto.bet.PromotionalBigWinStatusResponse.displayName = 'proto.bet.PromotionalBigWinStatusResponse';
762
+ }
653
763
  /**
654
764
  * Generated by JsPbCodeGenerator.
655
765
  * @param {Array=} opt_data Optional initial data array, typically from a
@@ -11693,6 +11803,1064 @@ proto.bet.WinRatesResponse.prototype.hasTotalItems = function() {
11693
11803
 
11694
11804
 
11695
11805
 
11806
+ if (jspb.Message.GENERATE_TO_OBJECT) {
11807
+ /**
11808
+ * Creates an object representation of this proto.
11809
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
11810
+ * Optional fields that are not set will be set to undefined.
11811
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
11812
+ * For the list of reserved names please see:
11813
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
11814
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
11815
+ * JSPB instance for transitional soy proto support:
11816
+ * http://goto/soy-param-migration
11817
+ * @return {!Object}
11818
+ */
11819
+ proto.bet.PromotionalBigWinKey.prototype.toObject = function(opt_includeInstance) {
11820
+ return proto.bet.PromotionalBigWinKey.toObject(opt_includeInstance, this);
11821
+ };
11822
+
11823
+
11824
+ /**
11825
+ * Static version of the {@see toObject} method.
11826
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
11827
+ * the JSPB instance for transitional soy proto support:
11828
+ * http://goto/soy-param-migration
11829
+ * @param {!proto.bet.PromotionalBigWinKey} msg The msg instance to transform.
11830
+ * @return {!Object}
11831
+ * @suppress {unusedLocalVariables} f is only used for nested messages
11832
+ */
11833
+ proto.bet.PromotionalBigWinKey.toObject = function(includeInstance, msg) {
11834
+ var f, obj = {
11835
+ gameId: jspb.Message.getFieldWithDefault(msg, 1, 0)
11836
+ };
11837
+
11838
+ if (includeInstance) {
11839
+ obj.$jspbMessageInstance = msg;
11840
+ }
11841
+ return obj;
11842
+ };
11843
+ }
11844
+
11845
+
11846
+ /**
11847
+ * Deserializes binary data (in protobuf wire format).
11848
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
11849
+ * @return {!proto.bet.PromotionalBigWinKey}
11850
+ */
11851
+ proto.bet.PromotionalBigWinKey.deserializeBinary = function(bytes) {
11852
+ var reader = new jspb.BinaryReader(bytes);
11853
+ var msg = new proto.bet.PromotionalBigWinKey;
11854
+ return proto.bet.PromotionalBigWinKey.deserializeBinaryFromReader(msg, reader);
11855
+ };
11856
+
11857
+
11858
+ /**
11859
+ * Deserializes binary data (in protobuf wire format) from the
11860
+ * given reader into the given message object.
11861
+ * @param {!proto.bet.PromotionalBigWinKey} msg The message object to deserialize into.
11862
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
11863
+ * @return {!proto.bet.PromotionalBigWinKey}
11864
+ */
11865
+ proto.bet.PromotionalBigWinKey.deserializeBinaryFromReader = function(msg, reader) {
11866
+ while (reader.nextField()) {
11867
+ if (reader.isEndGroup()) {
11868
+ break;
11869
+ }
11870
+ var field = reader.getFieldNumber();
11871
+ switch (field) {
11872
+ case 1:
11873
+ var value = /** @type {number} */ (reader.readInt32());
11874
+ msg.setGameId(value);
11875
+ break;
11876
+ default:
11877
+ reader.skipField();
11878
+ break;
11879
+ }
11880
+ }
11881
+ return msg;
11882
+ };
11883
+
11884
+
11885
+ /**
11886
+ * Serializes the message to binary data (in protobuf wire format).
11887
+ * @return {!Uint8Array}
11888
+ */
11889
+ proto.bet.PromotionalBigWinKey.prototype.serializeBinary = function() {
11890
+ var writer = new jspb.BinaryWriter();
11891
+ proto.bet.PromotionalBigWinKey.serializeBinaryToWriter(this, writer);
11892
+ return writer.getResultBuffer();
11893
+ };
11894
+
11895
+
11896
+ /**
11897
+ * Serializes the given message to binary data (in protobuf wire
11898
+ * format), writing to the given BinaryWriter.
11899
+ * @param {!proto.bet.PromotionalBigWinKey} message
11900
+ * @param {!jspb.BinaryWriter} writer
11901
+ * @suppress {unusedLocalVariables} f is only used for nested messages
11902
+ */
11903
+ proto.bet.PromotionalBigWinKey.serializeBinaryToWriter = function(message, writer) {
11904
+ var f = undefined;
11905
+ f = message.getGameId();
11906
+ if (f !== 0) {
11907
+ writer.writeInt32(
11908
+ 1,
11909
+ f
11910
+ );
11911
+ }
11912
+ };
11913
+
11914
+
11915
+ /**
11916
+ * optional int32 game_id = 1;
11917
+ * @return {number}
11918
+ */
11919
+ proto.bet.PromotionalBigWinKey.prototype.getGameId = function() {
11920
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
11921
+ };
11922
+
11923
+
11924
+ /**
11925
+ * @param {number} value
11926
+ * @return {!proto.bet.PromotionalBigWinKey} returns this
11927
+ */
11928
+ proto.bet.PromotionalBigWinKey.prototype.setGameId = function(value) {
11929
+ return jspb.Message.setProto3IntField(this, 1, value);
11930
+ };
11931
+
11932
+
11933
+
11934
+
11935
+
11936
+ if (jspb.Message.GENERATE_TO_OBJECT) {
11937
+ /**
11938
+ * Creates an object representation of this proto.
11939
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
11940
+ * Optional fields that are not set will be set to undefined.
11941
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
11942
+ * For the list of reserved names please see:
11943
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
11944
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
11945
+ * JSPB instance for transitional soy proto support:
11946
+ * http://goto/soy-param-migration
11947
+ * @return {!Object}
11948
+ */
11949
+ proto.bet.PromotionalBigWinRequest.prototype.toObject = function(opt_includeInstance) {
11950
+ return proto.bet.PromotionalBigWinRequest.toObject(opt_includeInstance, this);
11951
+ };
11952
+
11953
+
11954
+ /**
11955
+ * Static version of the {@see toObject} method.
11956
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
11957
+ * the JSPB instance for transitional soy proto support:
11958
+ * http://goto/soy-param-migration
11959
+ * @param {!proto.bet.PromotionalBigWinRequest} msg The msg instance to transform.
11960
+ * @return {!Object}
11961
+ * @suppress {unusedLocalVariables} f is only used for nested messages
11962
+ */
11963
+ proto.bet.PromotionalBigWinRequest.toObject = function(includeInstance, msg) {
11964
+ var f, obj = {
11965
+ gameId: jspb.Message.getFieldWithDefault(msg, 1, 0),
11966
+ frequency: jspb.Message.getFieldWithDefault(msg, 2, 0),
11967
+ minWin: jspb.Message.getFieldWithDefault(msg, 3, ""),
11968
+ maxWin: jspb.Message.getFieldWithDefault(msg, 4, ""),
11969
+ isActive: jspb.Message.getBooleanFieldWithDefault(msg, 5, false)
11970
+ };
11971
+
11972
+ if (includeInstance) {
11973
+ obj.$jspbMessageInstance = msg;
11974
+ }
11975
+ return obj;
11976
+ };
11977
+ }
11978
+
11979
+
11980
+ /**
11981
+ * Deserializes binary data (in protobuf wire format).
11982
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
11983
+ * @return {!proto.bet.PromotionalBigWinRequest}
11984
+ */
11985
+ proto.bet.PromotionalBigWinRequest.deserializeBinary = function(bytes) {
11986
+ var reader = new jspb.BinaryReader(bytes);
11987
+ var msg = new proto.bet.PromotionalBigWinRequest;
11988
+ return proto.bet.PromotionalBigWinRequest.deserializeBinaryFromReader(msg, reader);
11989
+ };
11990
+
11991
+
11992
+ /**
11993
+ * Deserializes binary data (in protobuf wire format) from the
11994
+ * given reader into the given message object.
11995
+ * @param {!proto.bet.PromotionalBigWinRequest} msg The message object to deserialize into.
11996
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
11997
+ * @return {!proto.bet.PromotionalBigWinRequest}
11998
+ */
11999
+ proto.bet.PromotionalBigWinRequest.deserializeBinaryFromReader = function(msg, reader) {
12000
+ while (reader.nextField()) {
12001
+ if (reader.isEndGroup()) {
12002
+ break;
12003
+ }
12004
+ var field = reader.getFieldNumber();
12005
+ switch (field) {
12006
+ case 1:
12007
+ var value = /** @type {number} */ (reader.readInt32());
12008
+ msg.setGameId(value);
12009
+ break;
12010
+ case 2:
12011
+ var value = /** @type {number} */ (reader.readInt32());
12012
+ msg.setFrequency(value);
12013
+ break;
12014
+ case 3:
12015
+ var value = /** @type {string} */ (reader.readString());
12016
+ msg.setMinWin(value);
12017
+ break;
12018
+ case 4:
12019
+ var value = /** @type {string} */ (reader.readString());
12020
+ msg.setMaxWin(value);
12021
+ break;
12022
+ case 5:
12023
+ var value = /** @type {boolean} */ (reader.readBool());
12024
+ msg.setIsActive(value);
12025
+ break;
12026
+ default:
12027
+ reader.skipField();
12028
+ break;
12029
+ }
12030
+ }
12031
+ return msg;
12032
+ };
12033
+
12034
+
12035
+ /**
12036
+ * Serializes the message to binary data (in protobuf wire format).
12037
+ * @return {!Uint8Array}
12038
+ */
12039
+ proto.bet.PromotionalBigWinRequest.prototype.serializeBinary = function() {
12040
+ var writer = new jspb.BinaryWriter();
12041
+ proto.bet.PromotionalBigWinRequest.serializeBinaryToWriter(this, writer);
12042
+ return writer.getResultBuffer();
12043
+ };
12044
+
12045
+
12046
+ /**
12047
+ * Serializes the given message to binary data (in protobuf wire
12048
+ * format), writing to the given BinaryWriter.
12049
+ * @param {!proto.bet.PromotionalBigWinRequest} message
12050
+ * @param {!jspb.BinaryWriter} writer
12051
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12052
+ */
12053
+ proto.bet.PromotionalBigWinRequest.serializeBinaryToWriter = function(message, writer) {
12054
+ var f = undefined;
12055
+ f = message.getGameId();
12056
+ if (f !== 0) {
12057
+ writer.writeInt32(
12058
+ 1,
12059
+ f
12060
+ );
12061
+ }
12062
+ f = message.getFrequency();
12063
+ if (f !== 0) {
12064
+ writer.writeInt32(
12065
+ 2,
12066
+ f
12067
+ );
12068
+ }
12069
+ f = message.getMinWin();
12070
+ if (f.length > 0) {
12071
+ writer.writeString(
12072
+ 3,
12073
+ f
12074
+ );
12075
+ }
12076
+ f = message.getMaxWin();
12077
+ if (f.length > 0) {
12078
+ writer.writeString(
12079
+ 4,
12080
+ f
12081
+ );
12082
+ }
12083
+ f = /** @type {boolean} */ (jspb.Message.getField(message, 5));
12084
+ if (f != null) {
12085
+ writer.writeBool(
12086
+ 5,
12087
+ f
12088
+ );
12089
+ }
12090
+ };
12091
+
12092
+
12093
+ /**
12094
+ * optional int32 game_id = 1;
12095
+ * @return {number}
12096
+ */
12097
+ proto.bet.PromotionalBigWinRequest.prototype.getGameId = function() {
12098
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
12099
+ };
12100
+
12101
+
12102
+ /**
12103
+ * @param {number} value
12104
+ * @return {!proto.bet.PromotionalBigWinRequest} returns this
12105
+ */
12106
+ proto.bet.PromotionalBigWinRequest.prototype.setGameId = function(value) {
12107
+ return jspb.Message.setProto3IntField(this, 1, value);
12108
+ };
12109
+
12110
+
12111
+ /**
12112
+ * optional int32 frequency = 2;
12113
+ * @return {number}
12114
+ */
12115
+ proto.bet.PromotionalBigWinRequest.prototype.getFrequency = function() {
12116
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
12117
+ };
12118
+
12119
+
12120
+ /**
12121
+ * @param {number} value
12122
+ * @return {!proto.bet.PromotionalBigWinRequest} returns this
12123
+ */
12124
+ proto.bet.PromotionalBigWinRequest.prototype.setFrequency = function(value) {
12125
+ return jspb.Message.setProto3IntField(this, 2, value);
12126
+ };
12127
+
12128
+
12129
+ /**
12130
+ * optional string min_win = 3;
12131
+ * @return {string}
12132
+ */
12133
+ proto.bet.PromotionalBigWinRequest.prototype.getMinWin = function() {
12134
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
12135
+ };
12136
+
12137
+
12138
+ /**
12139
+ * @param {string} value
12140
+ * @return {!proto.bet.PromotionalBigWinRequest} returns this
12141
+ */
12142
+ proto.bet.PromotionalBigWinRequest.prototype.setMinWin = function(value) {
12143
+ return jspb.Message.setProto3StringField(this, 3, value);
12144
+ };
12145
+
12146
+
12147
+ /**
12148
+ * optional string max_win = 4;
12149
+ * @return {string}
12150
+ */
12151
+ proto.bet.PromotionalBigWinRequest.prototype.getMaxWin = function() {
12152
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
12153
+ };
12154
+
12155
+
12156
+ /**
12157
+ * @param {string} value
12158
+ * @return {!proto.bet.PromotionalBigWinRequest} returns this
12159
+ */
12160
+ proto.bet.PromotionalBigWinRequest.prototype.setMaxWin = function(value) {
12161
+ return jspb.Message.setProto3StringField(this, 4, value);
12162
+ };
12163
+
12164
+
12165
+ /**
12166
+ * optional bool is_active = 5;
12167
+ * @return {boolean}
12168
+ */
12169
+ proto.bet.PromotionalBigWinRequest.prototype.getIsActive = function() {
12170
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
12171
+ };
12172
+
12173
+
12174
+ /**
12175
+ * @param {boolean} value
12176
+ * @return {!proto.bet.PromotionalBigWinRequest} returns this
12177
+ */
12178
+ proto.bet.PromotionalBigWinRequest.prototype.setIsActive = function(value) {
12179
+ return jspb.Message.setField(this, 5, value);
12180
+ };
12181
+
12182
+
12183
+ /**
12184
+ * Clears the field making it undefined.
12185
+ * @return {!proto.bet.PromotionalBigWinRequest} returns this
12186
+ */
12187
+ proto.bet.PromotionalBigWinRequest.prototype.clearIsActive = function() {
12188
+ return jspb.Message.setField(this, 5, undefined);
12189
+ };
12190
+
12191
+
12192
+ /**
12193
+ * Returns whether this field is set.
12194
+ * @return {boolean}
12195
+ */
12196
+ proto.bet.PromotionalBigWinRequest.prototype.hasIsActive = function() {
12197
+ return jspb.Message.getField(this, 5) != null;
12198
+ };
12199
+
12200
+
12201
+
12202
+
12203
+
12204
+ if (jspb.Message.GENERATE_TO_OBJECT) {
12205
+ /**
12206
+ * Creates an object representation of this proto.
12207
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
12208
+ * Optional fields that are not set will be set to undefined.
12209
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
12210
+ * For the list of reserved names please see:
12211
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
12212
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
12213
+ * JSPB instance for transitional soy proto support:
12214
+ * http://goto/soy-param-migration
12215
+ * @return {!Object}
12216
+ */
12217
+ proto.bet.PromotionalBigWinItem.prototype.toObject = function(opt_includeInstance) {
12218
+ return proto.bet.PromotionalBigWinItem.toObject(opt_includeInstance, this);
12219
+ };
12220
+
12221
+
12222
+ /**
12223
+ * Static version of the {@see toObject} method.
12224
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12225
+ * the JSPB instance for transitional soy proto support:
12226
+ * http://goto/soy-param-migration
12227
+ * @param {!proto.bet.PromotionalBigWinItem} msg The msg instance to transform.
12228
+ * @return {!Object}
12229
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12230
+ */
12231
+ proto.bet.PromotionalBigWinItem.toObject = function(includeInstance, msg) {
12232
+ var f, obj = {
12233
+ gameId: jspb.Message.getFieldWithDefault(msg, 1, 0),
12234
+ frequency: jspb.Message.getFieldWithDefault(msg, 2, 0),
12235
+ minWin: jspb.Message.getFieldWithDefault(msg, 3, ""),
12236
+ maxWin: jspb.Message.getFieldWithDefault(msg, 4, ""),
12237
+ isActive: jspb.Message.getBooleanFieldWithDefault(msg, 5, false),
12238
+ createdAt: jspb.Message.getFieldWithDefault(msg, 6, ""),
12239
+ updatedAt: jspb.Message.getFieldWithDefault(msg, 7, "")
12240
+ };
12241
+
12242
+ if (includeInstance) {
12243
+ obj.$jspbMessageInstance = msg;
12244
+ }
12245
+ return obj;
12246
+ };
12247
+ }
12248
+
12249
+
12250
+ /**
12251
+ * Deserializes binary data (in protobuf wire format).
12252
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
12253
+ * @return {!proto.bet.PromotionalBigWinItem}
12254
+ */
12255
+ proto.bet.PromotionalBigWinItem.deserializeBinary = function(bytes) {
12256
+ var reader = new jspb.BinaryReader(bytes);
12257
+ var msg = new proto.bet.PromotionalBigWinItem;
12258
+ return proto.bet.PromotionalBigWinItem.deserializeBinaryFromReader(msg, reader);
12259
+ };
12260
+
12261
+
12262
+ /**
12263
+ * Deserializes binary data (in protobuf wire format) from the
12264
+ * given reader into the given message object.
12265
+ * @param {!proto.bet.PromotionalBigWinItem} msg The message object to deserialize into.
12266
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
12267
+ * @return {!proto.bet.PromotionalBigWinItem}
12268
+ */
12269
+ proto.bet.PromotionalBigWinItem.deserializeBinaryFromReader = function(msg, reader) {
12270
+ while (reader.nextField()) {
12271
+ if (reader.isEndGroup()) {
12272
+ break;
12273
+ }
12274
+ var field = reader.getFieldNumber();
12275
+ switch (field) {
12276
+ case 1:
12277
+ var value = /** @type {number} */ (reader.readInt32());
12278
+ msg.setGameId(value);
12279
+ break;
12280
+ case 2:
12281
+ var value = /** @type {number} */ (reader.readInt32());
12282
+ msg.setFrequency(value);
12283
+ break;
12284
+ case 3:
12285
+ var value = /** @type {string} */ (reader.readString());
12286
+ msg.setMinWin(value);
12287
+ break;
12288
+ case 4:
12289
+ var value = /** @type {string} */ (reader.readString());
12290
+ msg.setMaxWin(value);
12291
+ break;
12292
+ case 5:
12293
+ var value = /** @type {boolean} */ (reader.readBool());
12294
+ msg.setIsActive(value);
12295
+ break;
12296
+ case 6:
12297
+ var value = /** @type {string} */ (reader.readString());
12298
+ msg.setCreatedAt(value);
12299
+ break;
12300
+ case 7:
12301
+ var value = /** @type {string} */ (reader.readString());
12302
+ msg.setUpdatedAt(value);
12303
+ break;
12304
+ default:
12305
+ reader.skipField();
12306
+ break;
12307
+ }
12308
+ }
12309
+ return msg;
12310
+ };
12311
+
12312
+
12313
+ /**
12314
+ * Serializes the message to binary data (in protobuf wire format).
12315
+ * @return {!Uint8Array}
12316
+ */
12317
+ proto.bet.PromotionalBigWinItem.prototype.serializeBinary = function() {
12318
+ var writer = new jspb.BinaryWriter();
12319
+ proto.bet.PromotionalBigWinItem.serializeBinaryToWriter(this, writer);
12320
+ return writer.getResultBuffer();
12321
+ };
12322
+
12323
+
12324
+ /**
12325
+ * Serializes the given message to binary data (in protobuf wire
12326
+ * format), writing to the given BinaryWriter.
12327
+ * @param {!proto.bet.PromotionalBigWinItem} message
12328
+ * @param {!jspb.BinaryWriter} writer
12329
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12330
+ */
12331
+ proto.bet.PromotionalBigWinItem.serializeBinaryToWriter = function(message, writer) {
12332
+ var f = undefined;
12333
+ f = message.getGameId();
12334
+ if (f !== 0) {
12335
+ writer.writeInt32(
12336
+ 1,
12337
+ f
12338
+ );
12339
+ }
12340
+ f = message.getFrequency();
12341
+ if (f !== 0) {
12342
+ writer.writeInt32(
12343
+ 2,
12344
+ f
12345
+ );
12346
+ }
12347
+ f = message.getMinWin();
12348
+ if (f.length > 0) {
12349
+ writer.writeString(
12350
+ 3,
12351
+ f
12352
+ );
12353
+ }
12354
+ f = message.getMaxWin();
12355
+ if (f.length > 0) {
12356
+ writer.writeString(
12357
+ 4,
12358
+ f
12359
+ );
12360
+ }
12361
+ f = message.getIsActive();
12362
+ if (f) {
12363
+ writer.writeBool(
12364
+ 5,
12365
+ f
12366
+ );
12367
+ }
12368
+ f = message.getCreatedAt();
12369
+ if (f.length > 0) {
12370
+ writer.writeString(
12371
+ 6,
12372
+ f
12373
+ );
12374
+ }
12375
+ f = message.getUpdatedAt();
12376
+ if (f.length > 0) {
12377
+ writer.writeString(
12378
+ 7,
12379
+ f
12380
+ );
12381
+ }
12382
+ };
12383
+
12384
+
12385
+ /**
12386
+ * optional int32 game_id = 1;
12387
+ * @return {number}
12388
+ */
12389
+ proto.bet.PromotionalBigWinItem.prototype.getGameId = function() {
12390
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
12391
+ };
12392
+
12393
+
12394
+ /**
12395
+ * @param {number} value
12396
+ * @return {!proto.bet.PromotionalBigWinItem} returns this
12397
+ */
12398
+ proto.bet.PromotionalBigWinItem.prototype.setGameId = function(value) {
12399
+ return jspb.Message.setProto3IntField(this, 1, value);
12400
+ };
12401
+
12402
+
12403
+ /**
12404
+ * optional int32 frequency = 2;
12405
+ * @return {number}
12406
+ */
12407
+ proto.bet.PromotionalBigWinItem.prototype.getFrequency = function() {
12408
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
12409
+ };
12410
+
12411
+
12412
+ /**
12413
+ * @param {number} value
12414
+ * @return {!proto.bet.PromotionalBigWinItem} returns this
12415
+ */
12416
+ proto.bet.PromotionalBigWinItem.prototype.setFrequency = function(value) {
12417
+ return jspb.Message.setProto3IntField(this, 2, value);
12418
+ };
12419
+
12420
+
12421
+ /**
12422
+ * optional string min_win = 3;
12423
+ * @return {string}
12424
+ */
12425
+ proto.bet.PromotionalBigWinItem.prototype.getMinWin = function() {
12426
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
12427
+ };
12428
+
12429
+
12430
+ /**
12431
+ * @param {string} value
12432
+ * @return {!proto.bet.PromotionalBigWinItem} returns this
12433
+ */
12434
+ proto.bet.PromotionalBigWinItem.prototype.setMinWin = function(value) {
12435
+ return jspb.Message.setProto3StringField(this, 3, value);
12436
+ };
12437
+
12438
+
12439
+ /**
12440
+ * optional string max_win = 4;
12441
+ * @return {string}
12442
+ */
12443
+ proto.bet.PromotionalBigWinItem.prototype.getMaxWin = function() {
12444
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
12445
+ };
12446
+
12447
+
12448
+ /**
12449
+ * @param {string} value
12450
+ * @return {!proto.bet.PromotionalBigWinItem} returns this
12451
+ */
12452
+ proto.bet.PromotionalBigWinItem.prototype.setMaxWin = function(value) {
12453
+ return jspb.Message.setProto3StringField(this, 4, value);
12454
+ };
12455
+
12456
+
12457
+ /**
12458
+ * optional bool is_active = 5;
12459
+ * @return {boolean}
12460
+ */
12461
+ proto.bet.PromotionalBigWinItem.prototype.getIsActive = function() {
12462
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 5, false));
12463
+ };
12464
+
12465
+
12466
+ /**
12467
+ * @param {boolean} value
12468
+ * @return {!proto.bet.PromotionalBigWinItem} returns this
12469
+ */
12470
+ proto.bet.PromotionalBigWinItem.prototype.setIsActive = function(value) {
12471
+ return jspb.Message.setProto3BooleanField(this, 5, value);
12472
+ };
12473
+
12474
+
12475
+ /**
12476
+ * optional string created_at = 6;
12477
+ * @return {string}
12478
+ */
12479
+ proto.bet.PromotionalBigWinItem.prototype.getCreatedAt = function() {
12480
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
12481
+ };
12482
+
12483
+
12484
+ /**
12485
+ * @param {string} value
12486
+ * @return {!proto.bet.PromotionalBigWinItem} returns this
12487
+ */
12488
+ proto.bet.PromotionalBigWinItem.prototype.setCreatedAt = function(value) {
12489
+ return jspb.Message.setProto3StringField(this, 6, value);
12490
+ };
12491
+
12492
+
12493
+ /**
12494
+ * optional string updated_at = 7;
12495
+ * @return {string}
12496
+ */
12497
+ proto.bet.PromotionalBigWinItem.prototype.getUpdatedAt = function() {
12498
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
12499
+ };
12500
+
12501
+
12502
+ /**
12503
+ * @param {string} value
12504
+ * @return {!proto.bet.PromotionalBigWinItem} returns this
12505
+ */
12506
+ proto.bet.PromotionalBigWinItem.prototype.setUpdatedAt = function(value) {
12507
+ return jspb.Message.setProto3StringField(this, 7, value);
12508
+ };
12509
+
12510
+
12511
+
12512
+ /**
12513
+ * List of repeated fields within this message type.
12514
+ * @private {!Array<number>}
12515
+ * @const
12516
+ */
12517
+ proto.bet.PromotionalBigWinItemsResponse.repeatedFields_ = [1];
12518
+
12519
+
12520
+
12521
+ if (jspb.Message.GENERATE_TO_OBJECT) {
12522
+ /**
12523
+ * Creates an object representation of this proto.
12524
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
12525
+ * Optional fields that are not set will be set to undefined.
12526
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
12527
+ * For the list of reserved names please see:
12528
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
12529
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
12530
+ * JSPB instance for transitional soy proto support:
12531
+ * http://goto/soy-param-migration
12532
+ * @return {!Object}
12533
+ */
12534
+ proto.bet.PromotionalBigWinItemsResponse.prototype.toObject = function(opt_includeInstance) {
12535
+ return proto.bet.PromotionalBigWinItemsResponse.toObject(opt_includeInstance, this);
12536
+ };
12537
+
12538
+
12539
+ /**
12540
+ * Static version of the {@see toObject} method.
12541
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12542
+ * the JSPB instance for transitional soy proto support:
12543
+ * http://goto/soy-param-migration
12544
+ * @param {!proto.bet.PromotionalBigWinItemsResponse} msg The msg instance to transform.
12545
+ * @return {!Object}
12546
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12547
+ */
12548
+ proto.bet.PromotionalBigWinItemsResponse.toObject = function(includeInstance, msg) {
12549
+ var f, obj = {
12550
+ itemsList: jspb.Message.toObjectList(msg.getItemsList(),
12551
+ proto.bet.PromotionalBigWinItem.toObject, includeInstance),
12552
+ totalPages: jspb.Message.getFieldWithDefault(msg, 2, 0),
12553
+ totalItems: jspb.Message.getFieldWithDefault(msg, 3, 0)
12554
+ };
12555
+
12556
+ if (includeInstance) {
12557
+ obj.$jspbMessageInstance = msg;
12558
+ }
12559
+ return obj;
12560
+ };
12561
+ }
12562
+
12563
+
12564
+ /**
12565
+ * Deserializes binary data (in protobuf wire format).
12566
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
12567
+ * @return {!proto.bet.PromotionalBigWinItemsResponse}
12568
+ */
12569
+ proto.bet.PromotionalBigWinItemsResponse.deserializeBinary = function(bytes) {
12570
+ var reader = new jspb.BinaryReader(bytes);
12571
+ var msg = new proto.bet.PromotionalBigWinItemsResponse;
12572
+ return proto.bet.PromotionalBigWinItemsResponse.deserializeBinaryFromReader(msg, reader);
12573
+ };
12574
+
12575
+
12576
+ /**
12577
+ * Deserializes binary data (in protobuf wire format) from the
12578
+ * given reader into the given message object.
12579
+ * @param {!proto.bet.PromotionalBigWinItemsResponse} msg The message object to deserialize into.
12580
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
12581
+ * @return {!proto.bet.PromotionalBigWinItemsResponse}
12582
+ */
12583
+ proto.bet.PromotionalBigWinItemsResponse.deserializeBinaryFromReader = function(msg, reader) {
12584
+ while (reader.nextField()) {
12585
+ if (reader.isEndGroup()) {
12586
+ break;
12587
+ }
12588
+ var field = reader.getFieldNumber();
12589
+ switch (field) {
12590
+ case 1:
12591
+ var value = new proto.bet.PromotionalBigWinItem;
12592
+ reader.readMessage(value,proto.bet.PromotionalBigWinItem.deserializeBinaryFromReader);
12593
+ msg.addItems(value);
12594
+ break;
12595
+ case 2:
12596
+ var value = /** @type {number} */ (reader.readInt32());
12597
+ msg.setTotalPages(value);
12598
+ break;
12599
+ case 3:
12600
+ var value = /** @type {number} */ (reader.readInt32());
12601
+ msg.setTotalItems(value);
12602
+ break;
12603
+ default:
12604
+ reader.skipField();
12605
+ break;
12606
+ }
12607
+ }
12608
+ return msg;
12609
+ };
12610
+
12611
+
12612
+ /**
12613
+ * Serializes the message to binary data (in protobuf wire format).
12614
+ * @return {!Uint8Array}
12615
+ */
12616
+ proto.bet.PromotionalBigWinItemsResponse.prototype.serializeBinary = function() {
12617
+ var writer = new jspb.BinaryWriter();
12618
+ proto.bet.PromotionalBigWinItemsResponse.serializeBinaryToWriter(this, writer);
12619
+ return writer.getResultBuffer();
12620
+ };
12621
+
12622
+
12623
+ /**
12624
+ * Serializes the given message to binary data (in protobuf wire
12625
+ * format), writing to the given BinaryWriter.
12626
+ * @param {!proto.bet.PromotionalBigWinItemsResponse} message
12627
+ * @param {!jspb.BinaryWriter} writer
12628
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12629
+ */
12630
+ proto.bet.PromotionalBigWinItemsResponse.serializeBinaryToWriter = function(message, writer) {
12631
+ var f = undefined;
12632
+ f = message.getItemsList();
12633
+ if (f.length > 0) {
12634
+ writer.writeRepeatedMessage(
12635
+ 1,
12636
+ f,
12637
+ proto.bet.PromotionalBigWinItem.serializeBinaryToWriter
12638
+ );
12639
+ }
12640
+ f = message.getTotalPages();
12641
+ if (f !== 0) {
12642
+ writer.writeInt32(
12643
+ 2,
12644
+ f
12645
+ );
12646
+ }
12647
+ f = message.getTotalItems();
12648
+ if (f !== 0) {
12649
+ writer.writeInt32(
12650
+ 3,
12651
+ f
12652
+ );
12653
+ }
12654
+ };
12655
+
12656
+
12657
+ /**
12658
+ * repeated PromotionalBigWinItem items = 1;
12659
+ * @return {!Array<!proto.bet.PromotionalBigWinItem>}
12660
+ */
12661
+ proto.bet.PromotionalBigWinItemsResponse.prototype.getItemsList = function() {
12662
+ return /** @type{!Array<!proto.bet.PromotionalBigWinItem>} */ (
12663
+ jspb.Message.getRepeatedWrapperField(this, proto.bet.PromotionalBigWinItem, 1));
12664
+ };
12665
+
12666
+
12667
+ /**
12668
+ * @param {!Array<!proto.bet.PromotionalBigWinItem>} value
12669
+ * @return {!proto.bet.PromotionalBigWinItemsResponse} returns this
12670
+ */
12671
+ proto.bet.PromotionalBigWinItemsResponse.prototype.setItemsList = function(value) {
12672
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
12673
+ };
12674
+
12675
+
12676
+ /**
12677
+ * @param {!proto.bet.PromotionalBigWinItem=} opt_value
12678
+ * @param {number=} opt_index
12679
+ * @return {!proto.bet.PromotionalBigWinItem}
12680
+ */
12681
+ proto.bet.PromotionalBigWinItemsResponse.prototype.addItems = function(opt_value, opt_index) {
12682
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.bet.PromotionalBigWinItem, opt_index);
12683
+ };
12684
+
12685
+
12686
+ /**
12687
+ * Clears the list making it empty but non-null.
12688
+ * @return {!proto.bet.PromotionalBigWinItemsResponse} returns this
12689
+ */
12690
+ proto.bet.PromotionalBigWinItemsResponse.prototype.clearItemsList = function() {
12691
+ return this.setItemsList([]);
12692
+ };
12693
+
12694
+
12695
+ /**
12696
+ * optional int32 total_pages = 2;
12697
+ * @return {number}
12698
+ */
12699
+ proto.bet.PromotionalBigWinItemsResponse.prototype.getTotalPages = function() {
12700
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
12701
+ };
12702
+
12703
+
12704
+ /**
12705
+ * @param {number} value
12706
+ * @return {!proto.bet.PromotionalBigWinItemsResponse} returns this
12707
+ */
12708
+ proto.bet.PromotionalBigWinItemsResponse.prototype.setTotalPages = function(value) {
12709
+ return jspb.Message.setProto3IntField(this, 2, value);
12710
+ };
12711
+
12712
+
12713
+ /**
12714
+ * optional int32 total_items = 3;
12715
+ * @return {number}
12716
+ */
12717
+ proto.bet.PromotionalBigWinItemsResponse.prototype.getTotalItems = function() {
12718
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
12719
+ };
12720
+
12721
+
12722
+ /**
12723
+ * @param {number} value
12724
+ * @return {!proto.bet.PromotionalBigWinItemsResponse} returns this
12725
+ */
12726
+ proto.bet.PromotionalBigWinItemsResponse.prototype.setTotalItems = function(value) {
12727
+ return jspb.Message.setProto3IntField(this, 3, value);
12728
+ };
12729
+
12730
+
12731
+
12732
+
12733
+
12734
+ if (jspb.Message.GENERATE_TO_OBJECT) {
12735
+ /**
12736
+ * Creates an object representation of this proto.
12737
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
12738
+ * Optional fields that are not set will be set to undefined.
12739
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
12740
+ * For the list of reserved names please see:
12741
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
12742
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
12743
+ * JSPB instance for transitional soy proto support:
12744
+ * http://goto/soy-param-migration
12745
+ * @return {!Object}
12746
+ */
12747
+ proto.bet.PromotionalBigWinStatusResponse.prototype.toObject = function(opt_includeInstance) {
12748
+ return proto.bet.PromotionalBigWinStatusResponse.toObject(opt_includeInstance, this);
12749
+ };
12750
+
12751
+
12752
+ /**
12753
+ * Static version of the {@see toObject} method.
12754
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
12755
+ * the JSPB instance for transitional soy proto support:
12756
+ * http://goto/soy-param-migration
12757
+ * @param {!proto.bet.PromotionalBigWinStatusResponse} msg The msg instance to transform.
12758
+ * @return {!Object}
12759
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12760
+ */
12761
+ proto.bet.PromotionalBigWinStatusResponse.toObject = function(includeInstance, msg) {
12762
+ var f, obj = {
12763
+ success: jspb.Message.getBooleanFieldWithDefault(msg, 1, false)
12764
+ };
12765
+
12766
+ if (includeInstance) {
12767
+ obj.$jspbMessageInstance = msg;
12768
+ }
12769
+ return obj;
12770
+ };
12771
+ }
12772
+
12773
+
12774
+ /**
12775
+ * Deserializes binary data (in protobuf wire format).
12776
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
12777
+ * @return {!proto.bet.PromotionalBigWinStatusResponse}
12778
+ */
12779
+ proto.bet.PromotionalBigWinStatusResponse.deserializeBinary = function(bytes) {
12780
+ var reader = new jspb.BinaryReader(bytes);
12781
+ var msg = new proto.bet.PromotionalBigWinStatusResponse;
12782
+ return proto.bet.PromotionalBigWinStatusResponse.deserializeBinaryFromReader(msg, reader);
12783
+ };
12784
+
12785
+
12786
+ /**
12787
+ * Deserializes binary data (in protobuf wire format) from the
12788
+ * given reader into the given message object.
12789
+ * @param {!proto.bet.PromotionalBigWinStatusResponse} msg The message object to deserialize into.
12790
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
12791
+ * @return {!proto.bet.PromotionalBigWinStatusResponse}
12792
+ */
12793
+ proto.bet.PromotionalBigWinStatusResponse.deserializeBinaryFromReader = function(msg, reader) {
12794
+ while (reader.nextField()) {
12795
+ if (reader.isEndGroup()) {
12796
+ break;
12797
+ }
12798
+ var field = reader.getFieldNumber();
12799
+ switch (field) {
12800
+ case 1:
12801
+ var value = /** @type {boolean} */ (reader.readBool());
12802
+ msg.setSuccess(value);
12803
+ break;
12804
+ default:
12805
+ reader.skipField();
12806
+ break;
12807
+ }
12808
+ }
12809
+ return msg;
12810
+ };
12811
+
12812
+
12813
+ /**
12814
+ * Serializes the message to binary data (in protobuf wire format).
12815
+ * @return {!Uint8Array}
12816
+ */
12817
+ proto.bet.PromotionalBigWinStatusResponse.prototype.serializeBinary = function() {
12818
+ var writer = new jspb.BinaryWriter();
12819
+ proto.bet.PromotionalBigWinStatusResponse.serializeBinaryToWriter(this, writer);
12820
+ return writer.getResultBuffer();
12821
+ };
12822
+
12823
+
12824
+ /**
12825
+ * Serializes the given message to binary data (in protobuf wire
12826
+ * format), writing to the given BinaryWriter.
12827
+ * @param {!proto.bet.PromotionalBigWinStatusResponse} message
12828
+ * @param {!jspb.BinaryWriter} writer
12829
+ * @suppress {unusedLocalVariables} f is only used for nested messages
12830
+ */
12831
+ proto.bet.PromotionalBigWinStatusResponse.serializeBinaryToWriter = function(message, writer) {
12832
+ var f = undefined;
12833
+ f = message.getSuccess();
12834
+ if (f) {
12835
+ writer.writeBool(
12836
+ 1,
12837
+ f
12838
+ );
12839
+ }
12840
+ };
12841
+
12842
+
12843
+ /**
12844
+ * optional bool success = 1;
12845
+ * @return {boolean}
12846
+ */
12847
+ proto.bet.PromotionalBigWinStatusResponse.prototype.getSuccess = function() {
12848
+ return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 1, false));
12849
+ };
12850
+
12851
+
12852
+ /**
12853
+ * @param {boolean} value
12854
+ * @return {!proto.bet.PromotionalBigWinStatusResponse} returns this
12855
+ */
12856
+ proto.bet.PromotionalBigWinStatusResponse.prototype.setSuccess = function(value) {
12857
+ return jspb.Message.setProto3BooleanField(this, 1, value);
12858
+ };
12859
+
12860
+
12861
+
12862
+
12863
+
11696
12864
  if (jspb.Message.GENERATE_TO_OBJECT) {
11697
12865
  /**
11698
12866
  * Creates an object representation of this proto.