protobuf-platform 1.2.112 → 1.2.113

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/cms/cms_pb.js CHANGED
@@ -47,6 +47,14 @@ goog.exportSymbol('proto.cms.FooterApplicationsRequest', null, global);
47
47
  goog.exportSymbol('proto.cms.FooterApplicationsRequest.PayloadCase', null, global);
48
48
  goog.exportSymbol('proto.cms.FooterApplicationsResponse', null, global);
49
49
  goog.exportSymbol('proto.cms.FooterApplicationsStatusResponse', null, global);
50
+ goog.exportSymbol('proto.cms.FooterBrandCoreFile', null, global);
51
+ goog.exportSymbol('proto.cms.FooterBrandCoreItem', null, global);
52
+ goog.exportSymbol('proto.cms.FooterBrandCoreItemRequest', null, global);
53
+ goog.exportSymbol('proto.cms.FooterBrandCoreItemsResponse', null, global);
54
+ goog.exportSymbol('proto.cms.FooterBrandCoreRequest', null, global);
55
+ goog.exportSymbol('proto.cms.FooterBrandCoreRequest.PayloadCase', null, global);
56
+ goog.exportSymbol('proto.cms.FooterBrandCoreResponse', null, global);
57
+ goog.exportSymbol('proto.cms.FooterBrandCoreStatusResponse', null, global);
50
58
  goog.exportSymbol('proto.cms.FooterMainTextItem', null, global);
51
59
  goog.exportSymbol('proto.cms.FooterMainTextItemRequest', null, global);
52
60
  goog.exportSymbol('proto.cms.FooterMainTextItemsResponse', null, global);
@@ -82,6 +90,7 @@ goog.exportSymbol('proto.cms.GetBannerRequest', null, global);
82
90
  goog.exportSymbol('proto.cms.GetBurgerMenuWidgetRequest', null, global);
83
91
  goog.exportSymbol('proto.cms.GetFileRequest', null, global);
84
92
  goog.exportSymbol('proto.cms.GetFooterApplicationsRequest', null, global);
93
+ goog.exportSymbol('proto.cms.GetFooterBrandCoreRequest', null, global);
85
94
  goog.exportSymbol('proto.cms.GetFooterMainTextRequest', null, global);
86
95
  goog.exportSymbol('proto.cms.GetFooterMainTextTranslationRequest', null, global);
87
96
  goog.exportSymbol('proto.cms.GetFooterPartnersRequest', null, global);
@@ -2138,6 +2147,174 @@ if (goog.DEBUG && !COMPILED) {
2138
2147
  */
2139
2148
  proto.cms.GetFooterApplicationsRequest.displayName = 'proto.cms.GetFooterApplicationsRequest';
2140
2149
  }
2150
+ /**
2151
+ * Generated by JsPbCodeGenerator.
2152
+ * @param {Array=} opt_data Optional initial data array, typically from a
2153
+ * server response, or constructed directly in Javascript. The array is used
2154
+ * in place and becomes part of the constructed object. It is not cloned.
2155
+ * If no data is provided, the constructed object will be empty, but still
2156
+ * valid.
2157
+ * @extends {jspb.Message}
2158
+ * @constructor
2159
+ */
2160
+ proto.cms.FooterBrandCoreItem = function(opt_data) {
2161
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.cms.FooterBrandCoreItem.repeatedFields_, null);
2162
+ };
2163
+ goog.inherits(proto.cms.FooterBrandCoreItem, jspb.Message);
2164
+ if (goog.DEBUG && !COMPILED) {
2165
+ /**
2166
+ * @public
2167
+ * @override
2168
+ */
2169
+ proto.cms.FooterBrandCoreItem.displayName = 'proto.cms.FooterBrandCoreItem';
2170
+ }
2171
+ /**
2172
+ * Generated by JsPbCodeGenerator.
2173
+ * @param {Array=} opt_data Optional initial data array, typically from a
2174
+ * server response, or constructed directly in Javascript. The array is used
2175
+ * in place and becomes part of the constructed object. It is not cloned.
2176
+ * If no data is provided, the constructed object will be empty, but still
2177
+ * valid.
2178
+ * @extends {jspb.Message}
2179
+ * @constructor
2180
+ */
2181
+ proto.cms.FooterBrandCoreItemRequest = function(opt_data) {
2182
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.cms.FooterBrandCoreItemRequest.repeatedFields_, null);
2183
+ };
2184
+ goog.inherits(proto.cms.FooterBrandCoreItemRequest, jspb.Message);
2185
+ if (goog.DEBUG && !COMPILED) {
2186
+ /**
2187
+ * @public
2188
+ * @override
2189
+ */
2190
+ proto.cms.FooterBrandCoreItemRequest.displayName = 'proto.cms.FooterBrandCoreItemRequest';
2191
+ }
2192
+ /**
2193
+ * Generated by JsPbCodeGenerator.
2194
+ * @param {Array=} opt_data Optional initial data array, typically from a
2195
+ * server response, or constructed directly in Javascript. The array is used
2196
+ * in place and becomes part of the constructed object. It is not cloned.
2197
+ * If no data is provided, the constructed object will be empty, but still
2198
+ * valid.
2199
+ * @extends {jspb.Message}
2200
+ * @constructor
2201
+ */
2202
+ proto.cms.FooterBrandCoreFile = function(opt_data) {
2203
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2204
+ };
2205
+ goog.inherits(proto.cms.FooterBrandCoreFile, jspb.Message);
2206
+ if (goog.DEBUG && !COMPILED) {
2207
+ /**
2208
+ * @public
2209
+ * @override
2210
+ */
2211
+ proto.cms.FooterBrandCoreFile.displayName = 'proto.cms.FooterBrandCoreFile';
2212
+ }
2213
+ /**
2214
+ * Generated by JsPbCodeGenerator.
2215
+ * @param {Array=} opt_data Optional initial data array, typically from a
2216
+ * server response, or constructed directly in Javascript. The array is used
2217
+ * in place and becomes part of the constructed object. It is not cloned.
2218
+ * If no data is provided, the constructed object will be empty, but still
2219
+ * valid.
2220
+ * @extends {jspb.Message}
2221
+ * @constructor
2222
+ */
2223
+ proto.cms.FooterBrandCoreRequest = function(opt_data) {
2224
+ jspb.Message.initialize(this, opt_data, 0, -1, null, proto.cms.FooterBrandCoreRequest.oneofGroups_);
2225
+ };
2226
+ goog.inherits(proto.cms.FooterBrandCoreRequest, jspb.Message);
2227
+ if (goog.DEBUG && !COMPILED) {
2228
+ /**
2229
+ * @public
2230
+ * @override
2231
+ */
2232
+ proto.cms.FooterBrandCoreRequest.displayName = 'proto.cms.FooterBrandCoreRequest';
2233
+ }
2234
+ /**
2235
+ * Generated by JsPbCodeGenerator.
2236
+ * @param {Array=} opt_data Optional initial data array, typically from a
2237
+ * server response, or constructed directly in Javascript. The array is used
2238
+ * in place and becomes part of the constructed object. It is not cloned.
2239
+ * If no data is provided, the constructed object will be empty, but still
2240
+ * valid.
2241
+ * @extends {jspb.Message}
2242
+ * @constructor
2243
+ */
2244
+ proto.cms.FooterBrandCoreResponse = function(opt_data) {
2245
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2246
+ };
2247
+ goog.inherits(proto.cms.FooterBrandCoreResponse, jspb.Message);
2248
+ if (goog.DEBUG && !COMPILED) {
2249
+ /**
2250
+ * @public
2251
+ * @override
2252
+ */
2253
+ proto.cms.FooterBrandCoreResponse.displayName = 'proto.cms.FooterBrandCoreResponse';
2254
+ }
2255
+ /**
2256
+ * Generated by JsPbCodeGenerator.
2257
+ * @param {Array=} opt_data Optional initial data array, typically from a
2258
+ * server response, or constructed directly in Javascript. The array is used
2259
+ * in place and becomes part of the constructed object. It is not cloned.
2260
+ * If no data is provided, the constructed object will be empty, but still
2261
+ * valid.
2262
+ * @extends {jspb.Message}
2263
+ * @constructor
2264
+ */
2265
+ proto.cms.FooterBrandCoreItemsResponse = function(opt_data) {
2266
+ jspb.Message.initialize(this, opt_data, 0, -1, proto.cms.FooterBrandCoreItemsResponse.repeatedFields_, null);
2267
+ };
2268
+ goog.inherits(proto.cms.FooterBrandCoreItemsResponse, jspb.Message);
2269
+ if (goog.DEBUG && !COMPILED) {
2270
+ /**
2271
+ * @public
2272
+ * @override
2273
+ */
2274
+ proto.cms.FooterBrandCoreItemsResponse.displayName = 'proto.cms.FooterBrandCoreItemsResponse';
2275
+ }
2276
+ /**
2277
+ * Generated by JsPbCodeGenerator.
2278
+ * @param {Array=} opt_data Optional initial data array, typically from a
2279
+ * server response, or constructed directly in Javascript. The array is used
2280
+ * in place and becomes part of the constructed object. It is not cloned.
2281
+ * If no data is provided, the constructed object will be empty, but still
2282
+ * valid.
2283
+ * @extends {jspb.Message}
2284
+ * @constructor
2285
+ */
2286
+ proto.cms.FooterBrandCoreStatusResponse = function(opt_data) {
2287
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2288
+ };
2289
+ goog.inherits(proto.cms.FooterBrandCoreStatusResponse, jspb.Message);
2290
+ if (goog.DEBUG && !COMPILED) {
2291
+ /**
2292
+ * @public
2293
+ * @override
2294
+ */
2295
+ proto.cms.FooterBrandCoreStatusResponse.displayName = 'proto.cms.FooterBrandCoreStatusResponse';
2296
+ }
2297
+ /**
2298
+ * Generated by JsPbCodeGenerator.
2299
+ * @param {Array=} opt_data Optional initial data array, typically from a
2300
+ * server response, or constructed directly in Javascript. The array is used
2301
+ * in place and becomes part of the constructed object. It is not cloned.
2302
+ * If no data is provided, the constructed object will be empty, but still
2303
+ * valid.
2304
+ * @extends {jspb.Message}
2305
+ * @constructor
2306
+ */
2307
+ proto.cms.GetFooterBrandCoreRequest = function(opt_data) {
2308
+ jspb.Message.initialize(this, opt_data, 0, -1, null, null);
2309
+ };
2310
+ goog.inherits(proto.cms.GetFooterBrandCoreRequest, jspb.Message);
2311
+ if (goog.DEBUG && !COMPILED) {
2312
+ /**
2313
+ * @public
2314
+ * @override
2315
+ */
2316
+ proto.cms.GetFooterBrandCoreRequest.displayName = 'proto.cms.GetFooterBrandCoreRequest';
2317
+ }
2141
2318
 
2142
2319
 
2143
2320
 
@@ -25815,4 +25992,1878 @@ proto.cms.GetFooterApplicationsRequest.prototype.hasId = function() {
25815
25992
  };
25816
25993
 
25817
25994
 
25995
+
25996
+ /**
25997
+ * List of repeated fields within this message type.
25998
+ * @private {!Array<number>}
25999
+ * @const
26000
+ */
26001
+ proto.cms.FooterBrandCoreItem.repeatedFields_ = [7];
26002
+
26003
+
26004
+
26005
+ if (jspb.Message.GENERATE_TO_OBJECT) {
26006
+ /**
26007
+ * Creates an object representation of this proto.
26008
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
26009
+ * Optional fields that are not set will be set to undefined.
26010
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
26011
+ * For the list of reserved names please see:
26012
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
26013
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
26014
+ * JSPB instance for transitional soy proto support:
26015
+ * http://goto/soy-param-migration
26016
+ * @return {!Object}
26017
+ */
26018
+ proto.cms.FooterBrandCoreItem.prototype.toObject = function(opt_includeInstance) {
26019
+ return proto.cms.FooterBrandCoreItem.toObject(opt_includeInstance, this);
26020
+ };
26021
+
26022
+
26023
+ /**
26024
+ * Static version of the {@see toObject} method.
26025
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
26026
+ * the JSPB instance for transitional soy proto support:
26027
+ * http://goto/soy-param-migration
26028
+ * @param {!proto.cms.FooterBrandCoreItem} msg The msg instance to transform.
26029
+ * @return {!Object}
26030
+ * @suppress {unusedLocalVariables} f is only used for nested messages
26031
+ */
26032
+ proto.cms.FooterBrandCoreItem.toObject = function(includeInstance, msg) {
26033
+ var f, obj = {
26034
+ id: jspb.Message.getFieldWithDefault(msg, 1, 0),
26035
+ geo: jspb.Message.getFieldWithDefault(msg, 2, ""),
26036
+ title: jspb.Message.getFieldWithDefault(msg, 3, ""),
26037
+ isActive: jspb.Message.getFieldWithDefault(msg, 4, 0),
26038
+ logo: jspb.Message.getFieldWithDefault(msg, 5, ""),
26039
+ logoCdn: jspb.Message.getFieldWithDefault(msg, 6, ""),
26040
+ columnsList: (f = jspb.Message.getRepeatedField(msg, 7)) == null ? undefined : f
26041
+ };
26042
+
26043
+ if (includeInstance) {
26044
+ obj.$jspbMessageInstance = msg;
26045
+ }
26046
+ return obj;
26047
+ };
26048
+ }
26049
+
26050
+
26051
+ /**
26052
+ * Deserializes binary data (in protobuf wire format).
26053
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
26054
+ * @return {!proto.cms.FooterBrandCoreItem}
26055
+ */
26056
+ proto.cms.FooterBrandCoreItem.deserializeBinary = function(bytes) {
26057
+ var reader = new jspb.BinaryReader(bytes);
26058
+ var msg = new proto.cms.FooterBrandCoreItem;
26059
+ return proto.cms.FooterBrandCoreItem.deserializeBinaryFromReader(msg, reader);
26060
+ };
26061
+
26062
+
26063
+ /**
26064
+ * Deserializes binary data (in protobuf wire format) from the
26065
+ * given reader into the given message object.
26066
+ * @param {!proto.cms.FooterBrandCoreItem} msg The message object to deserialize into.
26067
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
26068
+ * @return {!proto.cms.FooterBrandCoreItem}
26069
+ */
26070
+ proto.cms.FooterBrandCoreItem.deserializeBinaryFromReader = function(msg, reader) {
26071
+ while (reader.nextField()) {
26072
+ if (reader.isEndGroup()) {
26073
+ break;
26074
+ }
26075
+ var field = reader.getFieldNumber();
26076
+ switch (field) {
26077
+ case 1:
26078
+ var value = /** @type {number} */ (reader.readInt32());
26079
+ msg.setId(value);
26080
+ break;
26081
+ case 2:
26082
+ var value = /** @type {string} */ (reader.readString());
26083
+ msg.setGeo(value);
26084
+ break;
26085
+ case 3:
26086
+ var value = /** @type {string} */ (reader.readString());
26087
+ msg.setTitle(value);
26088
+ break;
26089
+ case 4:
26090
+ var value = /** @type {number} */ (reader.readInt32());
26091
+ msg.setIsActive(value);
26092
+ break;
26093
+ case 5:
26094
+ var value = /** @type {string} */ (reader.readString());
26095
+ msg.setLogo(value);
26096
+ break;
26097
+ case 6:
26098
+ var value = /** @type {string} */ (reader.readString());
26099
+ msg.setLogoCdn(value);
26100
+ break;
26101
+ case 7:
26102
+ var value = /** @type {string} */ (reader.readString());
26103
+ msg.addColumns(value);
26104
+ break;
26105
+ default:
26106
+ reader.skipField();
26107
+ break;
26108
+ }
26109
+ }
26110
+ return msg;
26111
+ };
26112
+
26113
+
26114
+ /**
26115
+ * Serializes the message to binary data (in protobuf wire format).
26116
+ * @return {!Uint8Array}
26117
+ */
26118
+ proto.cms.FooterBrandCoreItem.prototype.serializeBinary = function() {
26119
+ var writer = new jspb.BinaryWriter();
26120
+ proto.cms.FooterBrandCoreItem.serializeBinaryToWriter(this, writer);
26121
+ return writer.getResultBuffer();
26122
+ };
26123
+
26124
+
26125
+ /**
26126
+ * Serializes the given message to binary data (in protobuf wire
26127
+ * format), writing to the given BinaryWriter.
26128
+ * @param {!proto.cms.FooterBrandCoreItem} message
26129
+ * @param {!jspb.BinaryWriter} writer
26130
+ * @suppress {unusedLocalVariables} f is only used for nested messages
26131
+ */
26132
+ proto.cms.FooterBrandCoreItem.serializeBinaryToWriter = function(message, writer) {
26133
+ var f = undefined;
26134
+ f = /** @type {number} */ (jspb.Message.getField(message, 1));
26135
+ if (f != null) {
26136
+ writer.writeInt32(
26137
+ 1,
26138
+ f
26139
+ );
26140
+ }
26141
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
26142
+ if (f != null) {
26143
+ writer.writeString(
26144
+ 2,
26145
+ f
26146
+ );
26147
+ }
26148
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
26149
+ if (f != null) {
26150
+ writer.writeString(
26151
+ 3,
26152
+ f
26153
+ );
26154
+ }
26155
+ f = /** @type {number} */ (jspb.Message.getField(message, 4));
26156
+ if (f != null) {
26157
+ writer.writeInt32(
26158
+ 4,
26159
+ f
26160
+ );
26161
+ }
26162
+ f = /** @type {string} */ (jspb.Message.getField(message, 5));
26163
+ if (f != null) {
26164
+ writer.writeString(
26165
+ 5,
26166
+ f
26167
+ );
26168
+ }
26169
+ f = /** @type {string} */ (jspb.Message.getField(message, 6));
26170
+ if (f != null) {
26171
+ writer.writeString(
26172
+ 6,
26173
+ f
26174
+ );
26175
+ }
26176
+ f = message.getColumnsList();
26177
+ if (f.length > 0) {
26178
+ writer.writeRepeatedString(
26179
+ 7,
26180
+ f
26181
+ );
26182
+ }
26183
+ };
26184
+
26185
+
26186
+ /**
26187
+ * optional int32 id = 1;
26188
+ * @return {number}
26189
+ */
26190
+ proto.cms.FooterBrandCoreItem.prototype.getId = function() {
26191
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
26192
+ };
26193
+
26194
+
26195
+ /**
26196
+ * @param {number} value
26197
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26198
+ */
26199
+ proto.cms.FooterBrandCoreItem.prototype.setId = function(value) {
26200
+ return jspb.Message.setField(this, 1, value);
26201
+ };
26202
+
26203
+
26204
+ /**
26205
+ * Clears the field making it undefined.
26206
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26207
+ */
26208
+ proto.cms.FooterBrandCoreItem.prototype.clearId = function() {
26209
+ return jspb.Message.setField(this, 1, undefined);
26210
+ };
26211
+
26212
+
26213
+ /**
26214
+ * Returns whether this field is set.
26215
+ * @return {boolean}
26216
+ */
26217
+ proto.cms.FooterBrandCoreItem.prototype.hasId = function() {
26218
+ return jspb.Message.getField(this, 1) != null;
26219
+ };
26220
+
26221
+
26222
+ /**
26223
+ * optional string geo = 2;
26224
+ * @return {string}
26225
+ */
26226
+ proto.cms.FooterBrandCoreItem.prototype.getGeo = function() {
26227
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
26228
+ };
26229
+
26230
+
26231
+ /**
26232
+ * @param {string} value
26233
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26234
+ */
26235
+ proto.cms.FooterBrandCoreItem.prototype.setGeo = function(value) {
26236
+ return jspb.Message.setField(this, 2, value);
26237
+ };
26238
+
26239
+
26240
+ /**
26241
+ * Clears the field making it undefined.
26242
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26243
+ */
26244
+ proto.cms.FooterBrandCoreItem.prototype.clearGeo = function() {
26245
+ return jspb.Message.setField(this, 2, undefined);
26246
+ };
26247
+
26248
+
26249
+ /**
26250
+ * Returns whether this field is set.
26251
+ * @return {boolean}
26252
+ */
26253
+ proto.cms.FooterBrandCoreItem.prototype.hasGeo = function() {
26254
+ return jspb.Message.getField(this, 2) != null;
26255
+ };
26256
+
26257
+
26258
+ /**
26259
+ * optional string title = 3;
26260
+ * @return {string}
26261
+ */
26262
+ proto.cms.FooterBrandCoreItem.prototype.getTitle = function() {
26263
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
26264
+ };
26265
+
26266
+
26267
+ /**
26268
+ * @param {string} value
26269
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26270
+ */
26271
+ proto.cms.FooterBrandCoreItem.prototype.setTitle = function(value) {
26272
+ return jspb.Message.setField(this, 3, value);
26273
+ };
26274
+
26275
+
26276
+ /**
26277
+ * Clears the field making it undefined.
26278
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26279
+ */
26280
+ proto.cms.FooterBrandCoreItem.prototype.clearTitle = function() {
26281
+ return jspb.Message.setField(this, 3, undefined);
26282
+ };
26283
+
26284
+
26285
+ /**
26286
+ * Returns whether this field is set.
26287
+ * @return {boolean}
26288
+ */
26289
+ proto.cms.FooterBrandCoreItem.prototype.hasTitle = function() {
26290
+ return jspb.Message.getField(this, 3) != null;
26291
+ };
26292
+
26293
+
26294
+ /**
26295
+ * optional int32 is_active = 4;
26296
+ * @return {number}
26297
+ */
26298
+ proto.cms.FooterBrandCoreItem.prototype.getIsActive = function() {
26299
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
26300
+ };
26301
+
26302
+
26303
+ /**
26304
+ * @param {number} value
26305
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26306
+ */
26307
+ proto.cms.FooterBrandCoreItem.prototype.setIsActive = function(value) {
26308
+ return jspb.Message.setField(this, 4, value);
26309
+ };
26310
+
26311
+
26312
+ /**
26313
+ * Clears the field making it undefined.
26314
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26315
+ */
26316
+ proto.cms.FooterBrandCoreItem.prototype.clearIsActive = function() {
26317
+ return jspb.Message.setField(this, 4, undefined);
26318
+ };
26319
+
26320
+
26321
+ /**
26322
+ * Returns whether this field is set.
26323
+ * @return {boolean}
26324
+ */
26325
+ proto.cms.FooterBrandCoreItem.prototype.hasIsActive = function() {
26326
+ return jspb.Message.getField(this, 4) != null;
26327
+ };
26328
+
26329
+
26330
+ /**
26331
+ * optional string logo = 5;
26332
+ * @return {string}
26333
+ */
26334
+ proto.cms.FooterBrandCoreItem.prototype.getLogo = function() {
26335
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
26336
+ };
26337
+
26338
+
26339
+ /**
26340
+ * @param {string} value
26341
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26342
+ */
26343
+ proto.cms.FooterBrandCoreItem.prototype.setLogo = function(value) {
26344
+ return jspb.Message.setField(this, 5, value);
26345
+ };
26346
+
26347
+
26348
+ /**
26349
+ * Clears the field making it undefined.
26350
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26351
+ */
26352
+ proto.cms.FooterBrandCoreItem.prototype.clearLogo = function() {
26353
+ return jspb.Message.setField(this, 5, undefined);
26354
+ };
26355
+
26356
+
26357
+ /**
26358
+ * Returns whether this field is set.
26359
+ * @return {boolean}
26360
+ */
26361
+ proto.cms.FooterBrandCoreItem.prototype.hasLogo = function() {
26362
+ return jspb.Message.getField(this, 5) != null;
26363
+ };
26364
+
26365
+
26366
+ /**
26367
+ * optional string logo_cdn = 6;
26368
+ * @return {string}
26369
+ */
26370
+ proto.cms.FooterBrandCoreItem.prototype.getLogoCdn = function() {
26371
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
26372
+ };
26373
+
26374
+
26375
+ /**
26376
+ * @param {string} value
26377
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26378
+ */
26379
+ proto.cms.FooterBrandCoreItem.prototype.setLogoCdn = function(value) {
26380
+ return jspb.Message.setField(this, 6, value);
26381
+ };
26382
+
26383
+
26384
+ /**
26385
+ * Clears the field making it undefined.
26386
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26387
+ */
26388
+ proto.cms.FooterBrandCoreItem.prototype.clearLogoCdn = function() {
26389
+ return jspb.Message.setField(this, 6, undefined);
26390
+ };
26391
+
26392
+
26393
+ /**
26394
+ * Returns whether this field is set.
26395
+ * @return {boolean}
26396
+ */
26397
+ proto.cms.FooterBrandCoreItem.prototype.hasLogoCdn = function() {
26398
+ return jspb.Message.getField(this, 6) != null;
26399
+ };
26400
+
26401
+
26402
+ /**
26403
+ * repeated string columns = 7;
26404
+ * @return {!Array<string>}
26405
+ */
26406
+ proto.cms.FooterBrandCoreItem.prototype.getColumnsList = function() {
26407
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 7));
26408
+ };
26409
+
26410
+
26411
+ /**
26412
+ * @param {!Array<string>} value
26413
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26414
+ */
26415
+ proto.cms.FooterBrandCoreItem.prototype.setColumnsList = function(value) {
26416
+ return jspb.Message.setField(this, 7, value || []);
26417
+ };
26418
+
26419
+
26420
+ /**
26421
+ * @param {string} value
26422
+ * @param {number=} opt_index
26423
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26424
+ */
26425
+ proto.cms.FooterBrandCoreItem.prototype.addColumns = function(value, opt_index) {
26426
+ return jspb.Message.addToRepeatedField(this, 7, value, opt_index);
26427
+ };
26428
+
26429
+
26430
+ /**
26431
+ * Clears the list making it empty but non-null.
26432
+ * @return {!proto.cms.FooterBrandCoreItem} returns this
26433
+ */
26434
+ proto.cms.FooterBrandCoreItem.prototype.clearColumnsList = function() {
26435
+ return this.setColumnsList([]);
26436
+ };
26437
+
26438
+
26439
+
26440
+ /**
26441
+ * List of repeated fields within this message type.
26442
+ * @private {!Array<number>}
26443
+ * @const
26444
+ */
26445
+ proto.cms.FooterBrandCoreItemRequest.repeatedFields_ = [5];
26446
+
26447
+
26448
+
26449
+ if (jspb.Message.GENERATE_TO_OBJECT) {
26450
+ /**
26451
+ * Creates an object representation of this proto.
26452
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
26453
+ * Optional fields that are not set will be set to undefined.
26454
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
26455
+ * For the list of reserved names please see:
26456
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
26457
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
26458
+ * JSPB instance for transitional soy proto support:
26459
+ * http://goto/soy-param-migration
26460
+ * @return {!Object}
26461
+ */
26462
+ proto.cms.FooterBrandCoreItemRequest.prototype.toObject = function(opt_includeInstance) {
26463
+ return proto.cms.FooterBrandCoreItemRequest.toObject(opt_includeInstance, this);
26464
+ };
26465
+
26466
+
26467
+ /**
26468
+ * Static version of the {@see toObject} method.
26469
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
26470
+ * the JSPB instance for transitional soy proto support:
26471
+ * http://goto/soy-param-migration
26472
+ * @param {!proto.cms.FooterBrandCoreItemRequest} msg The msg instance to transform.
26473
+ * @return {!Object}
26474
+ * @suppress {unusedLocalVariables} f is only used for nested messages
26475
+ */
26476
+ proto.cms.FooterBrandCoreItemRequest.toObject = function(includeInstance, msg) {
26477
+ var f, obj = {
26478
+ id: jspb.Message.getFieldWithDefault(msg, 1, 0),
26479
+ geo: jspb.Message.getFieldWithDefault(msg, 2, ""),
26480
+ title: jspb.Message.getFieldWithDefault(msg, 3, ""),
26481
+ isActive: jspb.Message.getFieldWithDefault(msg, 4, 0),
26482
+ columnsList: (f = jspb.Message.getRepeatedField(msg, 5)) == null ? undefined : f
26483
+ };
26484
+
26485
+ if (includeInstance) {
26486
+ obj.$jspbMessageInstance = msg;
26487
+ }
26488
+ return obj;
26489
+ };
26490
+ }
26491
+
26492
+
26493
+ /**
26494
+ * Deserializes binary data (in protobuf wire format).
26495
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
26496
+ * @return {!proto.cms.FooterBrandCoreItemRequest}
26497
+ */
26498
+ proto.cms.FooterBrandCoreItemRequest.deserializeBinary = function(bytes) {
26499
+ var reader = new jspb.BinaryReader(bytes);
26500
+ var msg = new proto.cms.FooterBrandCoreItemRequest;
26501
+ return proto.cms.FooterBrandCoreItemRequest.deserializeBinaryFromReader(msg, reader);
26502
+ };
26503
+
26504
+
26505
+ /**
26506
+ * Deserializes binary data (in protobuf wire format) from the
26507
+ * given reader into the given message object.
26508
+ * @param {!proto.cms.FooterBrandCoreItemRequest} msg The message object to deserialize into.
26509
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
26510
+ * @return {!proto.cms.FooterBrandCoreItemRequest}
26511
+ */
26512
+ proto.cms.FooterBrandCoreItemRequest.deserializeBinaryFromReader = function(msg, reader) {
26513
+ while (reader.nextField()) {
26514
+ if (reader.isEndGroup()) {
26515
+ break;
26516
+ }
26517
+ var field = reader.getFieldNumber();
26518
+ switch (field) {
26519
+ case 1:
26520
+ var value = /** @type {number} */ (reader.readInt32());
26521
+ msg.setId(value);
26522
+ break;
26523
+ case 2:
26524
+ var value = /** @type {string} */ (reader.readString());
26525
+ msg.setGeo(value);
26526
+ break;
26527
+ case 3:
26528
+ var value = /** @type {string} */ (reader.readString());
26529
+ msg.setTitle(value);
26530
+ break;
26531
+ case 4:
26532
+ var value = /** @type {number} */ (reader.readInt32());
26533
+ msg.setIsActive(value);
26534
+ break;
26535
+ case 5:
26536
+ var value = /** @type {string} */ (reader.readString());
26537
+ msg.addColumns(value);
26538
+ break;
26539
+ default:
26540
+ reader.skipField();
26541
+ break;
26542
+ }
26543
+ }
26544
+ return msg;
26545
+ };
26546
+
26547
+
26548
+ /**
26549
+ * Serializes the message to binary data (in protobuf wire format).
26550
+ * @return {!Uint8Array}
26551
+ */
26552
+ proto.cms.FooterBrandCoreItemRequest.prototype.serializeBinary = function() {
26553
+ var writer = new jspb.BinaryWriter();
26554
+ proto.cms.FooterBrandCoreItemRequest.serializeBinaryToWriter(this, writer);
26555
+ return writer.getResultBuffer();
26556
+ };
26557
+
26558
+
26559
+ /**
26560
+ * Serializes the given message to binary data (in protobuf wire
26561
+ * format), writing to the given BinaryWriter.
26562
+ * @param {!proto.cms.FooterBrandCoreItemRequest} message
26563
+ * @param {!jspb.BinaryWriter} writer
26564
+ * @suppress {unusedLocalVariables} f is only used for nested messages
26565
+ */
26566
+ proto.cms.FooterBrandCoreItemRequest.serializeBinaryToWriter = function(message, writer) {
26567
+ var f = undefined;
26568
+ f = /** @type {number} */ (jspb.Message.getField(message, 1));
26569
+ if (f != null) {
26570
+ writer.writeInt32(
26571
+ 1,
26572
+ f
26573
+ );
26574
+ }
26575
+ f = /** @type {string} */ (jspb.Message.getField(message, 2));
26576
+ if (f != null) {
26577
+ writer.writeString(
26578
+ 2,
26579
+ f
26580
+ );
26581
+ }
26582
+ f = /** @type {string} */ (jspb.Message.getField(message, 3));
26583
+ if (f != null) {
26584
+ writer.writeString(
26585
+ 3,
26586
+ f
26587
+ );
26588
+ }
26589
+ f = /** @type {number} */ (jspb.Message.getField(message, 4));
26590
+ if (f != null) {
26591
+ writer.writeInt32(
26592
+ 4,
26593
+ f
26594
+ );
26595
+ }
26596
+ f = message.getColumnsList();
26597
+ if (f.length > 0) {
26598
+ writer.writeRepeatedString(
26599
+ 5,
26600
+ f
26601
+ );
26602
+ }
26603
+ };
26604
+
26605
+
26606
+ /**
26607
+ * optional int32 id = 1;
26608
+ * @return {number}
26609
+ */
26610
+ proto.cms.FooterBrandCoreItemRequest.prototype.getId = function() {
26611
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
26612
+ };
26613
+
26614
+
26615
+ /**
26616
+ * @param {number} value
26617
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26618
+ */
26619
+ proto.cms.FooterBrandCoreItemRequest.prototype.setId = function(value) {
26620
+ return jspb.Message.setField(this, 1, value);
26621
+ };
26622
+
26623
+
26624
+ /**
26625
+ * Clears the field making it undefined.
26626
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26627
+ */
26628
+ proto.cms.FooterBrandCoreItemRequest.prototype.clearId = function() {
26629
+ return jspb.Message.setField(this, 1, undefined);
26630
+ };
26631
+
26632
+
26633
+ /**
26634
+ * Returns whether this field is set.
26635
+ * @return {boolean}
26636
+ */
26637
+ proto.cms.FooterBrandCoreItemRequest.prototype.hasId = function() {
26638
+ return jspb.Message.getField(this, 1) != null;
26639
+ };
26640
+
26641
+
26642
+ /**
26643
+ * optional string geo = 2;
26644
+ * @return {string}
26645
+ */
26646
+ proto.cms.FooterBrandCoreItemRequest.prototype.getGeo = function() {
26647
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
26648
+ };
26649
+
26650
+
26651
+ /**
26652
+ * @param {string} value
26653
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26654
+ */
26655
+ proto.cms.FooterBrandCoreItemRequest.prototype.setGeo = function(value) {
26656
+ return jspb.Message.setField(this, 2, value);
26657
+ };
26658
+
26659
+
26660
+ /**
26661
+ * Clears the field making it undefined.
26662
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26663
+ */
26664
+ proto.cms.FooterBrandCoreItemRequest.prototype.clearGeo = function() {
26665
+ return jspb.Message.setField(this, 2, undefined);
26666
+ };
26667
+
26668
+
26669
+ /**
26670
+ * Returns whether this field is set.
26671
+ * @return {boolean}
26672
+ */
26673
+ proto.cms.FooterBrandCoreItemRequest.prototype.hasGeo = function() {
26674
+ return jspb.Message.getField(this, 2) != null;
26675
+ };
26676
+
26677
+
26678
+ /**
26679
+ * optional string title = 3;
26680
+ * @return {string}
26681
+ */
26682
+ proto.cms.FooterBrandCoreItemRequest.prototype.getTitle = function() {
26683
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
26684
+ };
26685
+
26686
+
26687
+ /**
26688
+ * @param {string} value
26689
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26690
+ */
26691
+ proto.cms.FooterBrandCoreItemRequest.prototype.setTitle = function(value) {
26692
+ return jspb.Message.setField(this, 3, value);
26693
+ };
26694
+
26695
+
26696
+ /**
26697
+ * Clears the field making it undefined.
26698
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26699
+ */
26700
+ proto.cms.FooterBrandCoreItemRequest.prototype.clearTitle = function() {
26701
+ return jspb.Message.setField(this, 3, undefined);
26702
+ };
26703
+
26704
+
26705
+ /**
26706
+ * Returns whether this field is set.
26707
+ * @return {boolean}
26708
+ */
26709
+ proto.cms.FooterBrandCoreItemRequest.prototype.hasTitle = function() {
26710
+ return jspb.Message.getField(this, 3) != null;
26711
+ };
26712
+
26713
+
26714
+ /**
26715
+ * optional int32 is_active = 4;
26716
+ * @return {number}
26717
+ */
26718
+ proto.cms.FooterBrandCoreItemRequest.prototype.getIsActive = function() {
26719
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
26720
+ };
26721
+
26722
+
26723
+ /**
26724
+ * @param {number} value
26725
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26726
+ */
26727
+ proto.cms.FooterBrandCoreItemRequest.prototype.setIsActive = function(value) {
26728
+ return jspb.Message.setField(this, 4, value);
26729
+ };
26730
+
26731
+
26732
+ /**
26733
+ * Clears the field making it undefined.
26734
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26735
+ */
26736
+ proto.cms.FooterBrandCoreItemRequest.prototype.clearIsActive = function() {
26737
+ return jspb.Message.setField(this, 4, undefined);
26738
+ };
26739
+
26740
+
26741
+ /**
26742
+ * Returns whether this field is set.
26743
+ * @return {boolean}
26744
+ */
26745
+ proto.cms.FooterBrandCoreItemRequest.prototype.hasIsActive = function() {
26746
+ return jspb.Message.getField(this, 4) != null;
26747
+ };
26748
+
26749
+
26750
+ /**
26751
+ * repeated string columns = 5;
26752
+ * @return {!Array<string>}
26753
+ */
26754
+ proto.cms.FooterBrandCoreItemRequest.prototype.getColumnsList = function() {
26755
+ return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 5));
26756
+ };
26757
+
26758
+
26759
+ /**
26760
+ * @param {!Array<string>} value
26761
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26762
+ */
26763
+ proto.cms.FooterBrandCoreItemRequest.prototype.setColumnsList = function(value) {
26764
+ return jspb.Message.setField(this, 5, value || []);
26765
+ };
26766
+
26767
+
26768
+ /**
26769
+ * @param {string} value
26770
+ * @param {number=} opt_index
26771
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26772
+ */
26773
+ proto.cms.FooterBrandCoreItemRequest.prototype.addColumns = function(value, opt_index) {
26774
+ return jspb.Message.addToRepeatedField(this, 5, value, opt_index);
26775
+ };
26776
+
26777
+
26778
+ /**
26779
+ * Clears the list making it empty but non-null.
26780
+ * @return {!proto.cms.FooterBrandCoreItemRequest} returns this
26781
+ */
26782
+ proto.cms.FooterBrandCoreItemRequest.prototype.clearColumnsList = function() {
26783
+ return this.setColumnsList([]);
26784
+ };
26785
+
26786
+
26787
+
26788
+
26789
+
26790
+ if (jspb.Message.GENERATE_TO_OBJECT) {
26791
+ /**
26792
+ * Creates an object representation of this proto.
26793
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
26794
+ * Optional fields that are not set will be set to undefined.
26795
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
26796
+ * For the list of reserved names please see:
26797
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
26798
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
26799
+ * JSPB instance for transitional soy proto support:
26800
+ * http://goto/soy-param-migration
26801
+ * @return {!Object}
26802
+ */
26803
+ proto.cms.FooterBrandCoreFile.prototype.toObject = function(opt_includeInstance) {
26804
+ return proto.cms.FooterBrandCoreFile.toObject(opt_includeInstance, this);
26805
+ };
26806
+
26807
+
26808
+ /**
26809
+ * Static version of the {@see toObject} method.
26810
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
26811
+ * the JSPB instance for transitional soy proto support:
26812
+ * http://goto/soy-param-migration
26813
+ * @param {!proto.cms.FooterBrandCoreFile} msg The msg instance to transform.
26814
+ * @return {!Object}
26815
+ * @suppress {unusedLocalVariables} f is only used for nested messages
26816
+ */
26817
+ proto.cms.FooterBrandCoreFile.toObject = function(includeInstance, msg) {
26818
+ var f, obj = {
26819
+ file: (f = msg.getFile()) && proto.cms.File.toObject(includeInstance, f)
26820
+ };
26821
+
26822
+ if (includeInstance) {
26823
+ obj.$jspbMessageInstance = msg;
26824
+ }
26825
+ return obj;
26826
+ };
26827
+ }
26828
+
26829
+
26830
+ /**
26831
+ * Deserializes binary data (in protobuf wire format).
26832
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
26833
+ * @return {!proto.cms.FooterBrandCoreFile}
26834
+ */
26835
+ proto.cms.FooterBrandCoreFile.deserializeBinary = function(bytes) {
26836
+ var reader = new jspb.BinaryReader(bytes);
26837
+ var msg = new proto.cms.FooterBrandCoreFile;
26838
+ return proto.cms.FooterBrandCoreFile.deserializeBinaryFromReader(msg, reader);
26839
+ };
26840
+
26841
+
26842
+ /**
26843
+ * Deserializes binary data (in protobuf wire format) from the
26844
+ * given reader into the given message object.
26845
+ * @param {!proto.cms.FooterBrandCoreFile} msg The message object to deserialize into.
26846
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
26847
+ * @return {!proto.cms.FooterBrandCoreFile}
26848
+ */
26849
+ proto.cms.FooterBrandCoreFile.deserializeBinaryFromReader = function(msg, reader) {
26850
+ while (reader.nextField()) {
26851
+ if (reader.isEndGroup()) {
26852
+ break;
26853
+ }
26854
+ var field = reader.getFieldNumber();
26855
+ switch (field) {
26856
+ case 1:
26857
+ var value = new proto.cms.File;
26858
+ reader.readMessage(value,proto.cms.File.deserializeBinaryFromReader);
26859
+ msg.setFile(value);
26860
+ break;
26861
+ default:
26862
+ reader.skipField();
26863
+ break;
26864
+ }
26865
+ }
26866
+ return msg;
26867
+ };
26868
+
26869
+
26870
+ /**
26871
+ * Serializes the message to binary data (in protobuf wire format).
26872
+ * @return {!Uint8Array}
26873
+ */
26874
+ proto.cms.FooterBrandCoreFile.prototype.serializeBinary = function() {
26875
+ var writer = new jspb.BinaryWriter();
26876
+ proto.cms.FooterBrandCoreFile.serializeBinaryToWriter(this, writer);
26877
+ return writer.getResultBuffer();
26878
+ };
26879
+
26880
+
26881
+ /**
26882
+ * Serializes the given message to binary data (in protobuf wire
26883
+ * format), writing to the given BinaryWriter.
26884
+ * @param {!proto.cms.FooterBrandCoreFile} message
26885
+ * @param {!jspb.BinaryWriter} writer
26886
+ * @suppress {unusedLocalVariables} f is only used for nested messages
26887
+ */
26888
+ proto.cms.FooterBrandCoreFile.serializeBinaryToWriter = function(message, writer) {
26889
+ var f = undefined;
26890
+ f = message.getFile();
26891
+ if (f != null) {
26892
+ writer.writeMessage(
26893
+ 1,
26894
+ f,
26895
+ proto.cms.File.serializeBinaryToWriter
26896
+ );
26897
+ }
26898
+ };
26899
+
26900
+
26901
+ /**
26902
+ * optional File file = 1;
26903
+ * @return {?proto.cms.File}
26904
+ */
26905
+ proto.cms.FooterBrandCoreFile.prototype.getFile = function() {
26906
+ return /** @type{?proto.cms.File} */ (
26907
+ jspb.Message.getWrapperField(this, proto.cms.File, 1));
26908
+ };
26909
+
26910
+
26911
+ /**
26912
+ * @param {?proto.cms.File|undefined} value
26913
+ * @return {!proto.cms.FooterBrandCoreFile} returns this
26914
+ */
26915
+ proto.cms.FooterBrandCoreFile.prototype.setFile = function(value) {
26916
+ return jspb.Message.setWrapperField(this, 1, value);
26917
+ };
26918
+
26919
+
26920
+ /**
26921
+ * Clears the message field making it undefined.
26922
+ * @return {!proto.cms.FooterBrandCoreFile} returns this
26923
+ */
26924
+ proto.cms.FooterBrandCoreFile.prototype.clearFile = function() {
26925
+ return this.setFile(undefined);
26926
+ };
26927
+
26928
+
26929
+ /**
26930
+ * Returns whether this field is set.
26931
+ * @return {boolean}
26932
+ */
26933
+ proto.cms.FooterBrandCoreFile.prototype.hasFile = function() {
26934
+ return jspb.Message.getField(this, 1) != null;
26935
+ };
26936
+
26937
+
26938
+
26939
+ /**
26940
+ * Oneof group definitions for this message. Each group defines the field
26941
+ * numbers belonging to that group. When of these fields' value is set, all
26942
+ * other fields in the group are cleared. During deserialization, if multiple
26943
+ * fields are encountered for a group, only the last value seen will be kept.
26944
+ * @private {!Array<!Array<number>>}
26945
+ * @const
26946
+ */
26947
+ proto.cms.FooterBrandCoreRequest.oneofGroups_ = [[1,2]];
26948
+
26949
+ /**
26950
+ * @enum {number}
26951
+ */
26952
+ proto.cms.FooterBrandCoreRequest.PayloadCase = {
26953
+ PAYLOAD_NOT_SET: 0,
26954
+ BRANDCORE_DATA: 1,
26955
+ BRANDCORE_FILE: 2
26956
+ };
26957
+
26958
+ /**
26959
+ * @return {proto.cms.FooterBrandCoreRequest.PayloadCase}
26960
+ */
26961
+ proto.cms.FooterBrandCoreRequest.prototype.getPayloadCase = function() {
26962
+ return /** @type {proto.cms.FooterBrandCoreRequest.PayloadCase} */(jspb.Message.computeOneofCase(this, proto.cms.FooterBrandCoreRequest.oneofGroups_[0]));
26963
+ };
26964
+
26965
+
26966
+
26967
+ if (jspb.Message.GENERATE_TO_OBJECT) {
26968
+ /**
26969
+ * Creates an object representation of this proto.
26970
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
26971
+ * Optional fields that are not set will be set to undefined.
26972
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
26973
+ * For the list of reserved names please see:
26974
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
26975
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
26976
+ * JSPB instance for transitional soy proto support:
26977
+ * http://goto/soy-param-migration
26978
+ * @return {!Object}
26979
+ */
26980
+ proto.cms.FooterBrandCoreRequest.prototype.toObject = function(opt_includeInstance) {
26981
+ return proto.cms.FooterBrandCoreRequest.toObject(opt_includeInstance, this);
26982
+ };
26983
+
26984
+
26985
+ /**
26986
+ * Static version of the {@see toObject} method.
26987
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
26988
+ * the JSPB instance for transitional soy proto support:
26989
+ * http://goto/soy-param-migration
26990
+ * @param {!proto.cms.FooterBrandCoreRequest} msg The msg instance to transform.
26991
+ * @return {!Object}
26992
+ * @suppress {unusedLocalVariables} f is only used for nested messages
26993
+ */
26994
+ proto.cms.FooterBrandCoreRequest.toObject = function(includeInstance, msg) {
26995
+ var f, obj = {
26996
+ brandcoreData: (f = msg.getBrandcoreData()) && proto.cms.FooterBrandCoreItemRequest.toObject(includeInstance, f),
26997
+ brandcoreFile: (f = msg.getBrandcoreFile()) && proto.cms.FooterBrandCoreFile.toObject(includeInstance, f)
26998
+ };
26999
+
27000
+ if (includeInstance) {
27001
+ obj.$jspbMessageInstance = msg;
27002
+ }
27003
+ return obj;
27004
+ };
27005
+ }
27006
+
27007
+
27008
+ /**
27009
+ * Deserializes binary data (in protobuf wire format).
27010
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
27011
+ * @return {!proto.cms.FooterBrandCoreRequest}
27012
+ */
27013
+ proto.cms.FooterBrandCoreRequest.deserializeBinary = function(bytes) {
27014
+ var reader = new jspb.BinaryReader(bytes);
27015
+ var msg = new proto.cms.FooterBrandCoreRequest;
27016
+ return proto.cms.FooterBrandCoreRequest.deserializeBinaryFromReader(msg, reader);
27017
+ };
27018
+
27019
+
27020
+ /**
27021
+ * Deserializes binary data (in protobuf wire format) from the
27022
+ * given reader into the given message object.
27023
+ * @param {!proto.cms.FooterBrandCoreRequest} msg The message object to deserialize into.
27024
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
27025
+ * @return {!proto.cms.FooterBrandCoreRequest}
27026
+ */
27027
+ proto.cms.FooterBrandCoreRequest.deserializeBinaryFromReader = function(msg, reader) {
27028
+ while (reader.nextField()) {
27029
+ if (reader.isEndGroup()) {
27030
+ break;
27031
+ }
27032
+ var field = reader.getFieldNumber();
27033
+ switch (field) {
27034
+ case 1:
27035
+ var value = new proto.cms.FooterBrandCoreItemRequest;
27036
+ reader.readMessage(value,proto.cms.FooterBrandCoreItemRequest.deserializeBinaryFromReader);
27037
+ msg.setBrandcoreData(value);
27038
+ break;
27039
+ case 2:
27040
+ var value = new proto.cms.FooterBrandCoreFile;
27041
+ reader.readMessage(value,proto.cms.FooterBrandCoreFile.deserializeBinaryFromReader);
27042
+ msg.setBrandcoreFile(value);
27043
+ break;
27044
+ default:
27045
+ reader.skipField();
27046
+ break;
27047
+ }
27048
+ }
27049
+ return msg;
27050
+ };
27051
+
27052
+
27053
+ /**
27054
+ * Serializes the message to binary data (in protobuf wire format).
27055
+ * @return {!Uint8Array}
27056
+ */
27057
+ proto.cms.FooterBrandCoreRequest.prototype.serializeBinary = function() {
27058
+ var writer = new jspb.BinaryWriter();
27059
+ proto.cms.FooterBrandCoreRequest.serializeBinaryToWriter(this, writer);
27060
+ return writer.getResultBuffer();
27061
+ };
27062
+
27063
+
27064
+ /**
27065
+ * Serializes the given message to binary data (in protobuf wire
27066
+ * format), writing to the given BinaryWriter.
27067
+ * @param {!proto.cms.FooterBrandCoreRequest} message
27068
+ * @param {!jspb.BinaryWriter} writer
27069
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27070
+ */
27071
+ proto.cms.FooterBrandCoreRequest.serializeBinaryToWriter = function(message, writer) {
27072
+ var f = undefined;
27073
+ f = message.getBrandcoreData();
27074
+ if (f != null) {
27075
+ writer.writeMessage(
27076
+ 1,
27077
+ f,
27078
+ proto.cms.FooterBrandCoreItemRequest.serializeBinaryToWriter
27079
+ );
27080
+ }
27081
+ f = message.getBrandcoreFile();
27082
+ if (f != null) {
27083
+ writer.writeMessage(
27084
+ 2,
27085
+ f,
27086
+ proto.cms.FooterBrandCoreFile.serializeBinaryToWriter
27087
+ );
27088
+ }
27089
+ };
27090
+
27091
+
27092
+ /**
27093
+ * optional FooterBrandCoreItemRequest brandcore_data = 1;
27094
+ * @return {?proto.cms.FooterBrandCoreItemRequest}
27095
+ */
27096
+ proto.cms.FooterBrandCoreRequest.prototype.getBrandcoreData = function() {
27097
+ return /** @type{?proto.cms.FooterBrandCoreItemRequest} */ (
27098
+ jspb.Message.getWrapperField(this, proto.cms.FooterBrandCoreItemRequest, 1));
27099
+ };
27100
+
27101
+
27102
+ /**
27103
+ * @param {?proto.cms.FooterBrandCoreItemRequest|undefined} value
27104
+ * @return {!proto.cms.FooterBrandCoreRequest} returns this
27105
+ */
27106
+ proto.cms.FooterBrandCoreRequest.prototype.setBrandcoreData = function(value) {
27107
+ return jspb.Message.setOneofWrapperField(this, 1, proto.cms.FooterBrandCoreRequest.oneofGroups_[0], value);
27108
+ };
27109
+
27110
+
27111
+ /**
27112
+ * Clears the message field making it undefined.
27113
+ * @return {!proto.cms.FooterBrandCoreRequest} returns this
27114
+ */
27115
+ proto.cms.FooterBrandCoreRequest.prototype.clearBrandcoreData = function() {
27116
+ return this.setBrandcoreData(undefined);
27117
+ };
27118
+
27119
+
27120
+ /**
27121
+ * Returns whether this field is set.
27122
+ * @return {boolean}
27123
+ */
27124
+ proto.cms.FooterBrandCoreRequest.prototype.hasBrandcoreData = function() {
27125
+ return jspb.Message.getField(this, 1) != null;
27126
+ };
27127
+
27128
+
27129
+ /**
27130
+ * optional FooterBrandCoreFile brandcore_file = 2;
27131
+ * @return {?proto.cms.FooterBrandCoreFile}
27132
+ */
27133
+ proto.cms.FooterBrandCoreRequest.prototype.getBrandcoreFile = function() {
27134
+ return /** @type{?proto.cms.FooterBrandCoreFile} */ (
27135
+ jspb.Message.getWrapperField(this, proto.cms.FooterBrandCoreFile, 2));
27136
+ };
27137
+
27138
+
27139
+ /**
27140
+ * @param {?proto.cms.FooterBrandCoreFile|undefined} value
27141
+ * @return {!proto.cms.FooterBrandCoreRequest} returns this
27142
+ */
27143
+ proto.cms.FooterBrandCoreRequest.prototype.setBrandcoreFile = function(value) {
27144
+ return jspb.Message.setOneofWrapperField(this, 2, proto.cms.FooterBrandCoreRequest.oneofGroups_[0], value);
27145
+ };
27146
+
27147
+
27148
+ /**
27149
+ * Clears the message field making it undefined.
27150
+ * @return {!proto.cms.FooterBrandCoreRequest} returns this
27151
+ */
27152
+ proto.cms.FooterBrandCoreRequest.prototype.clearBrandcoreFile = function() {
27153
+ return this.setBrandcoreFile(undefined);
27154
+ };
27155
+
27156
+
27157
+ /**
27158
+ * Returns whether this field is set.
27159
+ * @return {boolean}
27160
+ */
27161
+ proto.cms.FooterBrandCoreRequest.prototype.hasBrandcoreFile = function() {
27162
+ return jspb.Message.getField(this, 2) != null;
27163
+ };
27164
+
27165
+
27166
+
27167
+
27168
+
27169
+ if (jspb.Message.GENERATE_TO_OBJECT) {
27170
+ /**
27171
+ * Creates an object representation of this proto.
27172
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
27173
+ * Optional fields that are not set will be set to undefined.
27174
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
27175
+ * For the list of reserved names please see:
27176
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
27177
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
27178
+ * JSPB instance for transitional soy proto support:
27179
+ * http://goto/soy-param-migration
27180
+ * @return {!Object}
27181
+ */
27182
+ proto.cms.FooterBrandCoreResponse.prototype.toObject = function(opt_includeInstance) {
27183
+ return proto.cms.FooterBrandCoreResponse.toObject(opt_includeInstance, this);
27184
+ };
27185
+
27186
+
27187
+ /**
27188
+ * Static version of the {@see toObject} method.
27189
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
27190
+ * the JSPB instance for transitional soy proto support:
27191
+ * http://goto/soy-param-migration
27192
+ * @param {!proto.cms.FooterBrandCoreResponse} msg The msg instance to transform.
27193
+ * @return {!Object}
27194
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27195
+ */
27196
+ proto.cms.FooterBrandCoreResponse.toObject = function(includeInstance, msg) {
27197
+ var f, obj = {
27198
+ data: (f = msg.getData()) && proto.cms.FooterBrandCoreItem.toObject(includeInstance, f)
27199
+ };
27200
+
27201
+ if (includeInstance) {
27202
+ obj.$jspbMessageInstance = msg;
27203
+ }
27204
+ return obj;
27205
+ };
27206
+ }
27207
+
27208
+
27209
+ /**
27210
+ * Deserializes binary data (in protobuf wire format).
27211
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
27212
+ * @return {!proto.cms.FooterBrandCoreResponse}
27213
+ */
27214
+ proto.cms.FooterBrandCoreResponse.deserializeBinary = function(bytes) {
27215
+ var reader = new jspb.BinaryReader(bytes);
27216
+ var msg = new proto.cms.FooterBrandCoreResponse;
27217
+ return proto.cms.FooterBrandCoreResponse.deserializeBinaryFromReader(msg, reader);
27218
+ };
27219
+
27220
+
27221
+ /**
27222
+ * Deserializes binary data (in protobuf wire format) from the
27223
+ * given reader into the given message object.
27224
+ * @param {!proto.cms.FooterBrandCoreResponse} msg The message object to deserialize into.
27225
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
27226
+ * @return {!proto.cms.FooterBrandCoreResponse}
27227
+ */
27228
+ proto.cms.FooterBrandCoreResponse.deserializeBinaryFromReader = function(msg, reader) {
27229
+ while (reader.nextField()) {
27230
+ if (reader.isEndGroup()) {
27231
+ break;
27232
+ }
27233
+ var field = reader.getFieldNumber();
27234
+ switch (field) {
27235
+ case 1:
27236
+ var value = new proto.cms.FooterBrandCoreItem;
27237
+ reader.readMessage(value,proto.cms.FooterBrandCoreItem.deserializeBinaryFromReader);
27238
+ msg.setData(value);
27239
+ break;
27240
+ default:
27241
+ reader.skipField();
27242
+ break;
27243
+ }
27244
+ }
27245
+ return msg;
27246
+ };
27247
+
27248
+
27249
+ /**
27250
+ * Serializes the message to binary data (in protobuf wire format).
27251
+ * @return {!Uint8Array}
27252
+ */
27253
+ proto.cms.FooterBrandCoreResponse.prototype.serializeBinary = function() {
27254
+ var writer = new jspb.BinaryWriter();
27255
+ proto.cms.FooterBrandCoreResponse.serializeBinaryToWriter(this, writer);
27256
+ return writer.getResultBuffer();
27257
+ };
27258
+
27259
+
27260
+ /**
27261
+ * Serializes the given message to binary data (in protobuf wire
27262
+ * format), writing to the given BinaryWriter.
27263
+ * @param {!proto.cms.FooterBrandCoreResponse} message
27264
+ * @param {!jspb.BinaryWriter} writer
27265
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27266
+ */
27267
+ proto.cms.FooterBrandCoreResponse.serializeBinaryToWriter = function(message, writer) {
27268
+ var f = undefined;
27269
+ f = message.getData();
27270
+ if (f != null) {
27271
+ writer.writeMessage(
27272
+ 1,
27273
+ f,
27274
+ proto.cms.FooterBrandCoreItem.serializeBinaryToWriter
27275
+ );
27276
+ }
27277
+ };
27278
+
27279
+
27280
+ /**
27281
+ * optional FooterBrandCoreItem data = 1;
27282
+ * @return {?proto.cms.FooterBrandCoreItem}
27283
+ */
27284
+ proto.cms.FooterBrandCoreResponse.prototype.getData = function() {
27285
+ return /** @type{?proto.cms.FooterBrandCoreItem} */ (
27286
+ jspb.Message.getWrapperField(this, proto.cms.FooterBrandCoreItem, 1));
27287
+ };
27288
+
27289
+
27290
+ /**
27291
+ * @param {?proto.cms.FooterBrandCoreItem|undefined} value
27292
+ * @return {!proto.cms.FooterBrandCoreResponse} returns this
27293
+ */
27294
+ proto.cms.FooterBrandCoreResponse.prototype.setData = function(value) {
27295
+ return jspb.Message.setWrapperField(this, 1, value);
27296
+ };
27297
+
27298
+
27299
+ /**
27300
+ * Clears the message field making it undefined.
27301
+ * @return {!proto.cms.FooterBrandCoreResponse} returns this
27302
+ */
27303
+ proto.cms.FooterBrandCoreResponse.prototype.clearData = function() {
27304
+ return this.setData(undefined);
27305
+ };
27306
+
27307
+
27308
+ /**
27309
+ * Returns whether this field is set.
27310
+ * @return {boolean}
27311
+ */
27312
+ proto.cms.FooterBrandCoreResponse.prototype.hasData = function() {
27313
+ return jspb.Message.getField(this, 1) != null;
27314
+ };
27315
+
27316
+
27317
+
27318
+ /**
27319
+ * List of repeated fields within this message type.
27320
+ * @private {!Array<number>}
27321
+ * @const
27322
+ */
27323
+ proto.cms.FooterBrandCoreItemsResponse.repeatedFields_ = [1];
27324
+
27325
+
27326
+
27327
+ if (jspb.Message.GENERATE_TO_OBJECT) {
27328
+ /**
27329
+ * Creates an object representation of this proto.
27330
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
27331
+ * Optional fields that are not set will be set to undefined.
27332
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
27333
+ * For the list of reserved names please see:
27334
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
27335
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
27336
+ * JSPB instance for transitional soy proto support:
27337
+ * http://goto/soy-param-migration
27338
+ * @return {!Object}
27339
+ */
27340
+ proto.cms.FooterBrandCoreItemsResponse.prototype.toObject = function(opt_includeInstance) {
27341
+ return proto.cms.FooterBrandCoreItemsResponse.toObject(opt_includeInstance, this);
27342
+ };
27343
+
27344
+
27345
+ /**
27346
+ * Static version of the {@see toObject} method.
27347
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
27348
+ * the JSPB instance for transitional soy proto support:
27349
+ * http://goto/soy-param-migration
27350
+ * @param {!proto.cms.FooterBrandCoreItemsResponse} msg The msg instance to transform.
27351
+ * @return {!Object}
27352
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27353
+ */
27354
+ proto.cms.FooterBrandCoreItemsResponse.toObject = function(includeInstance, msg) {
27355
+ var f, obj = {
27356
+ itemsList: jspb.Message.toObjectList(msg.getItemsList(),
27357
+ proto.cms.FooterBrandCoreItem.toObject, includeInstance),
27358
+ totalItems: jspb.Message.getFieldWithDefault(msg, 2, 0),
27359
+ totalPages: jspb.Message.getFieldWithDefault(msg, 3, 0)
27360
+ };
27361
+
27362
+ if (includeInstance) {
27363
+ obj.$jspbMessageInstance = msg;
27364
+ }
27365
+ return obj;
27366
+ };
27367
+ }
27368
+
27369
+
27370
+ /**
27371
+ * Deserializes binary data (in protobuf wire format).
27372
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
27373
+ * @return {!proto.cms.FooterBrandCoreItemsResponse}
27374
+ */
27375
+ proto.cms.FooterBrandCoreItemsResponse.deserializeBinary = function(bytes) {
27376
+ var reader = new jspb.BinaryReader(bytes);
27377
+ var msg = new proto.cms.FooterBrandCoreItemsResponse;
27378
+ return proto.cms.FooterBrandCoreItemsResponse.deserializeBinaryFromReader(msg, reader);
27379
+ };
27380
+
27381
+
27382
+ /**
27383
+ * Deserializes binary data (in protobuf wire format) from the
27384
+ * given reader into the given message object.
27385
+ * @param {!proto.cms.FooterBrandCoreItemsResponse} msg The message object to deserialize into.
27386
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
27387
+ * @return {!proto.cms.FooterBrandCoreItemsResponse}
27388
+ */
27389
+ proto.cms.FooterBrandCoreItemsResponse.deserializeBinaryFromReader = function(msg, reader) {
27390
+ while (reader.nextField()) {
27391
+ if (reader.isEndGroup()) {
27392
+ break;
27393
+ }
27394
+ var field = reader.getFieldNumber();
27395
+ switch (field) {
27396
+ case 1:
27397
+ var value = new proto.cms.FooterBrandCoreItem;
27398
+ reader.readMessage(value,proto.cms.FooterBrandCoreItem.deserializeBinaryFromReader);
27399
+ msg.addItems(value);
27400
+ break;
27401
+ case 2:
27402
+ var value = /** @type {number} */ (reader.readInt32());
27403
+ msg.setTotalItems(value);
27404
+ break;
27405
+ case 3:
27406
+ var value = /** @type {number} */ (reader.readInt32());
27407
+ msg.setTotalPages(value);
27408
+ break;
27409
+ default:
27410
+ reader.skipField();
27411
+ break;
27412
+ }
27413
+ }
27414
+ return msg;
27415
+ };
27416
+
27417
+
27418
+ /**
27419
+ * Serializes the message to binary data (in protobuf wire format).
27420
+ * @return {!Uint8Array}
27421
+ */
27422
+ proto.cms.FooterBrandCoreItemsResponse.prototype.serializeBinary = function() {
27423
+ var writer = new jspb.BinaryWriter();
27424
+ proto.cms.FooterBrandCoreItemsResponse.serializeBinaryToWriter(this, writer);
27425
+ return writer.getResultBuffer();
27426
+ };
27427
+
27428
+
27429
+ /**
27430
+ * Serializes the given message to binary data (in protobuf wire
27431
+ * format), writing to the given BinaryWriter.
27432
+ * @param {!proto.cms.FooterBrandCoreItemsResponse} message
27433
+ * @param {!jspb.BinaryWriter} writer
27434
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27435
+ */
27436
+ proto.cms.FooterBrandCoreItemsResponse.serializeBinaryToWriter = function(message, writer) {
27437
+ var f = undefined;
27438
+ f = message.getItemsList();
27439
+ if (f.length > 0) {
27440
+ writer.writeRepeatedMessage(
27441
+ 1,
27442
+ f,
27443
+ proto.cms.FooterBrandCoreItem.serializeBinaryToWriter
27444
+ );
27445
+ }
27446
+ f = /** @type {number} */ (jspb.Message.getField(message, 2));
27447
+ if (f != null) {
27448
+ writer.writeInt32(
27449
+ 2,
27450
+ f
27451
+ );
27452
+ }
27453
+ f = /** @type {number} */ (jspb.Message.getField(message, 3));
27454
+ if (f != null) {
27455
+ writer.writeInt32(
27456
+ 3,
27457
+ f
27458
+ );
27459
+ }
27460
+ };
27461
+
27462
+
27463
+ /**
27464
+ * repeated FooterBrandCoreItem items = 1;
27465
+ * @return {!Array<!proto.cms.FooterBrandCoreItem>}
27466
+ */
27467
+ proto.cms.FooterBrandCoreItemsResponse.prototype.getItemsList = function() {
27468
+ return /** @type{!Array<!proto.cms.FooterBrandCoreItem>} */ (
27469
+ jspb.Message.getRepeatedWrapperField(this, proto.cms.FooterBrandCoreItem, 1));
27470
+ };
27471
+
27472
+
27473
+ /**
27474
+ * @param {!Array<!proto.cms.FooterBrandCoreItem>} value
27475
+ * @return {!proto.cms.FooterBrandCoreItemsResponse} returns this
27476
+ */
27477
+ proto.cms.FooterBrandCoreItemsResponse.prototype.setItemsList = function(value) {
27478
+ return jspb.Message.setRepeatedWrapperField(this, 1, value);
27479
+ };
27480
+
27481
+
27482
+ /**
27483
+ * @param {!proto.cms.FooterBrandCoreItem=} opt_value
27484
+ * @param {number=} opt_index
27485
+ * @return {!proto.cms.FooterBrandCoreItem}
27486
+ */
27487
+ proto.cms.FooterBrandCoreItemsResponse.prototype.addItems = function(opt_value, opt_index) {
27488
+ return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.cms.FooterBrandCoreItem, opt_index);
27489
+ };
27490
+
27491
+
27492
+ /**
27493
+ * Clears the list making it empty but non-null.
27494
+ * @return {!proto.cms.FooterBrandCoreItemsResponse} returns this
27495
+ */
27496
+ proto.cms.FooterBrandCoreItemsResponse.prototype.clearItemsList = function() {
27497
+ return this.setItemsList([]);
27498
+ };
27499
+
27500
+
27501
+ /**
27502
+ * optional int32 total_items = 2;
27503
+ * @return {number}
27504
+ */
27505
+ proto.cms.FooterBrandCoreItemsResponse.prototype.getTotalItems = function() {
27506
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
27507
+ };
27508
+
27509
+
27510
+ /**
27511
+ * @param {number} value
27512
+ * @return {!proto.cms.FooterBrandCoreItemsResponse} returns this
27513
+ */
27514
+ proto.cms.FooterBrandCoreItemsResponse.prototype.setTotalItems = function(value) {
27515
+ return jspb.Message.setField(this, 2, value);
27516
+ };
27517
+
27518
+
27519
+ /**
27520
+ * Clears the field making it undefined.
27521
+ * @return {!proto.cms.FooterBrandCoreItemsResponse} returns this
27522
+ */
27523
+ proto.cms.FooterBrandCoreItemsResponse.prototype.clearTotalItems = function() {
27524
+ return jspb.Message.setField(this, 2, undefined);
27525
+ };
27526
+
27527
+
27528
+ /**
27529
+ * Returns whether this field is set.
27530
+ * @return {boolean}
27531
+ */
27532
+ proto.cms.FooterBrandCoreItemsResponse.prototype.hasTotalItems = function() {
27533
+ return jspb.Message.getField(this, 2) != null;
27534
+ };
27535
+
27536
+
27537
+ /**
27538
+ * optional int32 total_pages = 3;
27539
+ * @return {number}
27540
+ */
27541
+ proto.cms.FooterBrandCoreItemsResponse.prototype.getTotalPages = function() {
27542
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
27543
+ };
27544
+
27545
+
27546
+ /**
27547
+ * @param {number} value
27548
+ * @return {!proto.cms.FooterBrandCoreItemsResponse} returns this
27549
+ */
27550
+ proto.cms.FooterBrandCoreItemsResponse.prototype.setTotalPages = function(value) {
27551
+ return jspb.Message.setField(this, 3, value);
27552
+ };
27553
+
27554
+
27555
+ /**
27556
+ * Clears the field making it undefined.
27557
+ * @return {!proto.cms.FooterBrandCoreItemsResponse} returns this
27558
+ */
27559
+ proto.cms.FooterBrandCoreItemsResponse.prototype.clearTotalPages = function() {
27560
+ return jspb.Message.setField(this, 3, undefined);
27561
+ };
27562
+
27563
+
27564
+ /**
27565
+ * Returns whether this field is set.
27566
+ * @return {boolean}
27567
+ */
27568
+ proto.cms.FooterBrandCoreItemsResponse.prototype.hasTotalPages = function() {
27569
+ return jspb.Message.getField(this, 3) != null;
27570
+ };
27571
+
27572
+
27573
+
27574
+
27575
+
27576
+ if (jspb.Message.GENERATE_TO_OBJECT) {
27577
+ /**
27578
+ * Creates an object representation of this proto.
27579
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
27580
+ * Optional fields that are not set will be set to undefined.
27581
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
27582
+ * For the list of reserved names please see:
27583
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
27584
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
27585
+ * JSPB instance for transitional soy proto support:
27586
+ * http://goto/soy-param-migration
27587
+ * @return {!Object}
27588
+ */
27589
+ proto.cms.FooterBrandCoreStatusResponse.prototype.toObject = function(opt_includeInstance) {
27590
+ return proto.cms.FooterBrandCoreStatusResponse.toObject(opt_includeInstance, this);
27591
+ };
27592
+
27593
+
27594
+ /**
27595
+ * Static version of the {@see toObject} method.
27596
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
27597
+ * the JSPB instance for transitional soy proto support:
27598
+ * http://goto/soy-param-migration
27599
+ * @param {!proto.cms.FooterBrandCoreStatusResponse} msg The msg instance to transform.
27600
+ * @return {!Object}
27601
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27602
+ */
27603
+ proto.cms.FooterBrandCoreStatusResponse.toObject = function(includeInstance, msg) {
27604
+ var f, obj = {
27605
+ status: jspb.Message.getFieldWithDefault(msg, 1, "")
27606
+ };
27607
+
27608
+ if (includeInstance) {
27609
+ obj.$jspbMessageInstance = msg;
27610
+ }
27611
+ return obj;
27612
+ };
27613
+ }
27614
+
27615
+
27616
+ /**
27617
+ * Deserializes binary data (in protobuf wire format).
27618
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
27619
+ * @return {!proto.cms.FooterBrandCoreStatusResponse}
27620
+ */
27621
+ proto.cms.FooterBrandCoreStatusResponse.deserializeBinary = function(bytes) {
27622
+ var reader = new jspb.BinaryReader(bytes);
27623
+ var msg = new proto.cms.FooterBrandCoreStatusResponse;
27624
+ return proto.cms.FooterBrandCoreStatusResponse.deserializeBinaryFromReader(msg, reader);
27625
+ };
27626
+
27627
+
27628
+ /**
27629
+ * Deserializes binary data (in protobuf wire format) from the
27630
+ * given reader into the given message object.
27631
+ * @param {!proto.cms.FooterBrandCoreStatusResponse} msg The message object to deserialize into.
27632
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
27633
+ * @return {!proto.cms.FooterBrandCoreStatusResponse}
27634
+ */
27635
+ proto.cms.FooterBrandCoreStatusResponse.deserializeBinaryFromReader = function(msg, reader) {
27636
+ while (reader.nextField()) {
27637
+ if (reader.isEndGroup()) {
27638
+ break;
27639
+ }
27640
+ var field = reader.getFieldNumber();
27641
+ switch (field) {
27642
+ case 1:
27643
+ var value = /** @type {string} */ (reader.readString());
27644
+ msg.setStatus(value);
27645
+ break;
27646
+ default:
27647
+ reader.skipField();
27648
+ break;
27649
+ }
27650
+ }
27651
+ return msg;
27652
+ };
27653
+
27654
+
27655
+ /**
27656
+ * Serializes the message to binary data (in protobuf wire format).
27657
+ * @return {!Uint8Array}
27658
+ */
27659
+ proto.cms.FooterBrandCoreStatusResponse.prototype.serializeBinary = function() {
27660
+ var writer = new jspb.BinaryWriter();
27661
+ proto.cms.FooterBrandCoreStatusResponse.serializeBinaryToWriter(this, writer);
27662
+ return writer.getResultBuffer();
27663
+ };
27664
+
27665
+
27666
+ /**
27667
+ * Serializes the given message to binary data (in protobuf wire
27668
+ * format), writing to the given BinaryWriter.
27669
+ * @param {!proto.cms.FooterBrandCoreStatusResponse} message
27670
+ * @param {!jspb.BinaryWriter} writer
27671
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27672
+ */
27673
+ proto.cms.FooterBrandCoreStatusResponse.serializeBinaryToWriter = function(message, writer) {
27674
+ var f = undefined;
27675
+ f = /** @type {string} */ (jspb.Message.getField(message, 1));
27676
+ if (f != null) {
27677
+ writer.writeString(
27678
+ 1,
27679
+ f
27680
+ );
27681
+ }
27682
+ };
27683
+
27684
+
27685
+ /**
27686
+ * optional string status = 1;
27687
+ * @return {string}
27688
+ */
27689
+ proto.cms.FooterBrandCoreStatusResponse.prototype.getStatus = function() {
27690
+ return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
27691
+ };
27692
+
27693
+
27694
+ /**
27695
+ * @param {string} value
27696
+ * @return {!proto.cms.FooterBrandCoreStatusResponse} returns this
27697
+ */
27698
+ proto.cms.FooterBrandCoreStatusResponse.prototype.setStatus = function(value) {
27699
+ return jspb.Message.setField(this, 1, value);
27700
+ };
27701
+
27702
+
27703
+ /**
27704
+ * Clears the field making it undefined.
27705
+ * @return {!proto.cms.FooterBrandCoreStatusResponse} returns this
27706
+ */
27707
+ proto.cms.FooterBrandCoreStatusResponse.prototype.clearStatus = function() {
27708
+ return jspb.Message.setField(this, 1, undefined);
27709
+ };
27710
+
27711
+
27712
+ /**
27713
+ * Returns whether this field is set.
27714
+ * @return {boolean}
27715
+ */
27716
+ proto.cms.FooterBrandCoreStatusResponse.prototype.hasStatus = function() {
27717
+ return jspb.Message.getField(this, 1) != null;
27718
+ };
27719
+
27720
+
27721
+
27722
+
27723
+
27724
+ if (jspb.Message.GENERATE_TO_OBJECT) {
27725
+ /**
27726
+ * Creates an object representation of this proto.
27727
+ * Field names that are reserved in JavaScript and will be renamed to pb_name.
27728
+ * Optional fields that are not set will be set to undefined.
27729
+ * To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
27730
+ * For the list of reserved names please see:
27731
+ * net/proto2/compiler/js/internal/generator.cc#kKeyword.
27732
+ * @param {boolean=} opt_includeInstance Deprecated. whether to include the
27733
+ * JSPB instance for transitional soy proto support:
27734
+ * http://goto/soy-param-migration
27735
+ * @return {!Object}
27736
+ */
27737
+ proto.cms.GetFooterBrandCoreRequest.prototype.toObject = function(opt_includeInstance) {
27738
+ return proto.cms.GetFooterBrandCoreRequest.toObject(opt_includeInstance, this);
27739
+ };
27740
+
27741
+
27742
+ /**
27743
+ * Static version of the {@see toObject} method.
27744
+ * @param {boolean|undefined} includeInstance Deprecated. Whether to include
27745
+ * the JSPB instance for transitional soy proto support:
27746
+ * http://goto/soy-param-migration
27747
+ * @param {!proto.cms.GetFooterBrandCoreRequest} msg The msg instance to transform.
27748
+ * @return {!Object}
27749
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27750
+ */
27751
+ proto.cms.GetFooterBrandCoreRequest.toObject = function(includeInstance, msg) {
27752
+ var f, obj = {
27753
+ id: jspb.Message.getFieldWithDefault(msg, 1, 0)
27754
+ };
27755
+
27756
+ if (includeInstance) {
27757
+ obj.$jspbMessageInstance = msg;
27758
+ }
27759
+ return obj;
27760
+ };
27761
+ }
27762
+
27763
+
27764
+ /**
27765
+ * Deserializes binary data (in protobuf wire format).
27766
+ * @param {jspb.ByteSource} bytes The bytes to deserialize.
27767
+ * @return {!proto.cms.GetFooterBrandCoreRequest}
27768
+ */
27769
+ proto.cms.GetFooterBrandCoreRequest.deserializeBinary = function(bytes) {
27770
+ var reader = new jspb.BinaryReader(bytes);
27771
+ var msg = new proto.cms.GetFooterBrandCoreRequest;
27772
+ return proto.cms.GetFooterBrandCoreRequest.deserializeBinaryFromReader(msg, reader);
27773
+ };
27774
+
27775
+
27776
+ /**
27777
+ * Deserializes binary data (in protobuf wire format) from the
27778
+ * given reader into the given message object.
27779
+ * @param {!proto.cms.GetFooterBrandCoreRequest} msg The message object to deserialize into.
27780
+ * @param {!jspb.BinaryReader} reader The BinaryReader to use.
27781
+ * @return {!proto.cms.GetFooterBrandCoreRequest}
27782
+ */
27783
+ proto.cms.GetFooterBrandCoreRequest.deserializeBinaryFromReader = function(msg, reader) {
27784
+ while (reader.nextField()) {
27785
+ if (reader.isEndGroup()) {
27786
+ break;
27787
+ }
27788
+ var field = reader.getFieldNumber();
27789
+ switch (field) {
27790
+ case 1:
27791
+ var value = /** @type {number} */ (reader.readInt32());
27792
+ msg.setId(value);
27793
+ break;
27794
+ default:
27795
+ reader.skipField();
27796
+ break;
27797
+ }
27798
+ }
27799
+ return msg;
27800
+ };
27801
+
27802
+
27803
+ /**
27804
+ * Serializes the message to binary data (in protobuf wire format).
27805
+ * @return {!Uint8Array}
27806
+ */
27807
+ proto.cms.GetFooterBrandCoreRequest.prototype.serializeBinary = function() {
27808
+ var writer = new jspb.BinaryWriter();
27809
+ proto.cms.GetFooterBrandCoreRequest.serializeBinaryToWriter(this, writer);
27810
+ return writer.getResultBuffer();
27811
+ };
27812
+
27813
+
27814
+ /**
27815
+ * Serializes the given message to binary data (in protobuf wire
27816
+ * format), writing to the given BinaryWriter.
27817
+ * @param {!proto.cms.GetFooterBrandCoreRequest} message
27818
+ * @param {!jspb.BinaryWriter} writer
27819
+ * @suppress {unusedLocalVariables} f is only used for nested messages
27820
+ */
27821
+ proto.cms.GetFooterBrandCoreRequest.serializeBinaryToWriter = function(message, writer) {
27822
+ var f = undefined;
27823
+ f = /** @type {number} */ (jspb.Message.getField(message, 1));
27824
+ if (f != null) {
27825
+ writer.writeInt32(
27826
+ 1,
27827
+ f
27828
+ );
27829
+ }
27830
+ };
27831
+
27832
+
27833
+ /**
27834
+ * optional int32 id = 1;
27835
+ * @return {number}
27836
+ */
27837
+ proto.cms.GetFooterBrandCoreRequest.prototype.getId = function() {
27838
+ return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
27839
+ };
27840
+
27841
+
27842
+ /**
27843
+ * @param {number} value
27844
+ * @return {!proto.cms.GetFooterBrandCoreRequest} returns this
27845
+ */
27846
+ proto.cms.GetFooterBrandCoreRequest.prototype.setId = function(value) {
27847
+ return jspb.Message.setField(this, 1, value);
27848
+ };
27849
+
27850
+
27851
+ /**
27852
+ * Clears the field making it undefined.
27853
+ * @return {!proto.cms.GetFooterBrandCoreRequest} returns this
27854
+ */
27855
+ proto.cms.GetFooterBrandCoreRequest.prototype.clearId = function() {
27856
+ return jspb.Message.setField(this, 1, undefined);
27857
+ };
27858
+
27859
+
27860
+ /**
27861
+ * Returns whether this field is set.
27862
+ * @return {boolean}
27863
+ */
27864
+ proto.cms.GetFooterBrandCoreRequest.prototype.hasId = function() {
27865
+ return jspb.Message.getField(this, 1) != null;
27866
+ };
27867
+
27868
+
25818
27869
  goog.object.extend(exports, proto.cms);