@sniipwebmaster/biller-service-client-grpcweb 0.2.2393 → 0.2.2433
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.
|
@@ -1850,6 +1850,61 @@ proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.getPaymentDeta
|
|
|
1850
1850
|
};
|
|
1851
1851
|
|
|
1852
1852
|
|
|
1853
|
+
/**
|
|
1854
|
+
* @const
|
|
1855
|
+
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
1856
|
+
* !proto.sniipbillerapi.GetProfileSwitcherBillersRequest,
|
|
1857
|
+
* !proto.sniipbillerapi.ProfileSwitcherBillersResponse>}
|
|
1858
|
+
*/
|
|
1859
|
+
const methodInfo_SniipBillerAPIService_GetProfileSwitcherBillers = new grpc.web.AbstractClientBase.MethodInfo(
|
|
1860
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse,
|
|
1861
|
+
/** @param {!proto.sniipbillerapi.GetProfileSwitcherBillersRequest} request */
|
|
1862
|
+
function(request) {
|
|
1863
|
+
return request.serializeBinary();
|
|
1864
|
+
},
|
|
1865
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.deserializeBinary
|
|
1866
|
+
);
|
|
1867
|
+
|
|
1868
|
+
|
|
1869
|
+
/**
|
|
1870
|
+
* @param {!proto.sniipbillerapi.GetProfileSwitcherBillersRequest} request The
|
|
1871
|
+
* request proto
|
|
1872
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1873
|
+
* call metadata
|
|
1874
|
+
* @param {function(?grpc.web.Error, ?proto.sniipbillerapi.ProfileSwitcherBillersResponse)}
|
|
1875
|
+
* callback The callback function(error, response)
|
|
1876
|
+
* @return {!grpc.web.ClientReadableStream<!proto.sniipbillerapi.ProfileSwitcherBillersResponse>|undefined}
|
|
1877
|
+
* The XHR Node Readable Stream
|
|
1878
|
+
*/
|
|
1879
|
+
proto.sniipbillerapi.SniipBillerAPIServiceClient.prototype.getProfileSwitcherBillers =
|
|
1880
|
+
function(request, metadata, callback) {
|
|
1881
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
1882
|
+
'/sniipbillerapi.SniipBillerAPIService/GetProfileSwitcherBillers',
|
|
1883
|
+
request,
|
|
1884
|
+
metadata || {},
|
|
1885
|
+
methodInfo_SniipBillerAPIService_GetProfileSwitcherBillers,
|
|
1886
|
+
callback);
|
|
1887
|
+
};
|
|
1888
|
+
|
|
1889
|
+
|
|
1890
|
+
/**
|
|
1891
|
+
* @param {!proto.sniipbillerapi.GetProfileSwitcherBillersRequest} request The
|
|
1892
|
+
* request proto
|
|
1893
|
+
* @param {?Object<string, string>} metadata User defined
|
|
1894
|
+
* call metadata
|
|
1895
|
+
* @return {!Promise<!proto.sniipbillerapi.ProfileSwitcherBillersResponse>}
|
|
1896
|
+
* A native promise that resolves to the response
|
|
1897
|
+
*/
|
|
1898
|
+
proto.sniipbillerapi.SniipBillerAPIServicePromiseClient.prototype.getProfileSwitcherBillers =
|
|
1899
|
+
function(request, metadata) {
|
|
1900
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
1901
|
+
'/sniipbillerapi.SniipBillerAPIService/GetProfileSwitcherBillers',
|
|
1902
|
+
request,
|
|
1903
|
+
metadata || {},
|
|
1904
|
+
methodInfo_SniipBillerAPIService_GetProfileSwitcherBillers);
|
|
1905
|
+
};
|
|
1906
|
+
|
|
1907
|
+
|
|
1853
1908
|
/**
|
|
1854
1909
|
* @const
|
|
1855
1910
|
* @type {!grpc.web.AbstractClientBase.MethodInfo<
|
|
@@ -80,6 +80,7 @@ goog.exportSymbol('proto.sniipbillerapi.GetInternalBillerRequest', null, global)
|
|
|
80
80
|
goog.exportSymbol('proto.sniipbillerapi.GetOrCreateBillerRequest', null, global);
|
|
81
81
|
goog.exportSymbol('proto.sniipbillerapi.GetPaymentDetailsRequest', null, global);
|
|
82
82
|
goog.exportSymbol('proto.sniipbillerapi.GetPaymentDetailsResponse', null, global);
|
|
83
|
+
goog.exportSymbol('proto.sniipbillerapi.GetProfileSwitcherBillersRequest', null, global);
|
|
83
84
|
goog.exportSymbol('proto.sniipbillerapi.GetRelatedBillerConfigsRequest', null, global);
|
|
84
85
|
goog.exportSymbol('proto.sniipbillerapi.MaskedCreditCard', null, global);
|
|
85
86
|
goog.exportSymbol('proto.sniipbillerapi.MultipleBillersRequest', null, global);
|
|
@@ -87,6 +88,7 @@ goog.exportSymbol('proto.sniipbillerapi.Organisation', null, global);
|
|
|
87
88
|
goog.exportSymbol('proto.sniipbillerapi.OrganisationDetails', null, global);
|
|
88
89
|
goog.exportSymbol('proto.sniipbillerapi.OrganisationsResponse', null, global);
|
|
89
90
|
goog.exportSymbol('proto.sniipbillerapi.PayIdAccount', null, global);
|
|
91
|
+
goog.exportSymbol('proto.sniipbillerapi.ProfileSwitcherBillersResponse', null, global);
|
|
90
92
|
goog.exportSymbol('proto.sniipbillerapi.QRCodeConfig', null, global);
|
|
91
93
|
goog.exportSymbol('proto.sniipbillerapi.QRCodeConfigRoot', null, global);
|
|
92
94
|
goog.exportSymbol('proto.sniipbillerapi.ReportRecipient', null, global);
|
|
@@ -16567,6 +16569,165 @@ proto.sniipbillerapi.GetPaymentDetailsResponse.prototype.hasResponsecode = funct
|
|
|
16567
16569
|
|
|
16568
16570
|
|
|
16569
16571
|
|
|
16572
|
+
/**
|
|
16573
|
+
* Generated by JsPbCodeGenerator.
|
|
16574
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
16575
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
16576
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
16577
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
16578
|
+
* valid.
|
|
16579
|
+
* @extends {jspb.Message}
|
|
16580
|
+
* @constructor
|
|
16581
|
+
*/
|
|
16582
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest = function(opt_data) {
|
|
16583
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
16584
|
+
};
|
|
16585
|
+
goog.inherits(proto.sniipbillerapi.GetProfileSwitcherBillersRequest, jspb.Message);
|
|
16586
|
+
if (goog.DEBUG && !COMPILED) {
|
|
16587
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.displayName = 'proto.sniipbillerapi.GetProfileSwitcherBillersRequest';
|
|
16588
|
+
}
|
|
16589
|
+
|
|
16590
|
+
|
|
16591
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
16592
|
+
/**
|
|
16593
|
+
* Creates an object representation of this proto suitable for use in Soy templates.
|
|
16594
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
16595
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
16596
|
+
* For the list of reserved names please see:
|
|
16597
|
+
* com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
|
|
16598
|
+
* @param {boolean=} opt_includeInstance Whether to include the JSPB instance
|
|
16599
|
+
* for transitional soy proto support: http://goto/soy-param-migration
|
|
16600
|
+
* @return {!Object}
|
|
16601
|
+
*/
|
|
16602
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.prototype.toObject = function(opt_includeInstance) {
|
|
16603
|
+
return proto.sniipbillerapi.GetProfileSwitcherBillersRequest.toObject(opt_includeInstance, this);
|
|
16604
|
+
};
|
|
16605
|
+
|
|
16606
|
+
|
|
16607
|
+
/**
|
|
16608
|
+
* Static version of the {@see toObject} method.
|
|
16609
|
+
* @param {boolean|undefined} includeInstance Whether to include the JSPB
|
|
16610
|
+
* instance for transitional soy proto support:
|
|
16611
|
+
* http://goto/soy-param-migration
|
|
16612
|
+
* @param {!proto.sniipbillerapi.GetProfileSwitcherBillersRequest} msg The msg instance to transform.
|
|
16613
|
+
* @return {!Object}
|
|
16614
|
+
*/
|
|
16615
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.toObject = function(includeInstance, msg) {
|
|
16616
|
+
var f, obj = {
|
|
16617
|
+
query: msg.getQuery()
|
|
16618
|
+
};
|
|
16619
|
+
|
|
16620
|
+
if (includeInstance) {
|
|
16621
|
+
obj.$jspbMessageInstance = msg;
|
|
16622
|
+
}
|
|
16623
|
+
return obj;
|
|
16624
|
+
};
|
|
16625
|
+
}
|
|
16626
|
+
|
|
16627
|
+
|
|
16628
|
+
/**
|
|
16629
|
+
* Deserializes binary data (in protobuf wire format).
|
|
16630
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
16631
|
+
* @return {!proto.sniipbillerapi.GetProfileSwitcherBillersRequest}
|
|
16632
|
+
*/
|
|
16633
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.deserializeBinary = function(bytes) {
|
|
16634
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
16635
|
+
var msg = new proto.sniipbillerapi.GetProfileSwitcherBillersRequest;
|
|
16636
|
+
return proto.sniipbillerapi.GetProfileSwitcherBillersRequest.deserializeBinaryFromReader(msg, reader);
|
|
16637
|
+
};
|
|
16638
|
+
|
|
16639
|
+
|
|
16640
|
+
/**
|
|
16641
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
16642
|
+
* given reader into the given message object.
|
|
16643
|
+
* @param {!proto.sniipbillerapi.GetProfileSwitcherBillersRequest} msg The message object to deserialize into.
|
|
16644
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
16645
|
+
* @return {!proto.sniipbillerapi.GetProfileSwitcherBillersRequest}
|
|
16646
|
+
*/
|
|
16647
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
16648
|
+
while (reader.nextField()) {
|
|
16649
|
+
if (reader.isEndGroup()) {
|
|
16650
|
+
break;
|
|
16651
|
+
}
|
|
16652
|
+
var field = reader.getFieldNumber();
|
|
16653
|
+
switch (field) {
|
|
16654
|
+
case 1:
|
|
16655
|
+
var value = /** @type {string} */ (reader.readString());
|
|
16656
|
+
msg.setQuery(value);
|
|
16657
|
+
break;
|
|
16658
|
+
default:
|
|
16659
|
+
reader.skipField();
|
|
16660
|
+
break;
|
|
16661
|
+
}
|
|
16662
|
+
}
|
|
16663
|
+
return msg;
|
|
16664
|
+
};
|
|
16665
|
+
|
|
16666
|
+
|
|
16667
|
+
/**
|
|
16668
|
+
* Class method variant: serializes the given message to binary data
|
|
16669
|
+
* (in protobuf wire format), writing to the given BinaryWriter.
|
|
16670
|
+
* @param {!proto.sniipbillerapi.GetProfileSwitcherBillersRequest} message
|
|
16671
|
+
* @param {!jspb.BinaryWriter} writer
|
|
16672
|
+
*/
|
|
16673
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.serializeBinaryToWriter = function(message, writer) {
|
|
16674
|
+
message.serializeBinaryToWriter(writer);
|
|
16675
|
+
};
|
|
16676
|
+
|
|
16677
|
+
|
|
16678
|
+
/**
|
|
16679
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
16680
|
+
* @return {!Uint8Array}
|
|
16681
|
+
*/
|
|
16682
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.prototype.serializeBinary = function() {
|
|
16683
|
+
var writer = new jspb.BinaryWriter();
|
|
16684
|
+
this.serializeBinaryToWriter(writer);
|
|
16685
|
+
return writer.getResultBuffer();
|
|
16686
|
+
};
|
|
16687
|
+
|
|
16688
|
+
|
|
16689
|
+
/**
|
|
16690
|
+
* Serializes the message to binary data (in protobuf wire format),
|
|
16691
|
+
* writing to the given BinaryWriter.
|
|
16692
|
+
* @param {!jspb.BinaryWriter} writer
|
|
16693
|
+
*/
|
|
16694
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.prototype.serializeBinaryToWriter = function (writer) {
|
|
16695
|
+
var f = undefined;
|
|
16696
|
+
f = this.getQuery();
|
|
16697
|
+
if (f.length > 0) {
|
|
16698
|
+
writer.writeString(
|
|
16699
|
+
1,
|
|
16700
|
+
f
|
|
16701
|
+
);
|
|
16702
|
+
}
|
|
16703
|
+
};
|
|
16704
|
+
|
|
16705
|
+
|
|
16706
|
+
/**
|
|
16707
|
+
* Creates a deep clone of this proto. No data is shared with the original.
|
|
16708
|
+
* @return {!proto.sniipbillerapi.GetProfileSwitcherBillersRequest} The clone.
|
|
16709
|
+
*/
|
|
16710
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.prototype.cloneMessage = function() {
|
|
16711
|
+
return /** @type {!proto.sniipbillerapi.GetProfileSwitcherBillersRequest} */ (jspb.Message.cloneMessage(this));
|
|
16712
|
+
};
|
|
16713
|
+
|
|
16714
|
+
|
|
16715
|
+
/**
|
|
16716
|
+
* optional string query = 1;
|
|
16717
|
+
* @return {string}
|
|
16718
|
+
*/
|
|
16719
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.prototype.getQuery = function() {
|
|
16720
|
+
return /** @type {string} */ (jspb.Message.getFieldProto3(this, 1, ""));
|
|
16721
|
+
};
|
|
16722
|
+
|
|
16723
|
+
|
|
16724
|
+
/** @param {string} value */
|
|
16725
|
+
proto.sniipbillerapi.GetProfileSwitcherBillersRequest.prototype.setQuery = function(value) {
|
|
16726
|
+
jspb.Message.setField(this, 1, value);
|
|
16727
|
+
};
|
|
16728
|
+
|
|
16729
|
+
|
|
16730
|
+
|
|
16570
16731
|
/**
|
|
16571
16732
|
* Generated by JsPbCodeGenerator.
|
|
16572
16733
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -18316,6 +18477,255 @@ proto.sniipbillerapi.PayIdAccount.prototype.setPayidtype = function(value) {
|
|
|
18316
18477
|
|
|
18317
18478
|
|
|
18318
18479
|
|
|
18480
|
+
/**
|
|
18481
|
+
* Generated by JsPbCodeGenerator.
|
|
18482
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
18483
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
18484
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
18485
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
18486
|
+
* valid.
|
|
18487
|
+
* @extends {jspb.Message}
|
|
18488
|
+
* @constructor
|
|
18489
|
+
*/
|
|
18490
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse = function(opt_data) {
|
|
18491
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.sniipbillerapi.ProfileSwitcherBillersResponse.repeatedFields_, null);
|
|
18492
|
+
};
|
|
18493
|
+
goog.inherits(proto.sniipbillerapi.ProfileSwitcherBillersResponse, jspb.Message);
|
|
18494
|
+
if (goog.DEBUG && !COMPILED) {
|
|
18495
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.displayName = 'proto.sniipbillerapi.ProfileSwitcherBillersResponse';
|
|
18496
|
+
}
|
|
18497
|
+
/**
|
|
18498
|
+
* List of repeated fields within this message type.
|
|
18499
|
+
* @private {!Array<number>}
|
|
18500
|
+
* @const
|
|
18501
|
+
*/
|
|
18502
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.repeatedFields_ = [2];
|
|
18503
|
+
|
|
18504
|
+
|
|
18505
|
+
|
|
18506
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
18507
|
+
/**
|
|
18508
|
+
* Creates an object representation of this proto suitable for use in Soy templates.
|
|
18509
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
18510
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
18511
|
+
* For the list of reserved names please see:
|
|
18512
|
+
* com.google.apps.jspb.JsClassTemplate.JS_RESERVED_WORDS.
|
|
18513
|
+
* @param {boolean=} opt_includeInstance Whether to include the JSPB instance
|
|
18514
|
+
* for transitional soy proto support: http://goto/soy-param-migration
|
|
18515
|
+
* @return {!Object}
|
|
18516
|
+
*/
|
|
18517
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.toObject = function(opt_includeInstance) {
|
|
18518
|
+
return proto.sniipbillerapi.ProfileSwitcherBillersResponse.toObject(opt_includeInstance, this);
|
|
18519
|
+
};
|
|
18520
|
+
|
|
18521
|
+
|
|
18522
|
+
/**
|
|
18523
|
+
* Static version of the {@see toObject} method.
|
|
18524
|
+
* @param {boolean|undefined} includeInstance Whether to include the JSPB
|
|
18525
|
+
* instance for transitional soy proto support:
|
|
18526
|
+
* http://goto/soy-param-migration
|
|
18527
|
+
* @param {!proto.sniipbillerapi.ProfileSwitcherBillersResponse} msg The msg instance to transform.
|
|
18528
|
+
* @return {!Object}
|
|
18529
|
+
*/
|
|
18530
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.toObject = function(includeInstance, msg) {
|
|
18531
|
+
var f, obj = {
|
|
18532
|
+
responsecode: (f = msg.getResponsecode()) && proto.sniipbillerapi.ResponseCode.toObject(includeInstance, f),
|
|
18533
|
+
billersList: jspb.Message.toObjectList(msg.getBillersList(),
|
|
18534
|
+
proto.sniipbillerapi.Biller.toObject, includeInstance),
|
|
18535
|
+
totalcount: msg.getTotalcount()
|
|
18536
|
+
};
|
|
18537
|
+
|
|
18538
|
+
if (includeInstance) {
|
|
18539
|
+
obj.$jspbMessageInstance = msg;
|
|
18540
|
+
}
|
|
18541
|
+
return obj;
|
|
18542
|
+
};
|
|
18543
|
+
}
|
|
18544
|
+
|
|
18545
|
+
|
|
18546
|
+
/**
|
|
18547
|
+
* Deserializes binary data (in protobuf wire format).
|
|
18548
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
18549
|
+
* @return {!proto.sniipbillerapi.ProfileSwitcherBillersResponse}
|
|
18550
|
+
*/
|
|
18551
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.deserializeBinary = function(bytes) {
|
|
18552
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
18553
|
+
var msg = new proto.sniipbillerapi.ProfileSwitcherBillersResponse;
|
|
18554
|
+
return proto.sniipbillerapi.ProfileSwitcherBillersResponse.deserializeBinaryFromReader(msg, reader);
|
|
18555
|
+
};
|
|
18556
|
+
|
|
18557
|
+
|
|
18558
|
+
/**
|
|
18559
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
18560
|
+
* given reader into the given message object.
|
|
18561
|
+
* @param {!proto.sniipbillerapi.ProfileSwitcherBillersResponse} msg The message object to deserialize into.
|
|
18562
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
18563
|
+
* @return {!proto.sniipbillerapi.ProfileSwitcherBillersResponse}
|
|
18564
|
+
*/
|
|
18565
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
18566
|
+
while (reader.nextField()) {
|
|
18567
|
+
if (reader.isEndGroup()) {
|
|
18568
|
+
break;
|
|
18569
|
+
}
|
|
18570
|
+
var field = reader.getFieldNumber();
|
|
18571
|
+
switch (field) {
|
|
18572
|
+
case 1:
|
|
18573
|
+
var value = new proto.sniipbillerapi.ResponseCode;
|
|
18574
|
+
reader.readMessage(value,proto.sniipbillerapi.ResponseCode.deserializeBinaryFromReader);
|
|
18575
|
+
msg.setResponsecode(value);
|
|
18576
|
+
break;
|
|
18577
|
+
case 2:
|
|
18578
|
+
var value = new proto.sniipbillerapi.Biller;
|
|
18579
|
+
reader.readMessage(value,proto.sniipbillerapi.Biller.deserializeBinaryFromReader);
|
|
18580
|
+
msg.getBillersList().push(value);
|
|
18581
|
+
msg.setBillersList(msg.getBillersList());
|
|
18582
|
+
break;
|
|
18583
|
+
case 3:
|
|
18584
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
18585
|
+
msg.setTotalcount(value);
|
|
18586
|
+
break;
|
|
18587
|
+
default:
|
|
18588
|
+
reader.skipField();
|
|
18589
|
+
break;
|
|
18590
|
+
}
|
|
18591
|
+
}
|
|
18592
|
+
return msg;
|
|
18593
|
+
};
|
|
18594
|
+
|
|
18595
|
+
|
|
18596
|
+
/**
|
|
18597
|
+
* Class method variant: serializes the given message to binary data
|
|
18598
|
+
* (in protobuf wire format), writing to the given BinaryWriter.
|
|
18599
|
+
* @param {!proto.sniipbillerapi.ProfileSwitcherBillersResponse} message
|
|
18600
|
+
* @param {!jspb.BinaryWriter} writer
|
|
18601
|
+
*/
|
|
18602
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.serializeBinaryToWriter = function(message, writer) {
|
|
18603
|
+
message.serializeBinaryToWriter(writer);
|
|
18604
|
+
};
|
|
18605
|
+
|
|
18606
|
+
|
|
18607
|
+
/**
|
|
18608
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
18609
|
+
* @return {!Uint8Array}
|
|
18610
|
+
*/
|
|
18611
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.serializeBinary = function() {
|
|
18612
|
+
var writer = new jspb.BinaryWriter();
|
|
18613
|
+
this.serializeBinaryToWriter(writer);
|
|
18614
|
+
return writer.getResultBuffer();
|
|
18615
|
+
};
|
|
18616
|
+
|
|
18617
|
+
|
|
18618
|
+
/**
|
|
18619
|
+
* Serializes the message to binary data (in protobuf wire format),
|
|
18620
|
+
* writing to the given BinaryWriter.
|
|
18621
|
+
* @param {!jspb.BinaryWriter} writer
|
|
18622
|
+
*/
|
|
18623
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.serializeBinaryToWriter = function (writer) {
|
|
18624
|
+
var f = undefined;
|
|
18625
|
+
f = this.getResponsecode();
|
|
18626
|
+
if (f != null) {
|
|
18627
|
+
writer.writeMessage(
|
|
18628
|
+
1,
|
|
18629
|
+
f,
|
|
18630
|
+
proto.sniipbillerapi.ResponseCode.serializeBinaryToWriter
|
|
18631
|
+
);
|
|
18632
|
+
}
|
|
18633
|
+
f = this.getBillersList();
|
|
18634
|
+
if (f.length > 0) {
|
|
18635
|
+
writer.writeRepeatedMessage(
|
|
18636
|
+
2,
|
|
18637
|
+
f,
|
|
18638
|
+
proto.sniipbillerapi.Biller.serializeBinaryToWriter
|
|
18639
|
+
);
|
|
18640
|
+
}
|
|
18641
|
+
f = this.getTotalcount();
|
|
18642
|
+
if (f !== 0) {
|
|
18643
|
+
writer.writeInt32(
|
|
18644
|
+
3,
|
|
18645
|
+
f
|
|
18646
|
+
);
|
|
18647
|
+
}
|
|
18648
|
+
};
|
|
18649
|
+
|
|
18650
|
+
|
|
18651
|
+
/**
|
|
18652
|
+
* Creates a deep clone of this proto. No data is shared with the original.
|
|
18653
|
+
* @return {!proto.sniipbillerapi.ProfileSwitcherBillersResponse} The clone.
|
|
18654
|
+
*/
|
|
18655
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.cloneMessage = function() {
|
|
18656
|
+
return /** @type {!proto.sniipbillerapi.ProfileSwitcherBillersResponse} */ (jspb.Message.cloneMessage(this));
|
|
18657
|
+
};
|
|
18658
|
+
|
|
18659
|
+
|
|
18660
|
+
/**
|
|
18661
|
+
* optional ResponseCode responseCode = 1;
|
|
18662
|
+
* @return {proto.sniipbillerapi.ResponseCode}
|
|
18663
|
+
*/
|
|
18664
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.getResponsecode = function() {
|
|
18665
|
+
return /** @type{proto.sniipbillerapi.ResponseCode} */ (
|
|
18666
|
+
jspb.Message.getWrapperField(this, proto.sniipbillerapi.ResponseCode, 1));
|
|
18667
|
+
};
|
|
18668
|
+
|
|
18669
|
+
|
|
18670
|
+
/** @param {proto.sniipbillerapi.ResponseCode|undefined} value */
|
|
18671
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.setResponsecode = function(value) {
|
|
18672
|
+
jspb.Message.setWrapperField(this, 1, value);
|
|
18673
|
+
};
|
|
18674
|
+
|
|
18675
|
+
|
|
18676
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.clearResponsecode = function() {
|
|
18677
|
+
this.setResponsecode(undefined);
|
|
18678
|
+
};
|
|
18679
|
+
|
|
18680
|
+
|
|
18681
|
+
/**
|
|
18682
|
+
* Returns whether this field is set.
|
|
18683
|
+
* @return{!boolean}
|
|
18684
|
+
*/
|
|
18685
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.hasResponsecode = function() {
|
|
18686
|
+
return jspb.Message.getField(this, 1) != null;
|
|
18687
|
+
};
|
|
18688
|
+
|
|
18689
|
+
|
|
18690
|
+
/**
|
|
18691
|
+
* repeated Biller billers = 2;
|
|
18692
|
+
* If you change this array by adding, removing or replacing elements, or if you
|
|
18693
|
+
* replace the array itself, then you must call the setter to update it.
|
|
18694
|
+
* @return {!Array.<!proto.sniipbillerapi.Biller>}
|
|
18695
|
+
*/
|
|
18696
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.getBillersList = function() {
|
|
18697
|
+
return /** @type{!Array.<!proto.sniipbillerapi.Biller>} */ (
|
|
18698
|
+
jspb.Message.getRepeatedWrapperField(this, proto.sniipbillerapi.Biller, 2));
|
|
18699
|
+
};
|
|
18700
|
+
|
|
18701
|
+
|
|
18702
|
+
/** @param {Array.<!proto.sniipbillerapi.Biller>} value */
|
|
18703
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.setBillersList = function(value) {
|
|
18704
|
+
jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
18705
|
+
};
|
|
18706
|
+
|
|
18707
|
+
|
|
18708
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.clearBillersList = function() {
|
|
18709
|
+
this.setBillersList([]);
|
|
18710
|
+
};
|
|
18711
|
+
|
|
18712
|
+
|
|
18713
|
+
/**
|
|
18714
|
+
* optional int32 totalCount = 3;
|
|
18715
|
+
* @return {number}
|
|
18716
|
+
*/
|
|
18717
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.getTotalcount = function() {
|
|
18718
|
+
return /** @type {number} */ (jspb.Message.getFieldProto3(this, 3, 0));
|
|
18719
|
+
};
|
|
18720
|
+
|
|
18721
|
+
|
|
18722
|
+
/** @param {number} value */
|
|
18723
|
+
proto.sniipbillerapi.ProfileSwitcherBillersResponse.prototype.setTotalcount = function(value) {
|
|
18724
|
+
jspb.Message.setField(this, 3, value);
|
|
18725
|
+
};
|
|
18726
|
+
|
|
18727
|
+
|
|
18728
|
+
|
|
18319
18729
|
/**
|
|
18320
18730
|
* Generated by JsPbCodeGenerator.
|
|
18321
18731
|
* @param {Array=} opt_data Optional initial data array, typically from a
|