@sniipwebmaster/payroll-service-client-grpcweb 25.10.504 → 25.10.522
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.
|
@@ -751,6 +751,67 @@ proto.payrollserviceapi.PayrollServicePromiseClient.prototype.getABAFileDetails
|
|
|
751
751
|
};
|
|
752
752
|
|
|
753
753
|
|
|
754
|
+
/**
|
|
755
|
+
* @const
|
|
756
|
+
* @type {!grpc.web.MethodDescriptor<
|
|
757
|
+
* !proto.payrollserviceapi.GetABAFileRecordsRequest,
|
|
758
|
+
* !proto.payrollserviceapi.GetABAFileRecordsResponse>}
|
|
759
|
+
*/
|
|
760
|
+
const methodDescriptor_PayrollService_GetABAFileRecords = new grpc.web.MethodDescriptor(
|
|
761
|
+
'/payrollserviceapi.PayrollService/GetABAFileRecords',
|
|
762
|
+
grpc.web.MethodType.UNARY,
|
|
763
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest,
|
|
764
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse,
|
|
765
|
+
/**
|
|
766
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsRequest} request
|
|
767
|
+
* @return {!Uint8Array}
|
|
768
|
+
*/
|
|
769
|
+
function(request) {
|
|
770
|
+
return request.serializeBinary();
|
|
771
|
+
},
|
|
772
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.deserializeBinary
|
|
773
|
+
);
|
|
774
|
+
|
|
775
|
+
|
|
776
|
+
/**
|
|
777
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsRequest} request The
|
|
778
|
+
* request proto
|
|
779
|
+
* @param {?Object<string, string>} metadata User defined
|
|
780
|
+
* call metadata
|
|
781
|
+
* @param {function(?grpc.web.RpcError, ?proto.payrollserviceapi.GetABAFileRecordsResponse)}
|
|
782
|
+
* callback The callback function(error, response)
|
|
783
|
+
* @return {!grpc.web.ClientReadableStream<!proto.payrollserviceapi.GetABAFileRecordsResponse>|undefined}
|
|
784
|
+
* The XHR Node Readable Stream
|
|
785
|
+
*/
|
|
786
|
+
proto.payrollserviceapi.PayrollServiceClient.prototype.getABAFileRecords =
|
|
787
|
+
function(request, metadata, callback) {
|
|
788
|
+
return this.client_.rpcCall(this.hostname_ +
|
|
789
|
+
'/payrollserviceapi.PayrollService/GetABAFileRecords',
|
|
790
|
+
request,
|
|
791
|
+
metadata || {},
|
|
792
|
+
methodDescriptor_PayrollService_GetABAFileRecords,
|
|
793
|
+
callback);
|
|
794
|
+
};
|
|
795
|
+
|
|
796
|
+
|
|
797
|
+
/**
|
|
798
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsRequest} request The
|
|
799
|
+
* request proto
|
|
800
|
+
* @param {?Object<string, string>=} metadata User defined
|
|
801
|
+
* call metadata
|
|
802
|
+
* @return {!Promise<!proto.payrollserviceapi.GetABAFileRecordsResponse>}
|
|
803
|
+
* Promise that resolves to the response
|
|
804
|
+
*/
|
|
805
|
+
proto.payrollserviceapi.PayrollServicePromiseClient.prototype.getABAFileRecords =
|
|
806
|
+
function(request, metadata) {
|
|
807
|
+
return this.client_.unaryCall(this.hostname_ +
|
|
808
|
+
'/payrollserviceapi.PayrollService/GetABAFileRecords',
|
|
809
|
+
request,
|
|
810
|
+
metadata || {},
|
|
811
|
+
methodDescriptor_PayrollService_GetABAFileRecords);
|
|
812
|
+
};
|
|
813
|
+
|
|
814
|
+
|
|
754
815
|
/**
|
|
755
816
|
* @const
|
|
756
817
|
* @type {!grpc.web.MethodDescriptor<
|
|
@@ -57,6 +57,8 @@ goog.exportSymbol('proto.payrollserviceapi.ExecutePayrollRequest', null, global)
|
|
|
57
57
|
goog.exportSymbol('proto.payrollserviceapi.ExecutePayrollResponse', null, global);
|
|
58
58
|
goog.exportSymbol('proto.payrollserviceapi.GetABAFileDetailsRequest', null, global);
|
|
59
59
|
goog.exportSymbol('proto.payrollserviceapi.GetABAFileDetailsResponse', null, global);
|
|
60
|
+
goog.exportSymbol('proto.payrollserviceapi.GetABAFileRecordsRequest', null, global);
|
|
61
|
+
goog.exportSymbol('proto.payrollserviceapi.GetABAFileRecordsResponse', null, global);
|
|
60
62
|
goog.exportSymbol('proto.payrollserviceapi.GetAgentUserRelationshipsRequest', null, global);
|
|
61
63
|
goog.exportSymbol('proto.payrollserviceapi.GetAgentUserRelationshipsResponse', null, global);
|
|
62
64
|
goog.exportSymbol('proto.payrollserviceapi.GetBatchDetailsRequest', null, global);
|
|
@@ -500,7 +502,7 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
500
502
|
* @constructor
|
|
501
503
|
*/
|
|
502
504
|
proto.payrollserviceapi.GetABAFileDetailsResponse = function(opt_data) {
|
|
503
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
505
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
504
506
|
};
|
|
505
507
|
goog.inherits(proto.payrollserviceapi.GetABAFileDetailsResponse, jspb.Message);
|
|
506
508
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -510,6 +512,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
510
512
|
*/
|
|
511
513
|
proto.payrollserviceapi.GetABAFileDetailsResponse.displayName = 'proto.payrollserviceapi.GetABAFileDetailsResponse';
|
|
512
514
|
}
|
|
515
|
+
/**
|
|
516
|
+
* Generated by JsPbCodeGenerator.
|
|
517
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
518
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
519
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
520
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
521
|
+
* valid.
|
|
522
|
+
* @extends {jspb.Message}
|
|
523
|
+
* @constructor
|
|
524
|
+
*/
|
|
525
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest = function(opt_data) {
|
|
526
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
527
|
+
};
|
|
528
|
+
goog.inherits(proto.payrollserviceapi.GetABAFileRecordsRequest, jspb.Message);
|
|
529
|
+
if (goog.DEBUG && !COMPILED) {
|
|
530
|
+
/**
|
|
531
|
+
* @public
|
|
532
|
+
* @override
|
|
533
|
+
*/
|
|
534
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.displayName = 'proto.payrollserviceapi.GetABAFileRecordsRequest';
|
|
535
|
+
}
|
|
536
|
+
/**
|
|
537
|
+
* Generated by JsPbCodeGenerator.
|
|
538
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
539
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
540
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
541
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
542
|
+
* valid.
|
|
543
|
+
* @extends {jspb.Message}
|
|
544
|
+
* @constructor
|
|
545
|
+
*/
|
|
546
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse = function(opt_data) {
|
|
547
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.payrollserviceapi.GetABAFileRecordsResponse.repeatedFields_, null);
|
|
548
|
+
};
|
|
549
|
+
goog.inherits(proto.payrollserviceapi.GetABAFileRecordsResponse, jspb.Message);
|
|
550
|
+
if (goog.DEBUG && !COMPILED) {
|
|
551
|
+
/**
|
|
552
|
+
* @public
|
|
553
|
+
* @override
|
|
554
|
+
*/
|
|
555
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.displayName = 'proto.payrollserviceapi.GetABAFileRecordsResponse';
|
|
556
|
+
}
|
|
513
557
|
/**
|
|
514
558
|
* Generated by JsPbCodeGenerator.
|
|
515
559
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -6918,13 +6962,6 @@ proto.payrollserviceapi.GetABAFileDetailsRequest.prototype.setClientUserId = fun
|
|
|
6918
6962
|
|
|
6919
6963
|
|
|
6920
6964
|
|
|
6921
|
-
/**
|
|
6922
|
-
* List of repeated fields within this message type.
|
|
6923
|
-
* @private {!Array<number>}
|
|
6924
|
-
* @const
|
|
6925
|
-
*/
|
|
6926
|
-
proto.payrollserviceapi.GetABAFileDetailsResponse.repeatedFields_ = [3];
|
|
6927
|
-
|
|
6928
6965
|
|
|
6929
6966
|
|
|
6930
6967
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -6958,8 +6995,6 @@ proto.payrollserviceapi.GetABAFileDetailsResponse.toObject = function(includeIns
|
|
|
6958
6995
|
var f, obj = {
|
|
6959
6996
|
responsecode: (f = msg.getResponsecode()) && proto.payrollserviceapi.ResponseCode.toObject(includeInstance, f),
|
|
6960
6997
|
fileDetails: (f = msg.getFileDetails()) && proto.payrollserviceapi.ABAFileDetails.toObject(includeInstance, f),
|
|
6961
|
-
recordsList: jspb.Message.toObjectList(msg.getRecordsList(),
|
|
6962
|
-
proto.payrollserviceapi.ABARecordDetail.toObject, includeInstance),
|
|
6963
6998
|
message: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
6964
6999
|
};
|
|
6965
7000
|
|
|
@@ -7007,11 +7042,6 @@ proto.payrollserviceapi.GetABAFileDetailsResponse.deserializeBinaryFromReader =
|
|
|
7007
7042
|
reader.readMessage(value,proto.payrollserviceapi.ABAFileDetails.deserializeBinaryFromReader);
|
|
7008
7043
|
msg.setFileDetails(value);
|
|
7009
7044
|
break;
|
|
7010
|
-
case 3:
|
|
7011
|
-
var value = new proto.payrollserviceapi.ABARecordDetail;
|
|
7012
|
-
reader.readMessage(value,proto.payrollserviceapi.ABARecordDetail.deserializeBinaryFromReader);
|
|
7013
|
-
msg.addRecords(value);
|
|
7014
|
-
break;
|
|
7015
7045
|
case 4:
|
|
7016
7046
|
var value = /** @type {string} */ (reader.readString());
|
|
7017
7047
|
msg.setMessage(value);
|
|
@@ -7061,14 +7091,6 @@ proto.payrollserviceapi.GetABAFileDetailsResponse.serializeBinaryToWriter = func
|
|
|
7061
7091
|
proto.payrollserviceapi.ABAFileDetails.serializeBinaryToWriter
|
|
7062
7092
|
);
|
|
7063
7093
|
}
|
|
7064
|
-
f = message.getRecordsList();
|
|
7065
|
-
if (f.length > 0) {
|
|
7066
|
-
writer.writeRepeatedMessage(
|
|
7067
|
-
3,
|
|
7068
|
-
f,
|
|
7069
|
-
proto.payrollserviceapi.ABARecordDetail.serializeBinaryToWriter
|
|
7070
|
-
);
|
|
7071
|
-
}
|
|
7072
7094
|
f = message.getMessage();
|
|
7073
7095
|
if (f.length > 0) {
|
|
7074
7096
|
writer.writeString(
|
|
@@ -7154,58 +7176,421 @@ proto.payrollserviceapi.GetABAFileDetailsResponse.prototype.hasFileDetails = fun
|
|
|
7154
7176
|
|
|
7155
7177
|
|
|
7156
7178
|
/**
|
|
7157
|
-
*
|
|
7158
|
-
* @return {
|
|
7179
|
+
* optional string message = 4;
|
|
7180
|
+
* @return {string}
|
|
7159
7181
|
*/
|
|
7160
|
-
proto.payrollserviceapi.GetABAFileDetailsResponse.prototype.
|
|
7161
|
-
return /** @type{
|
|
7162
|
-
jspb.Message.getRepeatedWrapperField(this, proto.payrollserviceapi.ABARecordDetail, 3));
|
|
7182
|
+
proto.payrollserviceapi.GetABAFileDetailsResponse.prototype.getMessage = function() {
|
|
7183
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
7163
7184
|
};
|
|
7164
7185
|
|
|
7165
7186
|
|
|
7166
7187
|
/**
|
|
7167
|
-
* @param {
|
|
7188
|
+
* @param {string} value
|
|
7168
7189
|
* @return {!proto.payrollserviceapi.GetABAFileDetailsResponse} returns this
|
|
7190
|
+
*/
|
|
7191
|
+
proto.payrollserviceapi.GetABAFileDetailsResponse.prototype.setMessage = function(value) {
|
|
7192
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
7193
|
+
};
|
|
7194
|
+
|
|
7195
|
+
|
|
7196
|
+
|
|
7197
|
+
|
|
7198
|
+
|
|
7199
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
7200
|
+
/**
|
|
7201
|
+
* Creates an object representation of this proto.
|
|
7202
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
7203
|
+
* Optional fields that are not set will be set to undefined.
|
|
7204
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
7205
|
+
* For the list of reserved names please see:
|
|
7206
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
7207
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
7208
|
+
* JSPB instance for transitional soy proto support:
|
|
7209
|
+
* http://goto/soy-param-migration
|
|
7210
|
+
* @return {!Object}
|
|
7211
|
+
*/
|
|
7212
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.toObject = function(opt_includeInstance) {
|
|
7213
|
+
return proto.payrollserviceapi.GetABAFileRecordsRequest.toObject(opt_includeInstance, this);
|
|
7214
|
+
};
|
|
7215
|
+
|
|
7216
|
+
|
|
7217
|
+
/**
|
|
7218
|
+
* Static version of the {@see toObject} method.
|
|
7219
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7220
|
+
* the JSPB instance for transitional soy proto support:
|
|
7221
|
+
* http://goto/soy-param-migration
|
|
7222
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsRequest} msg The msg instance to transform.
|
|
7223
|
+
* @return {!Object}
|
|
7224
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7225
|
+
*/
|
|
7226
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.toObject = function(includeInstance, msg) {
|
|
7227
|
+
var f, obj = {
|
|
7228
|
+
abaFileId: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
7229
|
+
businessId: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
7230
|
+
clientUserId: jspb.Message.getFieldWithDefault(msg, 4, 0)
|
|
7231
|
+
};
|
|
7232
|
+
|
|
7233
|
+
if (includeInstance) {
|
|
7234
|
+
obj.$jspbMessageInstance = msg;
|
|
7235
|
+
}
|
|
7236
|
+
return obj;
|
|
7237
|
+
};
|
|
7238
|
+
}
|
|
7239
|
+
|
|
7240
|
+
|
|
7241
|
+
/**
|
|
7242
|
+
* Deserializes binary data (in protobuf wire format).
|
|
7243
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7244
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest}
|
|
7245
|
+
*/
|
|
7246
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.deserializeBinary = function(bytes) {
|
|
7247
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
7248
|
+
var msg = new proto.payrollserviceapi.GetABAFileRecordsRequest;
|
|
7249
|
+
return proto.payrollserviceapi.GetABAFileRecordsRequest.deserializeBinaryFromReader(msg, reader);
|
|
7250
|
+
};
|
|
7251
|
+
|
|
7252
|
+
|
|
7253
|
+
/**
|
|
7254
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
7255
|
+
* given reader into the given message object.
|
|
7256
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsRequest} msg The message object to deserialize into.
|
|
7257
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7258
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest}
|
|
7259
|
+
*/
|
|
7260
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
7261
|
+
while (reader.nextField()) {
|
|
7262
|
+
if (reader.isEndGroup()) {
|
|
7263
|
+
break;
|
|
7264
|
+
}
|
|
7265
|
+
var field = reader.getFieldNumber();
|
|
7266
|
+
switch (field) {
|
|
7267
|
+
case 1:
|
|
7268
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
7269
|
+
msg.setAbaFileId(value);
|
|
7270
|
+
break;
|
|
7271
|
+
case 2:
|
|
7272
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
7273
|
+
msg.setBusinessId(value);
|
|
7274
|
+
break;
|
|
7275
|
+
case 4:
|
|
7276
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
7277
|
+
msg.setClientUserId(value);
|
|
7278
|
+
break;
|
|
7279
|
+
default:
|
|
7280
|
+
reader.skipField();
|
|
7281
|
+
break;
|
|
7282
|
+
}
|
|
7283
|
+
}
|
|
7284
|
+
return msg;
|
|
7285
|
+
};
|
|
7286
|
+
|
|
7287
|
+
|
|
7288
|
+
/**
|
|
7289
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
7290
|
+
* @return {!Uint8Array}
|
|
7291
|
+
*/
|
|
7292
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.serializeBinary = function() {
|
|
7293
|
+
var writer = new jspb.BinaryWriter();
|
|
7294
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.serializeBinaryToWriter(this, writer);
|
|
7295
|
+
return writer.getResultBuffer();
|
|
7296
|
+
};
|
|
7297
|
+
|
|
7298
|
+
|
|
7299
|
+
/**
|
|
7300
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
7301
|
+
* format), writing to the given BinaryWriter.
|
|
7302
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsRequest} message
|
|
7303
|
+
* @param {!jspb.BinaryWriter} writer
|
|
7304
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7305
|
+
*/
|
|
7306
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.serializeBinaryToWriter = function(message, writer) {
|
|
7307
|
+
var f = undefined;
|
|
7308
|
+
f = message.getAbaFileId();
|
|
7309
|
+
if (f !== 0) {
|
|
7310
|
+
writer.writeInt64(
|
|
7311
|
+
1,
|
|
7312
|
+
f
|
|
7313
|
+
);
|
|
7314
|
+
}
|
|
7315
|
+
f = message.getBusinessId();
|
|
7316
|
+
if (f !== 0) {
|
|
7317
|
+
writer.writeInt64(
|
|
7318
|
+
2,
|
|
7319
|
+
f
|
|
7320
|
+
);
|
|
7321
|
+
}
|
|
7322
|
+
f = message.getClientUserId();
|
|
7323
|
+
if (f !== 0) {
|
|
7324
|
+
writer.writeInt64(
|
|
7325
|
+
4,
|
|
7326
|
+
f
|
|
7327
|
+
);
|
|
7328
|
+
}
|
|
7329
|
+
};
|
|
7330
|
+
|
|
7331
|
+
|
|
7332
|
+
/**
|
|
7333
|
+
* optional int64 aba_file_id = 1;
|
|
7334
|
+
* @return {number}
|
|
7335
|
+
*/
|
|
7336
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.getAbaFileId = function() {
|
|
7337
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
7338
|
+
};
|
|
7339
|
+
|
|
7340
|
+
|
|
7341
|
+
/**
|
|
7342
|
+
* @param {number} value
|
|
7343
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest} returns this
|
|
7344
|
+
*/
|
|
7345
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.setAbaFileId = function(value) {
|
|
7346
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
7347
|
+
};
|
|
7348
|
+
|
|
7349
|
+
|
|
7350
|
+
/**
|
|
7351
|
+
* optional int64 business_id = 2;
|
|
7352
|
+
* @return {number}
|
|
7353
|
+
*/
|
|
7354
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.getBusinessId = function() {
|
|
7355
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
7356
|
+
};
|
|
7357
|
+
|
|
7358
|
+
|
|
7359
|
+
/**
|
|
7360
|
+
* @param {number} value
|
|
7361
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest} returns this
|
|
7362
|
+
*/
|
|
7363
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.setBusinessId = function(value) {
|
|
7364
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
7365
|
+
};
|
|
7366
|
+
|
|
7367
|
+
|
|
7368
|
+
/**
|
|
7369
|
+
* optional int64 client_user_id = 4;
|
|
7370
|
+
* @return {number}
|
|
7371
|
+
*/
|
|
7372
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.getClientUserId = function() {
|
|
7373
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
7374
|
+
};
|
|
7375
|
+
|
|
7376
|
+
|
|
7377
|
+
/**
|
|
7378
|
+
* @param {number} value
|
|
7379
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest} returns this
|
|
7380
|
+
*/
|
|
7381
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.setClientUserId = function(value) {
|
|
7382
|
+
return jspb.Message.setProto3IntField(this, 4, value);
|
|
7383
|
+
};
|
|
7384
|
+
|
|
7385
|
+
|
|
7386
|
+
|
|
7387
|
+
/**
|
|
7388
|
+
* List of repeated fields within this message type.
|
|
7389
|
+
* @private {!Array<number>}
|
|
7390
|
+
* @const
|
|
7391
|
+
*/
|
|
7392
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.repeatedFields_ = [2];
|
|
7393
|
+
|
|
7394
|
+
|
|
7395
|
+
|
|
7396
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
7397
|
+
/**
|
|
7398
|
+
* Creates an object representation of this proto.
|
|
7399
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
7400
|
+
* Optional fields that are not set will be set to undefined.
|
|
7401
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
7402
|
+
* For the list of reserved names please see:
|
|
7403
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
7404
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
7405
|
+
* JSPB instance for transitional soy proto support:
|
|
7406
|
+
* http://goto/soy-param-migration
|
|
7407
|
+
* @return {!Object}
|
|
7408
|
+
*/
|
|
7409
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.toObject = function(opt_includeInstance) {
|
|
7410
|
+
return proto.payrollserviceapi.GetABAFileRecordsResponse.toObject(opt_includeInstance, this);
|
|
7411
|
+
};
|
|
7412
|
+
|
|
7413
|
+
|
|
7414
|
+
/**
|
|
7415
|
+
* Static version of the {@see toObject} method.
|
|
7416
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7417
|
+
* the JSPB instance for transitional soy proto support:
|
|
7418
|
+
* http://goto/soy-param-migration
|
|
7419
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsResponse} msg The msg instance to transform.
|
|
7420
|
+
* @return {!Object}
|
|
7421
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7422
|
+
*/
|
|
7423
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.toObject = function(includeInstance, msg) {
|
|
7424
|
+
var f, obj = {
|
|
7425
|
+
responsecode: (f = msg.getResponsecode()) && proto.payrollserviceapi.ResponseCode.toObject(includeInstance, f),
|
|
7426
|
+
recordsList: jspb.Message.toObjectList(msg.getRecordsList(),
|
|
7427
|
+
proto.payrollserviceapi.ABARecordDetail.toObject, includeInstance)
|
|
7428
|
+
};
|
|
7429
|
+
|
|
7430
|
+
if (includeInstance) {
|
|
7431
|
+
obj.$jspbMessageInstance = msg;
|
|
7432
|
+
}
|
|
7433
|
+
return obj;
|
|
7434
|
+
};
|
|
7435
|
+
}
|
|
7436
|
+
|
|
7437
|
+
|
|
7438
|
+
/**
|
|
7439
|
+
* Deserializes binary data (in protobuf wire format).
|
|
7440
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7441
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse}
|
|
7442
|
+
*/
|
|
7443
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.deserializeBinary = function(bytes) {
|
|
7444
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
7445
|
+
var msg = new proto.payrollserviceapi.GetABAFileRecordsResponse;
|
|
7446
|
+
return proto.payrollserviceapi.GetABAFileRecordsResponse.deserializeBinaryFromReader(msg, reader);
|
|
7447
|
+
};
|
|
7448
|
+
|
|
7449
|
+
|
|
7450
|
+
/**
|
|
7451
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
7452
|
+
* given reader into the given message object.
|
|
7453
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsResponse} msg The message object to deserialize into.
|
|
7454
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7455
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse}
|
|
7456
|
+
*/
|
|
7457
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
7458
|
+
while (reader.nextField()) {
|
|
7459
|
+
if (reader.isEndGroup()) {
|
|
7460
|
+
break;
|
|
7461
|
+
}
|
|
7462
|
+
var field = reader.getFieldNumber();
|
|
7463
|
+
switch (field) {
|
|
7464
|
+
case 1:
|
|
7465
|
+
var value = new proto.payrollserviceapi.ResponseCode;
|
|
7466
|
+
reader.readMessage(value,proto.payrollserviceapi.ResponseCode.deserializeBinaryFromReader);
|
|
7467
|
+
msg.setResponsecode(value);
|
|
7468
|
+
break;
|
|
7469
|
+
case 2:
|
|
7470
|
+
var value = new proto.payrollserviceapi.ABARecordDetail;
|
|
7471
|
+
reader.readMessage(value,proto.payrollserviceapi.ABARecordDetail.deserializeBinaryFromReader);
|
|
7472
|
+
msg.addRecords(value);
|
|
7473
|
+
break;
|
|
7474
|
+
default:
|
|
7475
|
+
reader.skipField();
|
|
7476
|
+
break;
|
|
7477
|
+
}
|
|
7478
|
+
}
|
|
7479
|
+
return msg;
|
|
7480
|
+
};
|
|
7481
|
+
|
|
7482
|
+
|
|
7483
|
+
/**
|
|
7484
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
7485
|
+
* @return {!Uint8Array}
|
|
7486
|
+
*/
|
|
7487
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.serializeBinary = function() {
|
|
7488
|
+
var writer = new jspb.BinaryWriter();
|
|
7489
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.serializeBinaryToWriter(this, writer);
|
|
7490
|
+
return writer.getResultBuffer();
|
|
7491
|
+
};
|
|
7492
|
+
|
|
7493
|
+
|
|
7494
|
+
/**
|
|
7495
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
7496
|
+
* format), writing to the given BinaryWriter.
|
|
7497
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsResponse} message
|
|
7498
|
+
* @param {!jspb.BinaryWriter} writer
|
|
7499
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7500
|
+
*/
|
|
7501
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.serializeBinaryToWriter = function(message, writer) {
|
|
7502
|
+
var f = undefined;
|
|
7503
|
+
f = message.getResponsecode();
|
|
7504
|
+
if (f != null) {
|
|
7505
|
+
writer.writeMessage(
|
|
7506
|
+
1,
|
|
7507
|
+
f,
|
|
7508
|
+
proto.payrollserviceapi.ResponseCode.serializeBinaryToWriter
|
|
7509
|
+
);
|
|
7510
|
+
}
|
|
7511
|
+
f = message.getRecordsList();
|
|
7512
|
+
if (f.length > 0) {
|
|
7513
|
+
writer.writeRepeatedMessage(
|
|
7514
|
+
2,
|
|
7515
|
+
f,
|
|
7516
|
+
proto.payrollserviceapi.ABARecordDetail.serializeBinaryToWriter
|
|
7517
|
+
);
|
|
7518
|
+
}
|
|
7519
|
+
};
|
|
7520
|
+
|
|
7521
|
+
|
|
7522
|
+
/**
|
|
7523
|
+
* optional ResponseCode responseCode = 1;
|
|
7524
|
+
* @return {?proto.payrollserviceapi.ResponseCode}
|
|
7525
|
+
*/
|
|
7526
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.getResponsecode = function() {
|
|
7527
|
+
return /** @type{?proto.payrollserviceapi.ResponseCode} */ (
|
|
7528
|
+
jspb.Message.getWrapperField(this, proto.payrollserviceapi.ResponseCode, 1));
|
|
7529
|
+
};
|
|
7530
|
+
|
|
7531
|
+
|
|
7532
|
+
/**
|
|
7533
|
+
* @param {?proto.payrollserviceapi.ResponseCode|undefined} value
|
|
7534
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7169
7535
|
*/
|
|
7170
|
-
proto.payrollserviceapi.
|
|
7171
|
-
return jspb.Message.
|
|
7536
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.setResponsecode = function(value) {
|
|
7537
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
7172
7538
|
};
|
|
7173
7539
|
|
|
7174
7540
|
|
|
7175
7541
|
/**
|
|
7176
|
-
*
|
|
7177
|
-
* @
|
|
7178
|
-
* @return {!proto.payrollserviceapi.ABARecordDetail}
|
|
7542
|
+
* Clears the message field making it undefined.
|
|
7543
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7179
7544
|
*/
|
|
7180
|
-
proto.payrollserviceapi.
|
|
7181
|
-
return
|
|
7545
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.clearResponsecode = function() {
|
|
7546
|
+
return this.setResponsecode(undefined);
|
|
7182
7547
|
};
|
|
7183
7548
|
|
|
7184
7549
|
|
|
7185
7550
|
/**
|
|
7186
|
-
*
|
|
7187
|
-
* @return {
|
|
7551
|
+
* Returns whether this field is set.
|
|
7552
|
+
* @return {boolean}
|
|
7188
7553
|
*/
|
|
7189
|
-
proto.payrollserviceapi.
|
|
7190
|
-
return
|
|
7554
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.hasResponsecode = function() {
|
|
7555
|
+
return jspb.Message.getField(this, 1) != null;
|
|
7191
7556
|
};
|
|
7192
7557
|
|
|
7193
7558
|
|
|
7194
7559
|
/**
|
|
7195
|
-
*
|
|
7196
|
-
* @return {
|
|
7560
|
+
* repeated ABARecordDetail records = 2;
|
|
7561
|
+
* @return {!Array<!proto.payrollserviceapi.ABARecordDetail>}
|
|
7197
7562
|
*/
|
|
7198
|
-
proto.payrollserviceapi.
|
|
7199
|
-
return /** @type
|
|
7563
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.getRecordsList = function() {
|
|
7564
|
+
return /** @type{!Array<!proto.payrollserviceapi.ABARecordDetail>} */ (
|
|
7565
|
+
jspb.Message.getRepeatedWrapperField(this, proto.payrollserviceapi.ABARecordDetail, 2));
|
|
7200
7566
|
};
|
|
7201
7567
|
|
|
7202
7568
|
|
|
7203
7569
|
/**
|
|
7204
|
-
* @param {
|
|
7205
|
-
* @return {!proto.payrollserviceapi.
|
|
7570
|
+
* @param {!Array<!proto.payrollserviceapi.ABARecordDetail>} value
|
|
7571
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7572
|
+
*/
|
|
7573
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.setRecordsList = function(value) {
|
|
7574
|
+
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
7575
|
+
};
|
|
7576
|
+
|
|
7577
|
+
|
|
7578
|
+
/**
|
|
7579
|
+
* @param {!proto.payrollserviceapi.ABARecordDetail=} opt_value
|
|
7580
|
+
* @param {number=} opt_index
|
|
7581
|
+
* @return {!proto.payrollserviceapi.ABARecordDetail}
|
|
7206
7582
|
*/
|
|
7207
|
-
proto.payrollserviceapi.
|
|
7208
|
-
return jspb.Message.
|
|
7583
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.addRecords = function(opt_value, opt_index) {
|
|
7584
|
+
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.payrollserviceapi.ABARecordDetail, opt_index);
|
|
7585
|
+
};
|
|
7586
|
+
|
|
7587
|
+
|
|
7588
|
+
/**
|
|
7589
|
+
* Clears the list making it empty but non-null.
|
|
7590
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7591
|
+
*/
|
|
7592
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.clearRecordsList = function() {
|
|
7593
|
+
return this.setRecordsList([]);
|
|
7209
7594
|
};
|
|
7210
7595
|
|
|
7211
7596
|
|