@lansweeper/integrations-limit-checker-grpc 0.2.11 → 0.2.13
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/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/limit_checker_api_grpc_pb.d.ts +17 -0
- package/gen-proto/limit_checker_api_grpc_pb.js +33 -0
- package/gen-proto/limit_checker_api_pb.d.ts +46 -0
- package/gen-proto/limit_checker_api_pb.js +364 -0
- package/generated-go/limit_checker_api.pb.go +284 -123
- package/generated-go/limit_checker_api_grpc.pb.go +49 -7
- package/go.mod +1 -1
- package/package.json +2 -2
- package/proto/limit_checker_api.proto +11 -0
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,22 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.2.13](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-limit-checker-grpc@0.2.12...@lansweeper/integrations-limit-checker-grpc@0.2.13) (2024-10-02)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @lansweeper/integrations-limit-checker-grpc
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
## [0.2.12](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-limit-checker-grpc@0.2.11...@lansweeper/integrations-limit-checker-grpc@0.2.12) (2024-07-15)
|
|
15
|
+
|
|
16
|
+
**Note:** Version bump only for package @lansweeper/integrations-limit-checker-grpc
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
6
22
|
## [0.2.11](https://github.com/Lansweeper/lansweeperapis/compare/@lansweeper/integrations-limit-checker-grpc@0.2.10...@lansweeper/integrations-limit-checker-grpc@0.2.11) (2024-02-06)
|
|
7
23
|
|
|
8
24
|
**Note:** Version bump only for package @lansweeper/integrations-limit-checker-grpc
|
package/gen-proto/image.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"file":[{"name":"proto/limit_checker_api.proto","package":"lansweeper.integrationslimitchecker.v1","messageType":[{"name":"ExportStatusLimitCheckerRequest","field":[{"name":"appId","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"appId"},{"name":"traceId","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"ExportStatusLimitCheckerResponse","field":[{"name":"message","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]},{"name":"ReportFullExportStatusLimitCheckerRequest","field":[{"name":"app_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"appId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"ReportFullExportStatusLimitCheckerResponse","field":[{"name":"message","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]},{"name":"ScanNowLimitCheckerRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"ScanNowLimitCheckerResponse","field":[{"name":"message","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]},{"name":"UpdateAssetLimitCheckerRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"asset_key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"assetKey"},{"name":"trace_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"UpdateAssetLimitCheckerResponse","field":[{"name":"message","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}],"service":[{"name":"IntegrationsLimitChecker","method":[{"name":"ExportStatusLimitChecker","inputType":".lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest","outputType":".lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerResponse","options":{}},{"name":"ReportFullExportStatusLimitChecker","inputType":".lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerRequest","outputType":".lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerResponse","options":{}},{"name":"ScanNowLimitChecker","inputType":".lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerRequest","outputType":".lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerResponse","options":{}},{"name":"UpdateAssetLimitChecker","inputType":".lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerRequest","outputType":".lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,
|
|
1
|
+
{"file":[{"name":"proto/limit_checker_api.proto","package":"lansweeper.integrationslimitchecker.v1","messageType":[{"name":"ExportStatusLimitCheckerRequest","field":[{"name":"appId","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"appId"},{"name":"traceId","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"ExportStatusLimitCheckerOrgRequest","field":[{"name":"clientId","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"clientId"},{"name":"traceId","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"},{"name":"exportId","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"exportId"}]},{"name":"ExportStatusLimitCheckerResponse","field":[{"name":"message","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]},{"name":"ExportStatusLimitCheckerOrgResponse","field":[{"name":"message","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]},{"name":"ReportFullExportStatusLimitCheckerRequest","field":[{"name":"app_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"appId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"ReportFullExportStatusLimitCheckerResponse","field":[{"name":"message","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]},{"name":"ScanNowLimitCheckerRequest","field":[{"name":"source_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sourceId"},{"name":"trace_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"ScanNowLimitCheckerResponse","field":[{"name":"message","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]},{"name":"UpdateAssetLimitCheckerRequest","field":[{"name":"site_id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"siteId"},{"name":"asset_key","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"assetKey"},{"name":"trace_id","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"traceId"}]},{"name":"UpdateAssetLimitCheckerResponse","field":[{"name":"message","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"message"}]}],"service":[{"name":"IntegrationsLimitChecker","method":[{"name":"ExportStatusLimitChecker","inputType":".lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest","outputType":".lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerResponse","options":{}},{"name":"ExportStatusLimitCheckerOrg","inputType":".lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest","outputType":".lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse","options":{}},{"name":"ReportFullExportStatusLimitChecker","inputType":".lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerRequest","outputType":".lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerResponse","options":{}},{"name":"ScanNowLimitChecker","inputType":".lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerRequest","outputType":".lansweeper.integrationslimitchecker.v1.ScanNowLimitCheckerResponse","options":{}},{"name":"UpdateAssetLimitChecker","inputType":".lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerRequest","outputType":".lansweeper.integrationslimitchecker.v1.UpdateAssetLimitCheckerResponse","options":{}}]}],"options":{"goPackage":"./generated-go"},"sourceCodeInfo":{"location":[{"span":[0,0,59,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,47]},{"path":[8],"span":[4,0,37]},{"path":[8,11],"span":[4,0,37]},{"path":[4,0],"span":[6,0,9,1]},{"path":[4,0,1],"span":[6,8,39]},{"path":[4,0,2,0],"span":[7,2,19]},{"path":[4,0,2,0,5],"span":[7,2,8]},{"path":[4,0,2,0,1],"span":[7,9,14]},{"path":[4,0,2,0,3],"span":[7,17,18]},{"path":[4,0,2,1],"span":[8,2,21]},{"path":[4,0,2,1,5],"span":[8,2,8]},{"path":[4,0,2,1,1],"span":[8,9,16]},{"path":[4,0,2,1,3],"span":[8,19,20]},{"path":[4,1],"span":[11,0,15,1]},{"path":[4,1,1],"span":[11,8,42]},{"path":[4,1,2,0],"span":[12,2,22]},{"path":[4,1,2,0,5],"span":[12,2,8]},{"path":[4,1,2,0,1],"span":[12,9,17]},{"path":[4,1,2,0,3],"span":[12,20,21]},{"path":[4,1,2,1],"span":[13,2,21]},{"path":[4,1,2,1,5],"span":[13,2,8]},{"path":[4,1,2,1,1],"span":[13,9,16]},{"path":[4,1,2,1,3],"span":[13,19,20]},{"path":[4,1,2,2],"span":[14,2,22]},{"path":[4,1,2,2,5],"span":[14,2,8]},{"path":[4,1,2,2,1],"span":[14,9,17]},{"path":[4,1,2,2,3],"span":[14,20,21]},{"path":[4,2],"span":[17,0,19,1]},{"path":[4,2,1],"span":[17,8,40]},{"path":[4,2,2,0],"span":[18,2,21]},{"path":[4,2,2,0,5],"span":[18,2,8]},{"path":[4,2,2,0,1],"span":[18,9,16]},{"path":[4,2,2,0,3],"span":[18,19,20]},{"path":[4,3],"span":[21,0,23,1]},{"path":[4,3,1],"span":[21,8,43]},{"path":[4,3,2,0],"span":[22,2,21]},{"path":[4,3,2,0,5],"span":[22,2,8]},{"path":[4,3,2,0,1],"span":[22,9,16]},{"path":[4,3,2,0,3],"span":[22,19,20]},{"path":[4,4],"span":[25,0,28,1]},{"path":[4,4,1],"span":[25,8,49]},{"path":[4,4,2,0],"span":[26,2,20]},{"path":[4,4,2,0,5],"span":[26,2,8]},{"path":[4,4,2,0,1],"span":[26,9,15]},{"path":[4,4,2,0,3],"span":[26,18,19]},{"path":[4,4,2,1],"span":[27,2,22]},{"path":[4,4,2,1,5],"span":[27,2,8]},{"path":[4,4,2,1,1],"span":[27,9,17]},{"path":[4,4,2,1,3],"span":[27,20,21]},{"path":[4,5],"span":[30,0,32,1]},{"path":[4,5,1],"span":[30,8,50]},{"path":[4,5,2,0],"span":[31,2,21]},{"path":[4,5,2,0,5],"span":[31,2,8]},{"path":[4,5,2,0,1],"span":[31,9,16]},{"path":[4,5,2,0,3],"span":[31,19,20]},{"path":[4,6],"span":[34,0,37,1]},{"path":[4,6,1],"span":[34,8,34]},{"path":[4,6,2,0],"span":[35,2,23]},{"path":[4,6,2,0,5],"span":[35,2,8]},{"path":[4,6,2,0,1],"span":[35,9,18]},{"path":[4,6,2,0,3],"span":[35,21,22]},{"path":[4,6,2,1],"span":[36,2,22]},{"path":[4,6,2,1,5],"span":[36,2,8]},{"path":[4,6,2,1,1],"span":[36,9,17]},{"path":[4,6,2,1,3],"span":[36,20,21]},{"path":[4,7],"span":[39,0,41,1]},{"path":[4,7,1],"span":[39,8,35]},{"path":[4,7,2,0],"span":[40,2,21]},{"path":[4,7,2,0,5],"span":[40,2,8]},{"path":[4,7,2,0,1],"span":[40,9,16]},{"path":[4,7,2,0,3],"span":[40,19,20]},{"path":[4,8],"span":[43,0,47,1]},{"path":[4,8,1],"span":[43,8,38]},{"path":[4,8,2,0],"span":[44,2,21]},{"path":[4,8,2,0,5],"span":[44,2,8]},{"path":[4,8,2,0,1],"span":[44,9,16]},{"path":[4,8,2,0,3],"span":[44,19,20]},{"path":[4,8,2,1],"span":[45,2,23]},{"path":[4,8,2,1,5],"span":[45,2,8]},{"path":[4,8,2,1,1],"span":[45,9,18]},{"path":[4,8,2,1,3],"span":[45,21,22]},{"path":[4,8,2,2],"span":[46,2,22]},{"path":[4,8,2,2,5],"span":[46,2,8]},{"path":[4,8,2,2,1],"span":[46,9,17]},{"path":[4,8,2,2,3],"span":[46,20,21]},{"path":[4,9],"span":[49,0,51,1]},{"path":[4,9,1],"span":[49,8,39]},{"path":[4,9,2,0],"span":[50,2,21]},{"path":[4,9,2,0,5],"span":[50,2,8]},{"path":[4,9,2,0,1],"span":[50,9,16]},{"path":[4,9,2,0,3],"span":[50,19,20]},{"path":[6,0],"span":[53,0,59,1]},{"path":[6,0,1],"span":[53,8,32]},{"path":[6,0,2,0],"span":[54,2,110]},{"path":[6,0,2,0,1],"span":[54,6,30]},{"path":[6,0,2,0,2],"span":[54,32,63]},{"path":[6,0,2,0,3],"span":[54,74,106]},{"path":[6,0,2,1],"span":[55,2,119]},{"path":[6,0,2,1,1],"span":[55,6,33]},{"path":[6,0,2,1,2],"span":[55,35,69]},{"path":[6,0,2,1,3],"span":[55,80,115]},{"path":[6,0,2,2],"span":[56,2,140]},{"path":[6,0,2,2,1],"span":[56,6,40]},{"path":[6,0,2,2,2],"span":[56,42,83]},{"path":[6,0,2,2,3],"span":[56,94,136]},{"path":[6,0,2,3],"span":[57,2,95]},{"path":[6,0,2,3,1],"span":[57,6,25]},{"path":[6,0,2,3,2],"span":[57,27,53]},{"path":[6,0,2,3,3],"span":[57,64,91]},{"path":[6,0,2,4],"span":[58,2,107]},{"path":[6,0,2,4,1],"span":[58,6,29]},{"path":[6,0,2,4,2],"span":[58,31,61]},{"path":[6,0,2,4,3],"span":[58,72,103]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
|
|
@@ -9,6 +9,7 @@ import * as limit_checker_api_pb from "./limit_checker_api_pb";
|
|
|
9
9
|
|
|
10
10
|
interface IIntegrationsLimitCheckerService extends grpc.ServiceDefinition<grpc.UntypedServiceImplementation> {
|
|
11
11
|
exportStatusLimitChecker: IIntegrationsLimitCheckerService_IExportStatusLimitChecker;
|
|
12
|
+
exportStatusLimitCheckerOrg: IIntegrationsLimitCheckerService_IExportStatusLimitCheckerOrg;
|
|
12
13
|
reportFullExportStatusLimitChecker: IIntegrationsLimitCheckerService_IReportFullExportStatusLimitChecker;
|
|
13
14
|
scanNowLimitChecker: IIntegrationsLimitCheckerService_IScanNowLimitChecker;
|
|
14
15
|
updateAssetLimitChecker: IIntegrationsLimitCheckerService_IUpdateAssetLimitChecker;
|
|
@@ -23,6 +24,15 @@ interface IIntegrationsLimitCheckerService_IExportStatusLimitChecker extends grp
|
|
|
23
24
|
responseSerialize: grpc.serialize<limit_checker_api_pb.ExportStatusLimitCheckerResponse>;
|
|
24
25
|
responseDeserialize: grpc.deserialize<limit_checker_api_pb.ExportStatusLimitCheckerResponse>;
|
|
25
26
|
}
|
|
27
|
+
interface IIntegrationsLimitCheckerService_IExportStatusLimitCheckerOrg extends grpc.MethodDefinition<limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest, limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse> {
|
|
28
|
+
path: "/lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker/ExportStatusLimitCheckerOrg";
|
|
29
|
+
requestStream: false;
|
|
30
|
+
responseStream: false;
|
|
31
|
+
requestSerialize: grpc.serialize<limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest>;
|
|
32
|
+
requestDeserialize: grpc.deserialize<limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest>;
|
|
33
|
+
responseSerialize: grpc.serialize<limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse>;
|
|
34
|
+
responseDeserialize: grpc.deserialize<limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse>;
|
|
35
|
+
}
|
|
26
36
|
interface IIntegrationsLimitCheckerService_IReportFullExportStatusLimitChecker extends grpc.MethodDefinition<limit_checker_api_pb.ReportFullExportStatusLimitCheckerRequest, limit_checker_api_pb.ReportFullExportStatusLimitCheckerResponse> {
|
|
27
37
|
path: "/lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker/ReportFullExportStatusLimitChecker";
|
|
28
38
|
requestStream: false;
|
|
@@ -55,6 +65,7 @@ export const IntegrationsLimitCheckerService: IIntegrationsLimitCheckerService;
|
|
|
55
65
|
|
|
56
66
|
export interface IIntegrationsLimitCheckerServer extends grpc.UntypedServiceImplementation {
|
|
57
67
|
exportStatusLimitChecker: grpc.handleUnaryCall<limit_checker_api_pb.ExportStatusLimitCheckerRequest, limit_checker_api_pb.ExportStatusLimitCheckerResponse>;
|
|
68
|
+
exportStatusLimitCheckerOrg: grpc.handleUnaryCall<limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest, limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse>;
|
|
58
69
|
reportFullExportStatusLimitChecker: grpc.handleUnaryCall<limit_checker_api_pb.ReportFullExportStatusLimitCheckerRequest, limit_checker_api_pb.ReportFullExportStatusLimitCheckerResponse>;
|
|
59
70
|
scanNowLimitChecker: grpc.handleUnaryCall<limit_checker_api_pb.ScanNowLimitCheckerRequest, limit_checker_api_pb.ScanNowLimitCheckerResponse>;
|
|
60
71
|
updateAssetLimitChecker: grpc.handleUnaryCall<limit_checker_api_pb.UpdateAssetLimitCheckerRequest, limit_checker_api_pb.UpdateAssetLimitCheckerResponse>;
|
|
@@ -64,6 +75,9 @@ export interface IIntegrationsLimitCheckerClient {
|
|
|
64
75
|
exportStatusLimitChecker(request: limit_checker_api_pb.ExportStatusLimitCheckerRequest, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
65
76
|
exportStatusLimitChecker(request: limit_checker_api_pb.ExportStatusLimitCheckerRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
66
77
|
exportStatusLimitChecker(request: limit_checker_api_pb.ExportStatusLimitCheckerRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
78
|
+
exportStatusLimitCheckerOrg(request: limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse) => void): grpc.ClientUnaryCall;
|
|
79
|
+
exportStatusLimitCheckerOrg(request: limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse) => void): grpc.ClientUnaryCall;
|
|
80
|
+
exportStatusLimitCheckerOrg(request: limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse) => void): grpc.ClientUnaryCall;
|
|
67
81
|
reportFullExportStatusLimitChecker(request: limit_checker_api_pb.ReportFullExportStatusLimitCheckerRequest, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ReportFullExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
68
82
|
reportFullExportStatusLimitChecker(request: limit_checker_api_pb.ReportFullExportStatusLimitCheckerRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ReportFullExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
69
83
|
reportFullExportStatusLimitChecker(request: limit_checker_api_pb.ReportFullExportStatusLimitCheckerRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ReportFullExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -80,6 +94,9 @@ export class IntegrationsLimitCheckerClient extends grpc.Client implements IInte
|
|
|
80
94
|
public exportStatusLimitChecker(request: limit_checker_api_pb.ExportStatusLimitCheckerRequest, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
81
95
|
public exportStatusLimitChecker(request: limit_checker_api_pb.ExportStatusLimitCheckerRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
82
96
|
public exportStatusLimitChecker(request: limit_checker_api_pb.ExportStatusLimitCheckerRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
97
|
+
public exportStatusLimitCheckerOrg(request: limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse) => void): grpc.ClientUnaryCall;
|
|
98
|
+
public exportStatusLimitCheckerOrg(request: limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse) => void): grpc.ClientUnaryCall;
|
|
99
|
+
public exportStatusLimitCheckerOrg(request: limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse) => void): grpc.ClientUnaryCall;
|
|
83
100
|
public reportFullExportStatusLimitChecker(request: limit_checker_api_pb.ReportFullExportStatusLimitCheckerRequest, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ReportFullExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
84
101
|
public reportFullExportStatusLimitChecker(request: limit_checker_api_pb.ReportFullExportStatusLimitCheckerRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ReportFullExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
85
102
|
public reportFullExportStatusLimitChecker(request: limit_checker_api_pb.ReportFullExportStatusLimitCheckerRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: limit_checker_api_pb.ReportFullExportStatusLimitCheckerResponse) => void): grpc.ClientUnaryCall;
|
|
@@ -4,6 +4,28 @@
|
|
|
4
4
|
var grpc = require('@grpc/grpc-js');
|
|
5
5
|
var limit_checker_api_pb = require('./limit_checker_api_pb.js');
|
|
6
6
|
|
|
7
|
+
function serialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerOrgRequest(arg) {
|
|
8
|
+
if (!(arg instanceof limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest)) {
|
|
9
|
+
throw new Error('Expected argument of type lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest');
|
|
10
|
+
}
|
|
11
|
+
return Buffer.from(arg.serializeBinary());
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
function deserialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerOrgRequest(buffer_arg) {
|
|
15
|
+
return limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest.deserializeBinary(new Uint8Array(buffer_arg));
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
function serialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerOrgResponse(arg) {
|
|
19
|
+
if (!(arg instanceof limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse)) {
|
|
20
|
+
throw new Error('Expected argument of type lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse');
|
|
21
|
+
}
|
|
22
|
+
return Buffer.from(arg.serializeBinary());
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
function deserialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerOrgResponse(buffer_arg) {
|
|
26
|
+
return limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse.deserializeBinary(new Uint8Array(buffer_arg));
|
|
27
|
+
}
|
|
28
|
+
|
|
7
29
|
function serialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerRequest(arg) {
|
|
8
30
|
if (!(arg instanceof limit_checker_api_pb.ExportStatusLimitCheckerRequest)) {
|
|
9
31
|
throw new Error('Expected argument of type lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest');
|
|
@@ -105,6 +127,17 @@ var IntegrationsLimitCheckerService = exports.IntegrationsLimitCheckerService =
|
|
|
105
127
|
responseSerialize: serialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerResponse,
|
|
106
128
|
responseDeserialize: deserialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerResponse,
|
|
107
129
|
},
|
|
130
|
+
exportStatusLimitCheckerOrg: {
|
|
131
|
+
path: '/lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker/ExportStatusLimitCheckerOrg',
|
|
132
|
+
requestStream: false,
|
|
133
|
+
responseStream: false,
|
|
134
|
+
requestType: limit_checker_api_pb.ExportStatusLimitCheckerOrgRequest,
|
|
135
|
+
responseType: limit_checker_api_pb.ExportStatusLimitCheckerOrgResponse,
|
|
136
|
+
requestSerialize: serialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerOrgRequest,
|
|
137
|
+
requestDeserialize: deserialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerOrgRequest,
|
|
138
|
+
responseSerialize: serialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerOrgResponse,
|
|
139
|
+
responseDeserialize: deserialize_lansweeper_integrationslimitchecker_v1_ExportStatusLimitCheckerOrgResponse,
|
|
140
|
+
},
|
|
108
141
|
reportFullExportStatusLimitChecker: {
|
|
109
142
|
path: '/lansweeper.integrationslimitchecker.v1.IntegrationsLimitChecker/ReportFullExportStatusLimitChecker',
|
|
110
143
|
requestStream: false,
|
|
@@ -29,6 +29,32 @@ export namespace ExportStatusLimitCheckerRequest {
|
|
|
29
29
|
}
|
|
30
30
|
}
|
|
31
31
|
|
|
32
|
+
export class ExportStatusLimitCheckerOrgRequest extends jspb.Message {
|
|
33
|
+
getClientid(): string;
|
|
34
|
+
setClientid(value: string): ExportStatusLimitCheckerOrgRequest;
|
|
35
|
+
getTraceid(): string;
|
|
36
|
+
setTraceid(value: string): ExportStatusLimitCheckerOrgRequest;
|
|
37
|
+
getExportid(): string;
|
|
38
|
+
setExportid(value: string): ExportStatusLimitCheckerOrgRequest;
|
|
39
|
+
|
|
40
|
+
serializeBinary(): Uint8Array;
|
|
41
|
+
toObject(includeInstance?: boolean): ExportStatusLimitCheckerOrgRequest.AsObject;
|
|
42
|
+
static toObject(includeInstance: boolean, msg: ExportStatusLimitCheckerOrgRequest): ExportStatusLimitCheckerOrgRequest.AsObject;
|
|
43
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
44
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
45
|
+
static serializeBinaryToWriter(message: ExportStatusLimitCheckerOrgRequest, writer: jspb.BinaryWriter): void;
|
|
46
|
+
static deserializeBinary(bytes: Uint8Array): ExportStatusLimitCheckerOrgRequest;
|
|
47
|
+
static deserializeBinaryFromReader(message: ExportStatusLimitCheckerOrgRequest, reader: jspb.BinaryReader): ExportStatusLimitCheckerOrgRequest;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
export namespace ExportStatusLimitCheckerOrgRequest {
|
|
51
|
+
export type AsObject = {
|
|
52
|
+
clientid: string,
|
|
53
|
+
traceid: string,
|
|
54
|
+
exportid: string,
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
32
58
|
export class ExportStatusLimitCheckerResponse extends jspb.Message {
|
|
33
59
|
getMessage(): string;
|
|
34
60
|
setMessage(value: string): ExportStatusLimitCheckerResponse;
|
|
@@ -49,6 +75,26 @@ export namespace ExportStatusLimitCheckerResponse {
|
|
|
49
75
|
}
|
|
50
76
|
}
|
|
51
77
|
|
|
78
|
+
export class ExportStatusLimitCheckerOrgResponse extends jspb.Message {
|
|
79
|
+
getMessage(): string;
|
|
80
|
+
setMessage(value: string): ExportStatusLimitCheckerOrgResponse;
|
|
81
|
+
|
|
82
|
+
serializeBinary(): Uint8Array;
|
|
83
|
+
toObject(includeInstance?: boolean): ExportStatusLimitCheckerOrgResponse.AsObject;
|
|
84
|
+
static toObject(includeInstance: boolean, msg: ExportStatusLimitCheckerOrgResponse): ExportStatusLimitCheckerOrgResponse.AsObject;
|
|
85
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
86
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
87
|
+
static serializeBinaryToWriter(message: ExportStatusLimitCheckerOrgResponse, writer: jspb.BinaryWriter): void;
|
|
88
|
+
static deserializeBinary(bytes: Uint8Array): ExportStatusLimitCheckerOrgResponse;
|
|
89
|
+
static deserializeBinaryFromReader(message: ExportStatusLimitCheckerOrgResponse, reader: jspb.BinaryReader): ExportStatusLimitCheckerOrgResponse;
|
|
90
|
+
}
|
|
91
|
+
|
|
92
|
+
export namespace ExportStatusLimitCheckerOrgResponse {
|
|
93
|
+
export type AsObject = {
|
|
94
|
+
message: string,
|
|
95
|
+
}
|
|
96
|
+
}
|
|
97
|
+
|
|
52
98
|
export class ReportFullExportStatusLimitCheckerRequest extends jspb.Message {
|
|
53
99
|
getAppId(): string;
|
|
54
100
|
setAppId(value: string): ReportFullExportStatusLimitCheckerRequest;
|
|
@@ -21,6 +21,8 @@ var global = (function() {
|
|
|
21
21
|
return Function('return this')();
|
|
22
22
|
}.call(null));
|
|
23
23
|
|
|
24
|
+
goog.exportSymbol('proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest', null, global);
|
|
25
|
+
goog.exportSymbol('proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse', null, global);
|
|
24
26
|
goog.exportSymbol('proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest', null, global);
|
|
25
27
|
goog.exportSymbol('proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerResponse', null, global);
|
|
26
28
|
goog.exportSymbol('proto.lansweeper.integrationslimitchecker.v1.ReportFullExportStatusLimitCheckerRequest', null, global);
|
|
@@ -50,6 +52,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
50
52
|
*/
|
|
51
53
|
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest.displayName = 'proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest';
|
|
52
54
|
}
|
|
55
|
+
/**
|
|
56
|
+
* Generated by JsPbCodeGenerator.
|
|
57
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
58
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
59
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
60
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
61
|
+
* valid.
|
|
62
|
+
* @extends {jspb.Message}
|
|
63
|
+
* @constructor
|
|
64
|
+
*/
|
|
65
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest = function(opt_data) {
|
|
66
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
67
|
+
};
|
|
68
|
+
goog.inherits(proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest, jspb.Message);
|
|
69
|
+
if (goog.DEBUG && !COMPILED) {
|
|
70
|
+
/**
|
|
71
|
+
* @public
|
|
72
|
+
* @override
|
|
73
|
+
*/
|
|
74
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.displayName = 'proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest';
|
|
75
|
+
}
|
|
53
76
|
/**
|
|
54
77
|
* Generated by JsPbCodeGenerator.
|
|
55
78
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -71,6 +94,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
71
94
|
*/
|
|
72
95
|
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerResponse.displayName = 'proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerResponse';
|
|
73
96
|
}
|
|
97
|
+
/**
|
|
98
|
+
* Generated by JsPbCodeGenerator.
|
|
99
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
100
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
101
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
102
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
103
|
+
* valid.
|
|
104
|
+
* @extends {jspb.Message}
|
|
105
|
+
* @constructor
|
|
106
|
+
*/
|
|
107
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse = function(opt_data) {
|
|
108
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
109
|
+
};
|
|
110
|
+
goog.inherits(proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse, jspb.Message);
|
|
111
|
+
if (goog.DEBUG && !COMPILED) {
|
|
112
|
+
/**
|
|
113
|
+
* @public
|
|
114
|
+
* @override
|
|
115
|
+
*/
|
|
116
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.displayName = 'proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse';
|
|
117
|
+
}
|
|
74
118
|
/**
|
|
75
119
|
* Generated by JsPbCodeGenerator.
|
|
76
120
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -360,6 +404,196 @@ proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerRequest.pro
|
|
|
360
404
|
|
|
361
405
|
|
|
362
406
|
|
|
407
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
408
|
+
/**
|
|
409
|
+
* Creates an object representation of this proto.
|
|
410
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
411
|
+
* Optional fields that are not set will be set to undefined.
|
|
412
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
413
|
+
* For the list of reserved names please see:
|
|
414
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
415
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
416
|
+
* JSPB instance for transitional soy proto support:
|
|
417
|
+
* http://goto/soy-param-migration
|
|
418
|
+
* @return {!Object}
|
|
419
|
+
*/
|
|
420
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.prototype.toObject = function(opt_includeInstance) {
|
|
421
|
+
return proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.toObject(opt_includeInstance, this);
|
|
422
|
+
};
|
|
423
|
+
|
|
424
|
+
|
|
425
|
+
/**
|
|
426
|
+
* Static version of the {@see toObject} method.
|
|
427
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
428
|
+
* the JSPB instance for transitional soy proto support:
|
|
429
|
+
* http://goto/soy-param-migration
|
|
430
|
+
* @param {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest} msg The msg instance to transform.
|
|
431
|
+
* @return {!Object}
|
|
432
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
433
|
+
*/
|
|
434
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.toObject = function(includeInstance, msg) {
|
|
435
|
+
var f, obj = {
|
|
436
|
+
clientid: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
437
|
+
traceid: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
438
|
+
exportid: jspb.Message.getFieldWithDefault(msg, 3, "")
|
|
439
|
+
};
|
|
440
|
+
|
|
441
|
+
if (includeInstance) {
|
|
442
|
+
obj.$jspbMessageInstance = msg;
|
|
443
|
+
}
|
|
444
|
+
return obj;
|
|
445
|
+
};
|
|
446
|
+
}
|
|
447
|
+
|
|
448
|
+
|
|
449
|
+
/**
|
|
450
|
+
* Deserializes binary data (in protobuf wire format).
|
|
451
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
452
|
+
* @return {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest}
|
|
453
|
+
*/
|
|
454
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.deserializeBinary = function(bytes) {
|
|
455
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
456
|
+
var msg = new proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest;
|
|
457
|
+
return proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.deserializeBinaryFromReader(msg, reader);
|
|
458
|
+
};
|
|
459
|
+
|
|
460
|
+
|
|
461
|
+
/**
|
|
462
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
463
|
+
* given reader into the given message object.
|
|
464
|
+
* @param {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest} msg The message object to deserialize into.
|
|
465
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
466
|
+
* @return {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest}
|
|
467
|
+
*/
|
|
468
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.deserializeBinaryFromReader = function(msg, reader) {
|
|
469
|
+
while (reader.nextField()) {
|
|
470
|
+
if (reader.isEndGroup()) {
|
|
471
|
+
break;
|
|
472
|
+
}
|
|
473
|
+
var field = reader.getFieldNumber();
|
|
474
|
+
switch (field) {
|
|
475
|
+
case 1:
|
|
476
|
+
var value = /** @type {string} */ (reader.readString());
|
|
477
|
+
msg.setClientid(value);
|
|
478
|
+
break;
|
|
479
|
+
case 2:
|
|
480
|
+
var value = /** @type {string} */ (reader.readString());
|
|
481
|
+
msg.setTraceid(value);
|
|
482
|
+
break;
|
|
483
|
+
case 3:
|
|
484
|
+
var value = /** @type {string} */ (reader.readString());
|
|
485
|
+
msg.setExportid(value);
|
|
486
|
+
break;
|
|
487
|
+
default:
|
|
488
|
+
reader.skipField();
|
|
489
|
+
break;
|
|
490
|
+
}
|
|
491
|
+
}
|
|
492
|
+
return msg;
|
|
493
|
+
};
|
|
494
|
+
|
|
495
|
+
|
|
496
|
+
/**
|
|
497
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
498
|
+
* @return {!Uint8Array}
|
|
499
|
+
*/
|
|
500
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.prototype.serializeBinary = function() {
|
|
501
|
+
var writer = new jspb.BinaryWriter();
|
|
502
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.serializeBinaryToWriter(this, writer);
|
|
503
|
+
return writer.getResultBuffer();
|
|
504
|
+
};
|
|
505
|
+
|
|
506
|
+
|
|
507
|
+
/**
|
|
508
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
509
|
+
* format), writing to the given BinaryWriter.
|
|
510
|
+
* @param {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest} message
|
|
511
|
+
* @param {!jspb.BinaryWriter} writer
|
|
512
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
513
|
+
*/
|
|
514
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.serializeBinaryToWriter = function(message, writer) {
|
|
515
|
+
var f = undefined;
|
|
516
|
+
f = message.getClientid();
|
|
517
|
+
if (f.length > 0) {
|
|
518
|
+
writer.writeString(
|
|
519
|
+
1,
|
|
520
|
+
f
|
|
521
|
+
);
|
|
522
|
+
}
|
|
523
|
+
f = message.getTraceid();
|
|
524
|
+
if (f.length > 0) {
|
|
525
|
+
writer.writeString(
|
|
526
|
+
2,
|
|
527
|
+
f
|
|
528
|
+
);
|
|
529
|
+
}
|
|
530
|
+
f = message.getExportid();
|
|
531
|
+
if (f.length > 0) {
|
|
532
|
+
writer.writeString(
|
|
533
|
+
3,
|
|
534
|
+
f
|
|
535
|
+
);
|
|
536
|
+
}
|
|
537
|
+
};
|
|
538
|
+
|
|
539
|
+
|
|
540
|
+
/**
|
|
541
|
+
* optional string clientId = 1;
|
|
542
|
+
* @return {string}
|
|
543
|
+
*/
|
|
544
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.prototype.getClientid = function() {
|
|
545
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
546
|
+
};
|
|
547
|
+
|
|
548
|
+
|
|
549
|
+
/**
|
|
550
|
+
* @param {string} value
|
|
551
|
+
* @return {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest} returns this
|
|
552
|
+
*/
|
|
553
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.prototype.setClientid = function(value) {
|
|
554
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
555
|
+
};
|
|
556
|
+
|
|
557
|
+
|
|
558
|
+
/**
|
|
559
|
+
* optional string traceId = 2;
|
|
560
|
+
* @return {string}
|
|
561
|
+
*/
|
|
562
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.prototype.getTraceid = function() {
|
|
563
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
564
|
+
};
|
|
565
|
+
|
|
566
|
+
|
|
567
|
+
/**
|
|
568
|
+
* @param {string} value
|
|
569
|
+
* @return {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest} returns this
|
|
570
|
+
*/
|
|
571
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.prototype.setTraceid = function(value) {
|
|
572
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
573
|
+
};
|
|
574
|
+
|
|
575
|
+
|
|
576
|
+
/**
|
|
577
|
+
* optional string exportId = 3;
|
|
578
|
+
* @return {string}
|
|
579
|
+
*/
|
|
580
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.prototype.getExportid = function() {
|
|
581
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
582
|
+
};
|
|
583
|
+
|
|
584
|
+
|
|
585
|
+
/**
|
|
586
|
+
* @param {string} value
|
|
587
|
+
* @return {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest} returns this
|
|
588
|
+
*/
|
|
589
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgRequest.prototype.setExportid = function(value) {
|
|
590
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
591
|
+
};
|
|
592
|
+
|
|
593
|
+
|
|
594
|
+
|
|
595
|
+
|
|
596
|
+
|
|
363
597
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
364
598
|
/**
|
|
365
599
|
* Creates an object representation of this proto.
|
|
@@ -490,6 +724,136 @@ proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerResponse.pr
|
|
|
490
724
|
|
|
491
725
|
|
|
492
726
|
|
|
727
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
728
|
+
/**
|
|
729
|
+
* Creates an object representation of this proto.
|
|
730
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
731
|
+
* Optional fields that are not set will be set to undefined.
|
|
732
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
733
|
+
* For the list of reserved names please see:
|
|
734
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
735
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
736
|
+
* JSPB instance for transitional soy proto support:
|
|
737
|
+
* http://goto/soy-param-migration
|
|
738
|
+
* @return {!Object}
|
|
739
|
+
*/
|
|
740
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.prototype.toObject = function(opt_includeInstance) {
|
|
741
|
+
return proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.toObject(opt_includeInstance, this);
|
|
742
|
+
};
|
|
743
|
+
|
|
744
|
+
|
|
745
|
+
/**
|
|
746
|
+
* Static version of the {@see toObject} method.
|
|
747
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
748
|
+
* the JSPB instance for transitional soy proto support:
|
|
749
|
+
* http://goto/soy-param-migration
|
|
750
|
+
* @param {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse} msg The msg instance to transform.
|
|
751
|
+
* @return {!Object}
|
|
752
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
753
|
+
*/
|
|
754
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.toObject = function(includeInstance, msg) {
|
|
755
|
+
var f, obj = {
|
|
756
|
+
message: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
757
|
+
};
|
|
758
|
+
|
|
759
|
+
if (includeInstance) {
|
|
760
|
+
obj.$jspbMessageInstance = msg;
|
|
761
|
+
}
|
|
762
|
+
return obj;
|
|
763
|
+
};
|
|
764
|
+
}
|
|
765
|
+
|
|
766
|
+
|
|
767
|
+
/**
|
|
768
|
+
* Deserializes binary data (in protobuf wire format).
|
|
769
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
770
|
+
* @return {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse}
|
|
771
|
+
*/
|
|
772
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.deserializeBinary = function(bytes) {
|
|
773
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
774
|
+
var msg = new proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse;
|
|
775
|
+
return proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.deserializeBinaryFromReader(msg, reader);
|
|
776
|
+
};
|
|
777
|
+
|
|
778
|
+
|
|
779
|
+
/**
|
|
780
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
781
|
+
* given reader into the given message object.
|
|
782
|
+
* @param {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse} msg The message object to deserialize into.
|
|
783
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
784
|
+
* @return {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse}
|
|
785
|
+
*/
|
|
786
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.deserializeBinaryFromReader = function(msg, reader) {
|
|
787
|
+
while (reader.nextField()) {
|
|
788
|
+
if (reader.isEndGroup()) {
|
|
789
|
+
break;
|
|
790
|
+
}
|
|
791
|
+
var field = reader.getFieldNumber();
|
|
792
|
+
switch (field) {
|
|
793
|
+
case 1:
|
|
794
|
+
var value = /** @type {string} */ (reader.readString());
|
|
795
|
+
msg.setMessage(value);
|
|
796
|
+
break;
|
|
797
|
+
default:
|
|
798
|
+
reader.skipField();
|
|
799
|
+
break;
|
|
800
|
+
}
|
|
801
|
+
}
|
|
802
|
+
return msg;
|
|
803
|
+
};
|
|
804
|
+
|
|
805
|
+
|
|
806
|
+
/**
|
|
807
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
808
|
+
* @return {!Uint8Array}
|
|
809
|
+
*/
|
|
810
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.prototype.serializeBinary = function() {
|
|
811
|
+
var writer = new jspb.BinaryWriter();
|
|
812
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.serializeBinaryToWriter(this, writer);
|
|
813
|
+
return writer.getResultBuffer();
|
|
814
|
+
};
|
|
815
|
+
|
|
816
|
+
|
|
817
|
+
/**
|
|
818
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
819
|
+
* format), writing to the given BinaryWriter.
|
|
820
|
+
* @param {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse} message
|
|
821
|
+
* @param {!jspb.BinaryWriter} writer
|
|
822
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
823
|
+
*/
|
|
824
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.serializeBinaryToWriter = function(message, writer) {
|
|
825
|
+
var f = undefined;
|
|
826
|
+
f = message.getMessage();
|
|
827
|
+
if (f.length > 0) {
|
|
828
|
+
writer.writeString(
|
|
829
|
+
1,
|
|
830
|
+
f
|
|
831
|
+
);
|
|
832
|
+
}
|
|
833
|
+
};
|
|
834
|
+
|
|
835
|
+
|
|
836
|
+
/**
|
|
837
|
+
* optional string message = 1;
|
|
838
|
+
* @return {string}
|
|
839
|
+
*/
|
|
840
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.prototype.getMessage = function() {
|
|
841
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
842
|
+
};
|
|
843
|
+
|
|
844
|
+
|
|
845
|
+
/**
|
|
846
|
+
* @param {string} value
|
|
847
|
+
* @return {!proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse} returns this
|
|
848
|
+
*/
|
|
849
|
+
proto.lansweeper.integrationslimitchecker.v1.ExportStatusLimitCheckerOrgResponse.prototype.setMessage = function(value) {
|
|
850
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
851
|
+
};
|
|
852
|
+
|
|
853
|
+
|
|
854
|
+
|
|
855
|
+
|
|
856
|
+
|
|
493
857
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
494
858
|
/**
|
|
495
859
|
* Creates an object representation of this proto.
|