@sniipwebmaster/payroll-service-client-grpcweb 25.10.510 → 25.10.528
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,601 @@ 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
|
|
7169
|
-
*/
|
|
7170
|
-
proto.payrollserviceapi.GetABAFileDetailsResponse.prototype.
|
|
7171
|
-
return jspb.Message.
|
|
7190
|
+
*/
|
|
7191
|
+
proto.payrollserviceapi.GetABAFileDetailsResponse.prototype.setMessage = function(value) {
|
|
7192
|
+
return jspb.Message.setProto3StringField(this, 4, value);
|
|
7172
7193
|
};
|
|
7173
7194
|
|
|
7174
7195
|
|
|
7196
|
+
|
|
7197
|
+
|
|
7198
|
+
|
|
7199
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
7175
7200
|
/**
|
|
7176
|
-
*
|
|
7177
|
-
*
|
|
7178
|
-
*
|
|
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}
|
|
7179
7211
|
*/
|
|
7180
|
-
proto.payrollserviceapi.
|
|
7181
|
-
return
|
|
7212
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.toObject = function(opt_includeInstance) {
|
|
7213
|
+
return proto.payrollserviceapi.GetABAFileRecordsRequest.toObject(opt_includeInstance, this);
|
|
7182
7214
|
};
|
|
7183
7215
|
|
|
7184
7216
|
|
|
7185
7217
|
/**
|
|
7186
|
-
*
|
|
7187
|
-
* @
|
|
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
|
|
7188
7225
|
*/
|
|
7189
|
-
proto.payrollserviceapi.
|
|
7190
|
-
|
|
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
|
+
page: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
7232
|
+
limit: jspb.Message.getFieldWithDefault(msg, 6, 0)
|
|
7233
|
+
};
|
|
7234
|
+
|
|
7235
|
+
if (includeInstance) {
|
|
7236
|
+
obj.$jspbMessageInstance = msg;
|
|
7237
|
+
}
|
|
7238
|
+
return obj;
|
|
7191
7239
|
};
|
|
7240
|
+
}
|
|
7192
7241
|
|
|
7193
7242
|
|
|
7194
7243
|
/**
|
|
7195
|
-
*
|
|
7196
|
-
* @
|
|
7244
|
+
* Deserializes binary data (in protobuf wire format).
|
|
7245
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7246
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest}
|
|
7197
7247
|
*/
|
|
7198
|
-
proto.payrollserviceapi.
|
|
7199
|
-
|
|
7248
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.deserializeBinary = function(bytes) {
|
|
7249
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
7250
|
+
var msg = new proto.payrollserviceapi.GetABAFileRecordsRequest;
|
|
7251
|
+
return proto.payrollserviceapi.GetABAFileRecordsRequest.deserializeBinaryFromReader(msg, reader);
|
|
7200
7252
|
};
|
|
7201
7253
|
|
|
7202
7254
|
|
|
7203
7255
|
/**
|
|
7204
|
-
*
|
|
7205
|
-
*
|
|
7256
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
7257
|
+
* given reader into the given message object.
|
|
7258
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsRequest} msg The message object to deserialize into.
|
|
7259
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7260
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest}
|
|
7206
7261
|
*/
|
|
7207
|
-
proto.payrollserviceapi.
|
|
7208
|
-
|
|
7262
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
7263
|
+
while (reader.nextField()) {
|
|
7264
|
+
if (reader.isEndGroup()) {
|
|
7265
|
+
break;
|
|
7266
|
+
}
|
|
7267
|
+
var field = reader.getFieldNumber();
|
|
7268
|
+
switch (field) {
|
|
7269
|
+
case 1:
|
|
7270
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
7271
|
+
msg.setAbaFileId(value);
|
|
7272
|
+
break;
|
|
7273
|
+
case 2:
|
|
7274
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
7275
|
+
msg.setBusinessId(value);
|
|
7276
|
+
break;
|
|
7277
|
+
case 4:
|
|
7278
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
7279
|
+
msg.setClientUserId(value);
|
|
7280
|
+
break;
|
|
7281
|
+
case 5:
|
|
7282
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
7283
|
+
msg.setPage(value);
|
|
7284
|
+
break;
|
|
7285
|
+
case 6:
|
|
7286
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
7287
|
+
msg.setLimit(value);
|
|
7288
|
+
break;
|
|
7289
|
+
default:
|
|
7290
|
+
reader.skipField();
|
|
7291
|
+
break;
|
|
7292
|
+
}
|
|
7293
|
+
}
|
|
7294
|
+
return msg;
|
|
7295
|
+
};
|
|
7296
|
+
|
|
7297
|
+
|
|
7298
|
+
/**
|
|
7299
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
7300
|
+
* @return {!Uint8Array}
|
|
7301
|
+
*/
|
|
7302
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.serializeBinary = function() {
|
|
7303
|
+
var writer = new jspb.BinaryWriter();
|
|
7304
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.serializeBinaryToWriter(this, writer);
|
|
7305
|
+
return writer.getResultBuffer();
|
|
7306
|
+
};
|
|
7307
|
+
|
|
7308
|
+
|
|
7309
|
+
/**
|
|
7310
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
7311
|
+
* format), writing to the given BinaryWriter.
|
|
7312
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsRequest} message
|
|
7313
|
+
* @param {!jspb.BinaryWriter} writer
|
|
7314
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7315
|
+
*/
|
|
7316
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.serializeBinaryToWriter = function(message, writer) {
|
|
7317
|
+
var f = undefined;
|
|
7318
|
+
f = message.getAbaFileId();
|
|
7319
|
+
if (f !== 0) {
|
|
7320
|
+
writer.writeInt64(
|
|
7321
|
+
1,
|
|
7322
|
+
f
|
|
7323
|
+
);
|
|
7324
|
+
}
|
|
7325
|
+
f = message.getBusinessId();
|
|
7326
|
+
if (f !== 0) {
|
|
7327
|
+
writer.writeInt64(
|
|
7328
|
+
2,
|
|
7329
|
+
f
|
|
7330
|
+
);
|
|
7331
|
+
}
|
|
7332
|
+
f = message.getClientUserId();
|
|
7333
|
+
if (f !== 0) {
|
|
7334
|
+
writer.writeInt64(
|
|
7335
|
+
4,
|
|
7336
|
+
f
|
|
7337
|
+
);
|
|
7338
|
+
}
|
|
7339
|
+
f = message.getPage();
|
|
7340
|
+
if (f !== 0) {
|
|
7341
|
+
writer.writeInt32(
|
|
7342
|
+
5,
|
|
7343
|
+
f
|
|
7344
|
+
);
|
|
7345
|
+
}
|
|
7346
|
+
f = message.getLimit();
|
|
7347
|
+
if (f !== 0) {
|
|
7348
|
+
writer.writeInt32(
|
|
7349
|
+
6,
|
|
7350
|
+
f
|
|
7351
|
+
);
|
|
7352
|
+
}
|
|
7353
|
+
};
|
|
7354
|
+
|
|
7355
|
+
|
|
7356
|
+
/**
|
|
7357
|
+
* optional int64 aba_file_id = 1;
|
|
7358
|
+
* @return {number}
|
|
7359
|
+
*/
|
|
7360
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.getAbaFileId = function() {
|
|
7361
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
7362
|
+
};
|
|
7363
|
+
|
|
7364
|
+
|
|
7365
|
+
/**
|
|
7366
|
+
* @param {number} value
|
|
7367
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest} returns this
|
|
7368
|
+
*/
|
|
7369
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.setAbaFileId = function(value) {
|
|
7370
|
+
return jspb.Message.setProto3IntField(this, 1, value);
|
|
7371
|
+
};
|
|
7372
|
+
|
|
7373
|
+
|
|
7374
|
+
/**
|
|
7375
|
+
* optional int64 business_id = 2;
|
|
7376
|
+
* @return {number}
|
|
7377
|
+
*/
|
|
7378
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.getBusinessId = function() {
|
|
7379
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 2, 0));
|
|
7380
|
+
};
|
|
7381
|
+
|
|
7382
|
+
|
|
7383
|
+
/**
|
|
7384
|
+
* @param {number} value
|
|
7385
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest} returns this
|
|
7386
|
+
*/
|
|
7387
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.setBusinessId = function(value) {
|
|
7388
|
+
return jspb.Message.setProto3IntField(this, 2, value);
|
|
7389
|
+
};
|
|
7390
|
+
|
|
7391
|
+
|
|
7392
|
+
/**
|
|
7393
|
+
* optional int64 client_user_id = 4;
|
|
7394
|
+
* @return {number}
|
|
7395
|
+
*/
|
|
7396
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.getClientUserId = function() {
|
|
7397
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
7398
|
+
};
|
|
7399
|
+
|
|
7400
|
+
|
|
7401
|
+
/**
|
|
7402
|
+
* @param {number} value
|
|
7403
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest} returns this
|
|
7404
|
+
*/
|
|
7405
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.setClientUserId = function(value) {
|
|
7406
|
+
return jspb.Message.setProto3IntField(this, 4, value);
|
|
7407
|
+
};
|
|
7408
|
+
|
|
7409
|
+
|
|
7410
|
+
/**
|
|
7411
|
+
* optional int32 page = 5;
|
|
7412
|
+
* @return {number}
|
|
7413
|
+
*/
|
|
7414
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.getPage = function() {
|
|
7415
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
7416
|
+
};
|
|
7417
|
+
|
|
7418
|
+
|
|
7419
|
+
/**
|
|
7420
|
+
* @param {number} value
|
|
7421
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest} returns this
|
|
7422
|
+
*/
|
|
7423
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.setPage = function(value) {
|
|
7424
|
+
return jspb.Message.setProto3IntField(this, 5, value);
|
|
7425
|
+
};
|
|
7426
|
+
|
|
7427
|
+
|
|
7428
|
+
/**
|
|
7429
|
+
* optional int32 limit = 6;
|
|
7430
|
+
* @return {number}
|
|
7431
|
+
*/
|
|
7432
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.getLimit = function() {
|
|
7433
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 6, 0));
|
|
7434
|
+
};
|
|
7435
|
+
|
|
7436
|
+
|
|
7437
|
+
/**
|
|
7438
|
+
* @param {number} value
|
|
7439
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsRequest} returns this
|
|
7440
|
+
*/
|
|
7441
|
+
proto.payrollserviceapi.GetABAFileRecordsRequest.prototype.setLimit = function(value) {
|
|
7442
|
+
return jspb.Message.setProto3IntField(this, 6, value);
|
|
7443
|
+
};
|
|
7444
|
+
|
|
7445
|
+
|
|
7446
|
+
|
|
7447
|
+
/**
|
|
7448
|
+
* List of repeated fields within this message type.
|
|
7449
|
+
* @private {!Array<number>}
|
|
7450
|
+
* @const
|
|
7451
|
+
*/
|
|
7452
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.repeatedFields_ = [2];
|
|
7453
|
+
|
|
7454
|
+
|
|
7455
|
+
|
|
7456
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
7457
|
+
/**
|
|
7458
|
+
* Creates an object representation of this proto.
|
|
7459
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
7460
|
+
* Optional fields that are not set will be set to undefined.
|
|
7461
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
7462
|
+
* For the list of reserved names please see:
|
|
7463
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
7464
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
7465
|
+
* JSPB instance for transitional soy proto support:
|
|
7466
|
+
* http://goto/soy-param-migration
|
|
7467
|
+
* @return {!Object}
|
|
7468
|
+
*/
|
|
7469
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.toObject = function(opt_includeInstance) {
|
|
7470
|
+
return proto.payrollserviceapi.GetABAFileRecordsResponse.toObject(opt_includeInstance, this);
|
|
7471
|
+
};
|
|
7472
|
+
|
|
7473
|
+
|
|
7474
|
+
/**
|
|
7475
|
+
* Static version of the {@see toObject} method.
|
|
7476
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
7477
|
+
* the JSPB instance for transitional soy proto support:
|
|
7478
|
+
* http://goto/soy-param-migration
|
|
7479
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsResponse} msg The msg instance to transform.
|
|
7480
|
+
* @return {!Object}
|
|
7481
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7482
|
+
*/
|
|
7483
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.toObject = function(includeInstance, msg) {
|
|
7484
|
+
var f, obj = {
|
|
7485
|
+
responsecode: (f = msg.getResponsecode()) && proto.payrollserviceapi.ResponseCode.toObject(includeInstance, f),
|
|
7486
|
+
recordsList: jspb.Message.toObjectList(msg.getRecordsList(),
|
|
7487
|
+
proto.payrollserviceapi.ABARecordDetail.toObject, includeInstance),
|
|
7488
|
+
totalCount: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
7489
|
+
page: jspb.Message.getFieldWithDefault(msg, 4, 0),
|
|
7490
|
+
limit: jspb.Message.getFieldWithDefault(msg, 5, 0),
|
|
7491
|
+
message: jspb.Message.getFieldWithDefault(msg, 6, "")
|
|
7492
|
+
};
|
|
7493
|
+
|
|
7494
|
+
if (includeInstance) {
|
|
7495
|
+
obj.$jspbMessageInstance = msg;
|
|
7496
|
+
}
|
|
7497
|
+
return obj;
|
|
7498
|
+
};
|
|
7499
|
+
}
|
|
7500
|
+
|
|
7501
|
+
|
|
7502
|
+
/**
|
|
7503
|
+
* Deserializes binary data (in protobuf wire format).
|
|
7504
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
7505
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse}
|
|
7506
|
+
*/
|
|
7507
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.deserializeBinary = function(bytes) {
|
|
7508
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
7509
|
+
var msg = new proto.payrollserviceapi.GetABAFileRecordsResponse;
|
|
7510
|
+
return proto.payrollserviceapi.GetABAFileRecordsResponse.deserializeBinaryFromReader(msg, reader);
|
|
7511
|
+
};
|
|
7512
|
+
|
|
7513
|
+
|
|
7514
|
+
/**
|
|
7515
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
7516
|
+
* given reader into the given message object.
|
|
7517
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsResponse} msg The message object to deserialize into.
|
|
7518
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
7519
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse}
|
|
7520
|
+
*/
|
|
7521
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
7522
|
+
while (reader.nextField()) {
|
|
7523
|
+
if (reader.isEndGroup()) {
|
|
7524
|
+
break;
|
|
7525
|
+
}
|
|
7526
|
+
var field = reader.getFieldNumber();
|
|
7527
|
+
switch (field) {
|
|
7528
|
+
case 1:
|
|
7529
|
+
var value = new proto.payrollserviceapi.ResponseCode;
|
|
7530
|
+
reader.readMessage(value,proto.payrollserviceapi.ResponseCode.deserializeBinaryFromReader);
|
|
7531
|
+
msg.setResponsecode(value);
|
|
7532
|
+
break;
|
|
7533
|
+
case 2:
|
|
7534
|
+
var value = new proto.payrollserviceapi.ABARecordDetail;
|
|
7535
|
+
reader.readMessage(value,proto.payrollserviceapi.ABARecordDetail.deserializeBinaryFromReader);
|
|
7536
|
+
msg.addRecords(value);
|
|
7537
|
+
break;
|
|
7538
|
+
case 3:
|
|
7539
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
7540
|
+
msg.setTotalCount(value);
|
|
7541
|
+
break;
|
|
7542
|
+
case 4:
|
|
7543
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
7544
|
+
msg.setPage(value);
|
|
7545
|
+
break;
|
|
7546
|
+
case 5:
|
|
7547
|
+
var value = /** @type {number} */ (reader.readInt32());
|
|
7548
|
+
msg.setLimit(value);
|
|
7549
|
+
break;
|
|
7550
|
+
case 6:
|
|
7551
|
+
var value = /** @type {string} */ (reader.readString());
|
|
7552
|
+
msg.setMessage(value);
|
|
7553
|
+
break;
|
|
7554
|
+
default:
|
|
7555
|
+
reader.skipField();
|
|
7556
|
+
break;
|
|
7557
|
+
}
|
|
7558
|
+
}
|
|
7559
|
+
return msg;
|
|
7560
|
+
};
|
|
7561
|
+
|
|
7562
|
+
|
|
7563
|
+
/**
|
|
7564
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
7565
|
+
* @return {!Uint8Array}
|
|
7566
|
+
*/
|
|
7567
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.serializeBinary = function() {
|
|
7568
|
+
var writer = new jspb.BinaryWriter();
|
|
7569
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.serializeBinaryToWriter(this, writer);
|
|
7570
|
+
return writer.getResultBuffer();
|
|
7571
|
+
};
|
|
7572
|
+
|
|
7573
|
+
|
|
7574
|
+
/**
|
|
7575
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
7576
|
+
* format), writing to the given BinaryWriter.
|
|
7577
|
+
* @param {!proto.payrollserviceapi.GetABAFileRecordsResponse} message
|
|
7578
|
+
* @param {!jspb.BinaryWriter} writer
|
|
7579
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
7580
|
+
*/
|
|
7581
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.serializeBinaryToWriter = function(message, writer) {
|
|
7582
|
+
var f = undefined;
|
|
7583
|
+
f = message.getResponsecode();
|
|
7584
|
+
if (f != null) {
|
|
7585
|
+
writer.writeMessage(
|
|
7586
|
+
1,
|
|
7587
|
+
f,
|
|
7588
|
+
proto.payrollserviceapi.ResponseCode.serializeBinaryToWriter
|
|
7589
|
+
);
|
|
7590
|
+
}
|
|
7591
|
+
f = message.getRecordsList();
|
|
7592
|
+
if (f.length > 0) {
|
|
7593
|
+
writer.writeRepeatedMessage(
|
|
7594
|
+
2,
|
|
7595
|
+
f,
|
|
7596
|
+
proto.payrollserviceapi.ABARecordDetail.serializeBinaryToWriter
|
|
7597
|
+
);
|
|
7598
|
+
}
|
|
7599
|
+
f = message.getTotalCount();
|
|
7600
|
+
if (f !== 0) {
|
|
7601
|
+
writer.writeInt32(
|
|
7602
|
+
3,
|
|
7603
|
+
f
|
|
7604
|
+
);
|
|
7605
|
+
}
|
|
7606
|
+
f = message.getPage();
|
|
7607
|
+
if (f !== 0) {
|
|
7608
|
+
writer.writeInt32(
|
|
7609
|
+
4,
|
|
7610
|
+
f
|
|
7611
|
+
);
|
|
7612
|
+
}
|
|
7613
|
+
f = message.getLimit();
|
|
7614
|
+
if (f !== 0) {
|
|
7615
|
+
writer.writeInt32(
|
|
7616
|
+
5,
|
|
7617
|
+
f
|
|
7618
|
+
);
|
|
7619
|
+
}
|
|
7620
|
+
f = message.getMessage();
|
|
7621
|
+
if (f.length > 0) {
|
|
7622
|
+
writer.writeString(
|
|
7623
|
+
6,
|
|
7624
|
+
f
|
|
7625
|
+
);
|
|
7626
|
+
}
|
|
7627
|
+
};
|
|
7628
|
+
|
|
7629
|
+
|
|
7630
|
+
/**
|
|
7631
|
+
* optional ResponseCode responseCode = 1;
|
|
7632
|
+
* @return {?proto.payrollserviceapi.ResponseCode}
|
|
7633
|
+
*/
|
|
7634
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.getResponsecode = function() {
|
|
7635
|
+
return /** @type{?proto.payrollserviceapi.ResponseCode} */ (
|
|
7636
|
+
jspb.Message.getWrapperField(this, proto.payrollserviceapi.ResponseCode, 1));
|
|
7637
|
+
};
|
|
7638
|
+
|
|
7639
|
+
|
|
7640
|
+
/**
|
|
7641
|
+
* @param {?proto.payrollserviceapi.ResponseCode|undefined} value
|
|
7642
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7643
|
+
*/
|
|
7644
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.setResponsecode = function(value) {
|
|
7645
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
7646
|
+
};
|
|
7647
|
+
|
|
7648
|
+
|
|
7649
|
+
/**
|
|
7650
|
+
* Clears the message field making it undefined.
|
|
7651
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7652
|
+
*/
|
|
7653
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.clearResponsecode = function() {
|
|
7654
|
+
return this.setResponsecode(undefined);
|
|
7655
|
+
};
|
|
7656
|
+
|
|
7657
|
+
|
|
7658
|
+
/**
|
|
7659
|
+
* Returns whether this field is set.
|
|
7660
|
+
* @return {boolean}
|
|
7661
|
+
*/
|
|
7662
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.hasResponsecode = function() {
|
|
7663
|
+
return jspb.Message.getField(this, 1) != null;
|
|
7664
|
+
};
|
|
7665
|
+
|
|
7666
|
+
|
|
7667
|
+
/**
|
|
7668
|
+
* repeated ABARecordDetail records = 2;
|
|
7669
|
+
* @return {!Array<!proto.payrollserviceapi.ABARecordDetail>}
|
|
7670
|
+
*/
|
|
7671
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.getRecordsList = function() {
|
|
7672
|
+
return /** @type{!Array<!proto.payrollserviceapi.ABARecordDetail>} */ (
|
|
7673
|
+
jspb.Message.getRepeatedWrapperField(this, proto.payrollserviceapi.ABARecordDetail, 2));
|
|
7674
|
+
};
|
|
7675
|
+
|
|
7676
|
+
|
|
7677
|
+
/**
|
|
7678
|
+
* @param {!Array<!proto.payrollserviceapi.ABARecordDetail>} value
|
|
7679
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7680
|
+
*/
|
|
7681
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.setRecordsList = function(value) {
|
|
7682
|
+
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
7683
|
+
};
|
|
7684
|
+
|
|
7685
|
+
|
|
7686
|
+
/**
|
|
7687
|
+
* @param {!proto.payrollserviceapi.ABARecordDetail=} opt_value
|
|
7688
|
+
* @param {number=} opt_index
|
|
7689
|
+
* @return {!proto.payrollserviceapi.ABARecordDetail}
|
|
7690
|
+
*/
|
|
7691
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.addRecords = function(opt_value, opt_index) {
|
|
7692
|
+
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.payrollserviceapi.ABARecordDetail, opt_index);
|
|
7693
|
+
};
|
|
7694
|
+
|
|
7695
|
+
|
|
7696
|
+
/**
|
|
7697
|
+
* Clears the list making it empty but non-null.
|
|
7698
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7699
|
+
*/
|
|
7700
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.clearRecordsList = function() {
|
|
7701
|
+
return this.setRecordsList([]);
|
|
7702
|
+
};
|
|
7703
|
+
|
|
7704
|
+
|
|
7705
|
+
/**
|
|
7706
|
+
* optional int32 total_count = 3;
|
|
7707
|
+
* @return {number}
|
|
7708
|
+
*/
|
|
7709
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.getTotalCount = function() {
|
|
7710
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 3, 0));
|
|
7711
|
+
};
|
|
7712
|
+
|
|
7713
|
+
|
|
7714
|
+
/**
|
|
7715
|
+
* @param {number} value
|
|
7716
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7717
|
+
*/
|
|
7718
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.setTotalCount = function(value) {
|
|
7719
|
+
return jspb.Message.setProto3IntField(this, 3, value);
|
|
7720
|
+
};
|
|
7721
|
+
|
|
7722
|
+
|
|
7723
|
+
/**
|
|
7724
|
+
* optional int32 page = 4;
|
|
7725
|
+
* @return {number}
|
|
7726
|
+
*/
|
|
7727
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.getPage = function() {
|
|
7728
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 4, 0));
|
|
7729
|
+
};
|
|
7730
|
+
|
|
7731
|
+
|
|
7732
|
+
/**
|
|
7733
|
+
* @param {number} value
|
|
7734
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7735
|
+
*/
|
|
7736
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.setPage = function(value) {
|
|
7737
|
+
return jspb.Message.setProto3IntField(this, 4, value);
|
|
7738
|
+
};
|
|
7739
|
+
|
|
7740
|
+
|
|
7741
|
+
/**
|
|
7742
|
+
* optional int32 limit = 5;
|
|
7743
|
+
* @return {number}
|
|
7744
|
+
*/
|
|
7745
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.getLimit = function() {
|
|
7746
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 5, 0));
|
|
7747
|
+
};
|
|
7748
|
+
|
|
7749
|
+
|
|
7750
|
+
/**
|
|
7751
|
+
* @param {number} value
|
|
7752
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7753
|
+
*/
|
|
7754
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.setLimit = function(value) {
|
|
7755
|
+
return jspb.Message.setProto3IntField(this, 5, value);
|
|
7756
|
+
};
|
|
7757
|
+
|
|
7758
|
+
|
|
7759
|
+
/**
|
|
7760
|
+
* optional string message = 6;
|
|
7761
|
+
* @return {string}
|
|
7762
|
+
*/
|
|
7763
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.getMessage = function() {
|
|
7764
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
7765
|
+
};
|
|
7766
|
+
|
|
7767
|
+
|
|
7768
|
+
/**
|
|
7769
|
+
* @param {string} value
|
|
7770
|
+
* @return {!proto.payrollserviceapi.GetABAFileRecordsResponse} returns this
|
|
7771
|
+
*/
|
|
7772
|
+
proto.payrollserviceapi.GetABAFileRecordsResponse.prototype.setMessage = function(value) {
|
|
7773
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
7209
7774
|
};
|
|
7210
7775
|
|
|
7211
7776
|
|