@lansweeper/data-platform-outbound-grpc 0.4.10 → 0.6.0
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 +24 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_grpc_pb.d.ts +17 -0
- package/gen-proto/outbound_grpc_pb.js +12 -0
- package/gen-proto/outbound_pb.d.ts +254 -0
- package/gen-proto/outbound_pb.js +2056 -1
- package/generated-go/outbound.pb.go +4048 -3501
- package/generated-go/outbound_grpc.pb.go +40 -0
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +47 -1
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinterOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Printer$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Printer$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Printer.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/PrinterOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +47 -1
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinter.java +5697 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryPrinterOrBuilder.java +649 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1071 -1007
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Printer.java +243 -4
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/PrinterOrBuilder.java +27 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +3 -1
- package/model/target/{outbound-model-0.4.9-sources.jar → outbound-model-0.5.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.4.9.jar → outbound-model-0.5.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +47 -1
- package/service/pom.xml +1 -1
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$1.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$2.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$3.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceBaseDescriptorSupplier.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceBlockingStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceFileDescriptorSupplier.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceFutureStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceImplBase.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceMethodDescriptorSupplier.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc$MethodHandlers.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceImplBase.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$MethodHandlers.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$ReactorDataCoreBackofficeServiceStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc.class +0 -0
- package/service/target/generated-sources/protobuf/grpc-java/com/lansweeper/dp/outbound/v1/DataCoreBackofficeServiceGrpc.java +86 -0
- package/service/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc.java +40 -0
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/outbound-service-0.5.0-sources.jar +0 -0
- package/service/target/outbound-service-0.5.0.jar +0 -0
- package/service/target/outbound-service-0.4.9-sources.jar +0 -0
- package/service/target/outbound-service-0.4.9.jar +0 -0
|
@@ -120,6 +120,7 @@ interface IDataCoreBackofficeServiceService extends grpc.ServiceDefinition<grpc.
|
|
|
120
120
|
deleteSite: IDataCoreBackofficeServiceService_IDeleteSite;
|
|
121
121
|
entityDeconcile: IDataCoreBackofficeServiceService_IEntityDeconcile;
|
|
122
122
|
correlationIndexRealignment: IDataCoreBackofficeServiceService_ICorrelationIndexRealignment;
|
|
123
|
+
refreshEntityCount: IDataCoreBackofficeServiceService_IRefreshEntityCount;
|
|
123
124
|
}
|
|
124
125
|
|
|
125
126
|
interface IDataCoreBackofficeServiceService_ICreateEntity extends grpc.MethodDefinition<outbound_pb.Entity, outbound_pb.Entity> {
|
|
@@ -221,6 +222,15 @@ interface IDataCoreBackofficeServiceService_ICorrelationIndexRealignment extends
|
|
|
221
222
|
responseSerialize: grpc.serialize<outbound_pb.CorrelationIndexRealignmentResponse>;
|
|
222
223
|
responseDeserialize: grpc.deserialize<outbound_pb.CorrelationIndexRealignmentResponse>;
|
|
223
224
|
}
|
|
225
|
+
interface IDataCoreBackofficeServiceService_IRefreshEntityCount extends grpc.MethodDefinition<outbound_pb.SiteKey, outbound_pb.Site> {
|
|
226
|
+
path: "/com.lansweeper.dp.outbound.v1.DataCoreBackofficeService/RefreshEntityCount";
|
|
227
|
+
requestStream: false;
|
|
228
|
+
responseStream: false;
|
|
229
|
+
requestSerialize: grpc.serialize<outbound_pb.SiteKey>;
|
|
230
|
+
requestDeserialize: grpc.deserialize<outbound_pb.SiteKey>;
|
|
231
|
+
responseSerialize: grpc.serialize<outbound_pb.Site>;
|
|
232
|
+
responseDeserialize: grpc.deserialize<outbound_pb.Site>;
|
|
233
|
+
}
|
|
224
234
|
|
|
225
235
|
export const DataCoreBackofficeServiceService: IDataCoreBackofficeServiceService;
|
|
226
236
|
|
|
@@ -236,6 +246,7 @@ export interface IDataCoreBackofficeServiceServer extends grpc.UntypedServiceImp
|
|
|
236
246
|
deleteSite: grpc.handleUnaryCall<outbound_pb.SiteKey, outbound_pb.Site>;
|
|
237
247
|
entityDeconcile: grpc.handleUnaryCall<outbound_pb.DeconcileRequest, outbound_pb.DeconcileResponse>;
|
|
238
248
|
correlationIndexRealignment: grpc.handleUnaryCall<outbound_pb.CorrelationRealignmentRequest, outbound_pb.CorrelationIndexRealignmentResponse>;
|
|
249
|
+
refreshEntityCount: grpc.handleUnaryCall<outbound_pb.SiteKey, outbound_pb.Site>;
|
|
239
250
|
}
|
|
240
251
|
|
|
241
252
|
export interface IDataCoreBackofficeServiceClient {
|
|
@@ -271,6 +282,9 @@ export interface IDataCoreBackofficeServiceClient {
|
|
|
271
282
|
correlationIndexRealignment(request: outbound_pb.CorrelationRealignmentRequest, callback: (error: grpc.ServiceError | null, response: outbound_pb.CorrelationIndexRealignmentResponse) => void): grpc.ClientUnaryCall;
|
|
272
283
|
correlationIndexRealignment(request: outbound_pb.CorrelationRealignmentRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: outbound_pb.CorrelationIndexRealignmentResponse) => void): grpc.ClientUnaryCall;
|
|
273
284
|
correlationIndexRealignment(request: outbound_pb.CorrelationRealignmentRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: outbound_pb.CorrelationIndexRealignmentResponse) => void): grpc.ClientUnaryCall;
|
|
285
|
+
refreshEntityCount(request: outbound_pb.SiteKey, callback: (error: grpc.ServiceError | null, response: outbound_pb.Site) => void): grpc.ClientUnaryCall;
|
|
286
|
+
refreshEntityCount(request: outbound_pb.SiteKey, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: outbound_pb.Site) => void): grpc.ClientUnaryCall;
|
|
287
|
+
refreshEntityCount(request: outbound_pb.SiteKey, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: outbound_pb.Site) => void): grpc.ClientUnaryCall;
|
|
274
288
|
}
|
|
275
289
|
|
|
276
290
|
export class DataCoreBackofficeServiceClient extends grpc.Client implements IDataCoreBackofficeServiceClient {
|
|
@@ -307,4 +321,7 @@ export class DataCoreBackofficeServiceClient extends grpc.Client implements IDat
|
|
|
307
321
|
public correlationIndexRealignment(request: outbound_pb.CorrelationRealignmentRequest, callback: (error: grpc.ServiceError | null, response: outbound_pb.CorrelationIndexRealignmentResponse) => void): grpc.ClientUnaryCall;
|
|
308
322
|
public correlationIndexRealignment(request: outbound_pb.CorrelationRealignmentRequest, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: outbound_pb.CorrelationIndexRealignmentResponse) => void): grpc.ClientUnaryCall;
|
|
309
323
|
public correlationIndexRealignment(request: outbound_pb.CorrelationRealignmentRequest, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: outbound_pb.CorrelationIndexRealignmentResponse) => void): grpc.ClientUnaryCall;
|
|
324
|
+
public refreshEntityCount(request: outbound_pb.SiteKey, callback: (error: grpc.ServiceError | null, response: outbound_pb.Site) => void): grpc.ClientUnaryCall;
|
|
325
|
+
public refreshEntityCount(request: outbound_pb.SiteKey, metadata: grpc.Metadata, callback: (error: grpc.ServiceError | null, response: outbound_pb.Site) => void): grpc.ClientUnaryCall;
|
|
326
|
+
public refreshEntityCount(request: outbound_pb.SiteKey, metadata: grpc.Metadata, options: Partial<grpc.CallOptions>, callback: (error: grpc.ServiceError | null, response: outbound_pb.Site) => void): grpc.ClientUnaryCall;
|
|
310
327
|
}
|
|
@@ -435,6 +435,18 @@ correlationIndexRealignment: {
|
|
|
435
435
|
responseSerialize: serialize_com_lansweeper_dp_outbound_v1_CorrelationIndexRealignmentResponse,
|
|
436
436
|
responseDeserialize: deserialize_com_lansweeper_dp_outbound_v1_CorrelationIndexRealignmentResponse,
|
|
437
437
|
},
|
|
438
|
+
// Sync Number of saved entities in site storage
|
|
439
|
+
refreshEntityCount: {
|
|
440
|
+
path: '/com.lansweeper.dp.outbound.v1.DataCoreBackofficeService/RefreshEntityCount',
|
|
441
|
+
requestStream: false,
|
|
442
|
+
responseStream: false,
|
|
443
|
+
requestType: outbound_pb.SiteKey,
|
|
444
|
+
responseType: outbound_pb.Site,
|
|
445
|
+
requestSerialize: serialize_com_lansweeper_dp_outbound_v1_SiteKey,
|
|
446
|
+
requestDeserialize: deserialize_com_lansweeper_dp_outbound_v1_SiteKey,
|
|
447
|
+
responseSerialize: serialize_com_lansweeper_dp_outbound_v1_Site,
|
|
448
|
+
responseDeserialize: deserialize_com_lansweeper_dp_outbound_v1_Site,
|
|
449
|
+
},
|
|
438
450
|
};
|
|
439
451
|
|
|
440
452
|
exports.DataCoreBackofficeServiceClient = grpc.makeGenericClientConstructor(DataCoreBackofficeServiceService);
|
|
@@ -16045,6 +16045,11 @@ export class Printer extends jspb.Message {
|
|
|
16045
16045
|
setTonerList(value: Array<PrinterTonerInfo>): Printer;
|
|
16046
16046
|
addToner(value?: PrinterTonerInfo, index?: number): PrinterTonerInfo;
|
|
16047
16047
|
|
|
16048
|
+
hasAdPrinter(): boolean;
|
|
16049
|
+
clearAdPrinter(): void;
|
|
16050
|
+
getAdPrinter(): ActiveDirectoryPrinter | undefined;
|
|
16051
|
+
setAdPrinter(value?: ActiveDirectoryPrinter): Printer;
|
|
16052
|
+
|
|
16048
16053
|
serializeBinary(): Uint8Array;
|
|
16049
16054
|
toObject(includeInstance?: boolean): Printer.AsObject;
|
|
16050
16055
|
static toObject(includeInstance: boolean, msg: Printer): Printer.AsObject;
|
|
@@ -16064,6 +16069,7 @@ export namespace Printer {
|
|
|
16064
16069
|
printerStatus?: string,
|
|
16065
16070
|
serialNumber?: string,
|
|
16066
16071
|
tonerList: Array<PrinterTonerInfo.AsObject>,
|
|
16072
|
+
adPrinter?: ActiveDirectoryPrinter.AsObject,
|
|
16067
16073
|
}
|
|
16068
16074
|
}
|
|
16069
16075
|
|
|
@@ -16725,6 +16731,254 @@ export namespace ActiveDirectoryComputer {
|
|
|
16725
16731
|
}
|
|
16726
16732
|
}
|
|
16727
16733
|
|
|
16734
|
+
export class ActiveDirectoryPrinter extends jspb.Message {
|
|
16735
|
+
|
|
16736
|
+
hasDescription(): boolean;
|
|
16737
|
+
clearDescription(): void;
|
|
16738
|
+
getDescription(): string | undefined;
|
|
16739
|
+
setDescription(value: string): ActiveDirectoryPrinter;
|
|
16740
|
+
|
|
16741
|
+
hasCn(): boolean;
|
|
16742
|
+
clearCn(): void;
|
|
16743
|
+
getCn(): string | undefined;
|
|
16744
|
+
setCn(value: string): ActiveDirectoryPrinter;
|
|
16745
|
+
|
|
16746
|
+
hasDriverVersion(): boolean;
|
|
16747
|
+
clearDriverVersion(): void;
|
|
16748
|
+
getDriverVersion(): number | undefined;
|
|
16749
|
+
setDriverVersion(value: number): ActiveDirectoryPrinter;
|
|
16750
|
+
|
|
16751
|
+
hasServerName(): boolean;
|
|
16752
|
+
clearServerName(): void;
|
|
16753
|
+
getServerName(): string | undefined;
|
|
16754
|
+
setServerName(value: string): ActiveDirectoryPrinter;
|
|
16755
|
+
|
|
16756
|
+
hasDScorePropagationData(): boolean;
|
|
16757
|
+
clearDScorePropagationData(): void;
|
|
16758
|
+
getDScorePropagationData(): string | undefined;
|
|
16759
|
+
setDScorePropagationData(value: string): ActiveDirectoryPrinter;
|
|
16760
|
+
|
|
16761
|
+
hasNtSecurityDescriptor(): boolean;
|
|
16762
|
+
clearNtSecurityDescriptor(): void;
|
|
16763
|
+
getNtSecurityDescriptor(): string | undefined;
|
|
16764
|
+
setNtSecurityDescriptor(value: string): ActiveDirectoryPrinter;
|
|
16765
|
+
|
|
16766
|
+
hasPrintStartTime(): boolean;
|
|
16767
|
+
clearPrintStartTime(): void;
|
|
16768
|
+
getPrintStartTime(): number | undefined;
|
|
16769
|
+
setPrintStartTime(value: number): ActiveDirectoryPrinter;
|
|
16770
|
+
clearPrintBinNamesList(): void;
|
|
16771
|
+
getPrintBinNamesList(): Array<string>;
|
|
16772
|
+
setPrintBinNamesList(value: Array<string>): ActiveDirectoryPrinter;
|
|
16773
|
+
addPrintBinNames(value: string, index?: number): string;
|
|
16774
|
+
|
|
16775
|
+
hasPrintColor(): boolean;
|
|
16776
|
+
clearPrintColor(): void;
|
|
16777
|
+
getPrintColor(): boolean | undefined;
|
|
16778
|
+
setPrintColor(value: boolean): ActiveDirectoryPrinter;
|
|
16779
|
+
|
|
16780
|
+
hasPrintKeepPrintedJobs(): boolean;
|
|
16781
|
+
clearPrintKeepPrintedJobs(): void;
|
|
16782
|
+
getPrintKeepPrintedJobs(): boolean | undefined;
|
|
16783
|
+
setPrintKeepPrintedJobs(value: boolean): ActiveDirectoryPrinter;
|
|
16784
|
+
|
|
16785
|
+
hasPrintSpooling(): boolean;
|
|
16786
|
+
clearPrintSpooling(): void;
|
|
16787
|
+
getPrintSpooling(): string | undefined;
|
|
16788
|
+
setPrintSpooling(value: string): ActiveDirectoryPrinter;
|
|
16789
|
+
|
|
16790
|
+
hasPrintDuplexSupported(): boolean;
|
|
16791
|
+
clearPrintDuplexSupported(): void;
|
|
16792
|
+
getPrintDuplexSupported(): boolean | undefined;
|
|
16793
|
+
setPrintDuplexSupported(value: boolean): ActiveDirectoryPrinter;
|
|
16794
|
+
|
|
16795
|
+
hasPrintMinYExtent(): boolean;
|
|
16796
|
+
clearPrintMinYExtent(): void;
|
|
16797
|
+
getPrintMinYExtent(): number | undefined;
|
|
16798
|
+
setPrintMinYExtent(value: number): ActiveDirectoryPrinter;
|
|
16799
|
+
|
|
16800
|
+
hasPrintMaxYExtent(): boolean;
|
|
16801
|
+
clearPrintMaxYExtent(): void;
|
|
16802
|
+
getPrintMaxYExtent(): number | undefined;
|
|
16803
|
+
setPrintMaxYExtent(value: number): ActiveDirectoryPrinter;
|
|
16804
|
+
|
|
16805
|
+
hasPrintMinXExtent(): boolean;
|
|
16806
|
+
clearPrintMinXExtent(): void;
|
|
16807
|
+
getPrintMinXExtent(): number | undefined;
|
|
16808
|
+
setPrintMinXExtent(value: number): ActiveDirectoryPrinter;
|
|
16809
|
+
|
|
16810
|
+
hasPrintMaxXExtent(): boolean;
|
|
16811
|
+
clearPrintMaxXExtent(): void;
|
|
16812
|
+
getPrintMaxXExtent(): number | undefined;
|
|
16813
|
+
setPrintMaxXExtent(value: number): ActiveDirectoryPrinter;
|
|
16814
|
+
|
|
16815
|
+
hasPrintMaxResolutionSupported(): boolean;
|
|
16816
|
+
clearPrintMaxResolutionSupported(): void;
|
|
16817
|
+
getPrintMaxResolutionSupported(): number | undefined;
|
|
16818
|
+
setPrintMaxResolutionSupported(value: number): ActiveDirectoryPrinter;
|
|
16819
|
+
|
|
16820
|
+
hasPrintPagesPerMinute(): boolean;
|
|
16821
|
+
clearPrintPagesPerMinute(): void;
|
|
16822
|
+
getPrintPagesPerMinute(): number | undefined;
|
|
16823
|
+
setPrintPagesPerMinute(value: number): ActiveDirectoryPrinter;
|
|
16824
|
+
|
|
16825
|
+
hasPrintStaplingSupported(): boolean;
|
|
16826
|
+
clearPrintStaplingSupported(): void;
|
|
16827
|
+
getPrintStaplingSupported(): boolean | undefined;
|
|
16828
|
+
setPrintStaplingSupported(value: boolean): ActiveDirectoryPrinter;
|
|
16829
|
+
|
|
16830
|
+
hasInstanceType(): boolean;
|
|
16831
|
+
clearInstanceType(): void;
|
|
16832
|
+
getInstanceType(): number | undefined;
|
|
16833
|
+
setInstanceType(value: number): ActiveDirectoryPrinter;
|
|
16834
|
+
|
|
16835
|
+
hasPrintCollate(): boolean;
|
|
16836
|
+
clearPrintCollate(): void;
|
|
16837
|
+
getPrintCollate(): boolean | undefined;
|
|
16838
|
+
setPrintCollate(value: boolean): ActiveDirectoryPrinter;
|
|
16839
|
+
|
|
16840
|
+
hasPrintRate(): boolean;
|
|
16841
|
+
clearPrintRate(): void;
|
|
16842
|
+
getPrintRate(): number | undefined;
|
|
16843
|
+
setPrintRate(value: number): ActiveDirectoryPrinter;
|
|
16844
|
+
|
|
16845
|
+
hasPrintRateUnit(): boolean;
|
|
16846
|
+
clearPrintRateUnit(): void;
|
|
16847
|
+
getPrintRateUnit(): string | undefined;
|
|
16848
|
+
setPrintRateUnit(value: string): ActiveDirectoryPrinter;
|
|
16849
|
+
|
|
16850
|
+
hasPrintEndTime(): boolean;
|
|
16851
|
+
clearPrintEndTime(): void;
|
|
16852
|
+
getPrintEndTime(): number | undefined;
|
|
16853
|
+
setPrintEndTime(value: number): ActiveDirectoryPrinter;
|
|
16854
|
+
|
|
16855
|
+
hasPortName(): boolean;
|
|
16856
|
+
clearPortName(): void;
|
|
16857
|
+
getPortName(): string | undefined;
|
|
16858
|
+
setPortName(value: string): ActiveDirectoryPrinter;
|
|
16859
|
+
|
|
16860
|
+
hasPriority(): boolean;
|
|
16861
|
+
clearPriority(): void;
|
|
16862
|
+
getPriority(): string | undefined;
|
|
16863
|
+
setPriority(value: string): ActiveDirectoryPrinter;
|
|
16864
|
+
|
|
16865
|
+
hasVersionNumber(): boolean;
|
|
16866
|
+
clearVersionNumber(): void;
|
|
16867
|
+
getVersionNumber(): string | undefined;
|
|
16868
|
+
setVersionNumber(value: string): ActiveDirectoryPrinter;
|
|
16869
|
+
|
|
16870
|
+
hasPrinterName(): boolean;
|
|
16871
|
+
clearPrinterName(): void;
|
|
16872
|
+
getPrinterName(): string | undefined;
|
|
16873
|
+
setPrinterName(value: string): ActiveDirectoryPrinter;
|
|
16874
|
+
|
|
16875
|
+
hasShortServerName(): boolean;
|
|
16876
|
+
clearShortServerName(): void;
|
|
16877
|
+
getShortServerName(): string | undefined;
|
|
16878
|
+
setShortServerName(value: string): ActiveDirectoryPrinter;
|
|
16879
|
+
|
|
16880
|
+
hasPrintMediaReady(): boolean;
|
|
16881
|
+
clearPrintMediaReady(): void;
|
|
16882
|
+
getPrintMediaReady(): string | undefined;
|
|
16883
|
+
setPrintMediaReady(value: string): ActiveDirectoryPrinter;
|
|
16884
|
+
clearPrintMediaSupportedList(): void;
|
|
16885
|
+
getPrintMediaSupportedList(): Array<string>;
|
|
16886
|
+
setPrintMediaSupportedList(value: Array<string>): ActiveDirectoryPrinter;
|
|
16887
|
+
addPrintMediaSupported(value: string, index?: number): string;
|
|
16888
|
+
|
|
16889
|
+
hasUncName(): boolean;
|
|
16890
|
+
clearUncName(): void;
|
|
16891
|
+
getUncName(): string | undefined;
|
|
16892
|
+
setUncName(value: string): ActiveDirectoryPrinter;
|
|
16893
|
+
|
|
16894
|
+
hasUsnChanged(): boolean;
|
|
16895
|
+
clearUsnChanged(): void;
|
|
16896
|
+
getUsnChanged(): string | undefined;
|
|
16897
|
+
setUsnChanged(value: string): ActiveDirectoryPrinter;
|
|
16898
|
+
|
|
16899
|
+
hasUsnCreated(): boolean;
|
|
16900
|
+
clearUsnCreated(): void;
|
|
16901
|
+
getUsnCreated(): string | undefined;
|
|
16902
|
+
setUsnCreated(value: string): ActiveDirectoryPrinter;
|
|
16903
|
+
|
|
16904
|
+
hasCategory(): boolean;
|
|
16905
|
+
clearCategory(): void;
|
|
16906
|
+
getCategory(): string | undefined;
|
|
16907
|
+
setCategory(value: string): ActiveDirectoryPrinter;
|
|
16908
|
+
|
|
16909
|
+
hasDriverName(): boolean;
|
|
16910
|
+
clearDriverName(): void;
|
|
16911
|
+
getDriverName(): string | undefined;
|
|
16912
|
+
setDriverName(value: string): ActiveDirectoryPrinter;
|
|
16913
|
+
clearPrintOrientationsSupportedList(): void;
|
|
16914
|
+
getPrintOrientationsSupportedList(): Array<string>;
|
|
16915
|
+
setPrintOrientationsSupportedList(value: Array<string>): ActiveDirectoryPrinter;
|
|
16916
|
+
addPrintOrientationsSupported(value: string, index?: number): string;
|
|
16917
|
+
|
|
16918
|
+
hasPrintShareName(): boolean;
|
|
16919
|
+
clearPrintShareName(): void;
|
|
16920
|
+
getPrintShareName(): string | undefined;
|
|
16921
|
+
setPrintShareName(value: string): ActiveDirectoryPrinter;
|
|
16922
|
+
|
|
16923
|
+
hasIpAddress(): boolean;
|
|
16924
|
+
clearIpAddress(): void;
|
|
16925
|
+
getIpAddress(): string | undefined;
|
|
16926
|
+
setIpAddress(value: string): ActiveDirectoryPrinter;
|
|
16927
|
+
|
|
16928
|
+
serializeBinary(): Uint8Array;
|
|
16929
|
+
toObject(includeInstance?: boolean): ActiveDirectoryPrinter.AsObject;
|
|
16930
|
+
static toObject(includeInstance: boolean, msg: ActiveDirectoryPrinter): ActiveDirectoryPrinter.AsObject;
|
|
16931
|
+
static extensions: {[key: number]: jspb.ExtensionFieldInfo<jspb.Message>};
|
|
16932
|
+
static extensionsBinary: {[key: number]: jspb.ExtensionFieldBinaryInfo<jspb.Message>};
|
|
16933
|
+
static serializeBinaryToWriter(message: ActiveDirectoryPrinter, writer: jspb.BinaryWriter): void;
|
|
16934
|
+
static deserializeBinary(bytes: Uint8Array): ActiveDirectoryPrinter;
|
|
16935
|
+
static deserializeBinaryFromReader(message: ActiveDirectoryPrinter, reader: jspb.BinaryReader): ActiveDirectoryPrinter;
|
|
16936
|
+
}
|
|
16937
|
+
|
|
16938
|
+
export namespace ActiveDirectoryPrinter {
|
|
16939
|
+
export type AsObject = {
|
|
16940
|
+
description?: string,
|
|
16941
|
+
cn?: string,
|
|
16942
|
+
driverVersion?: number,
|
|
16943
|
+
serverName?: string,
|
|
16944
|
+
dScorePropagationData?: string,
|
|
16945
|
+
ntSecurityDescriptor?: string,
|
|
16946
|
+
printStartTime?: number,
|
|
16947
|
+
printBinNamesList: Array<string>,
|
|
16948
|
+
printColor?: boolean,
|
|
16949
|
+
printKeepPrintedJobs?: boolean,
|
|
16950
|
+
printSpooling?: string,
|
|
16951
|
+
printDuplexSupported?: boolean,
|
|
16952
|
+
printMinYExtent?: number,
|
|
16953
|
+
printMaxYExtent?: number,
|
|
16954
|
+
printMinXExtent?: number,
|
|
16955
|
+
printMaxXExtent?: number,
|
|
16956
|
+
printMaxResolutionSupported?: number,
|
|
16957
|
+
printPagesPerMinute?: number,
|
|
16958
|
+
printStaplingSupported?: boolean,
|
|
16959
|
+
instanceType?: number,
|
|
16960
|
+
printCollate?: boolean,
|
|
16961
|
+
printRate?: number,
|
|
16962
|
+
printRateUnit?: string,
|
|
16963
|
+
printEndTime?: number,
|
|
16964
|
+
portName?: string,
|
|
16965
|
+
priority?: string,
|
|
16966
|
+
versionNumber?: string,
|
|
16967
|
+
printerName?: string,
|
|
16968
|
+
shortServerName?: string,
|
|
16969
|
+
printMediaReady?: string,
|
|
16970
|
+
printMediaSupportedList: Array<string>,
|
|
16971
|
+
uncName?: string,
|
|
16972
|
+
usnChanged?: string,
|
|
16973
|
+
usnCreated?: string,
|
|
16974
|
+
category?: string,
|
|
16975
|
+
driverName?: string,
|
|
16976
|
+
printOrientationsSupportedList: Array<string>,
|
|
16977
|
+
printShareName?: string,
|
|
16978
|
+
ipAddress?: string,
|
|
16979
|
+
}
|
|
16980
|
+
}
|
|
16981
|
+
|
|
16728
16982
|
export class ActiveDirectoryDomain extends jspb.Message {
|
|
16729
16983
|
|
|
16730
16984
|
hasAdObject(): boolean;
|