@lansweeper/data-platform-outbound-grpc 0.1.130 → 0.1.131
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 +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +6 -34
- package/gen-proto/outbound_pb.js +54 -314
- package/generated-go/outbound.pb.go +6901 -6961
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +4 -11
|
@@ -1377,30 +1377,6 @@ export class ReconciliationInfo extends jspb.Message {
|
|
|
1377
1377
|
getMasterType(): ReconciliationInfo.MasterType | undefined;
|
|
1378
1378
|
setMasterType(value: ReconciliationInfo.MasterType): ReconciliationInfo;
|
|
1379
1379
|
|
|
1380
|
-
hasMaster(): boolean;
|
|
1381
|
-
clearMaster(): void;
|
|
1382
|
-
getMaster(): EntityPath | undefined;
|
|
1383
|
-
setMaster(value?: EntityPath): ReconciliationInfo;
|
|
1384
|
-
|
|
1385
|
-
hasReference(): boolean;
|
|
1386
|
-
clearReference(): void;
|
|
1387
|
-
getReference(): EntityPath | undefined;
|
|
1388
|
-
setReference(value?: EntityPath): ReconciliationInfo;
|
|
1389
|
-
clearAliasList(): void;
|
|
1390
|
-
getAliasList(): Array<EntityPath>;
|
|
1391
|
-
setAliasList(value: Array<EntityPath>): ReconciliationInfo;
|
|
1392
|
-
addAlias(value?: EntityPath, index?: number): EntityPath;
|
|
1393
|
-
|
|
1394
|
-
hasConfidence(): boolean;
|
|
1395
|
-
clearConfidence(): void;
|
|
1396
|
-
getConfidence(): number | undefined;
|
|
1397
|
-
setConfidence(value: number): ReconciliationInfo;
|
|
1398
|
-
|
|
1399
|
-
hasDebugString(): boolean;
|
|
1400
|
-
clearDebugString(): void;
|
|
1401
|
-
getDebugString(): string | undefined;
|
|
1402
|
-
setDebugString(value: string): ReconciliationInfo;
|
|
1403
|
-
|
|
1404
1380
|
hasMasterAsset(): boolean;
|
|
1405
1381
|
clearMasterAsset(): void;
|
|
1406
1382
|
getMasterAsset(): CorrelationInfo | undefined;
|
|
@@ -1430,11 +1406,6 @@ export namespace ReconciliationInfo {
|
|
|
1430
1406
|
correlationTime?: google_protobuf_timestamp_pb.Timestamp.AsObject,
|
|
1431
1407
|
state: ReconciliationInfo.EntryState,
|
|
1432
1408
|
masterType?: ReconciliationInfo.MasterType,
|
|
1433
|
-
master?: EntityPath.AsObject,
|
|
1434
|
-
reference?: EntityPath.AsObject,
|
|
1435
|
-
aliasList: Array<EntityPath.AsObject>,
|
|
1436
|
-
confidence?: number,
|
|
1437
|
-
debugString?: string,
|
|
1438
1409
|
masterAsset?: CorrelationInfo.AsObject,
|
|
1439
1410
|
referenceAsset?: CorrelationInfo.AsObject,
|
|
1440
1411
|
aliasAssetList: Array<CorrelationInfo.AsObject>,
|
|
@@ -1458,10 +1429,6 @@ export class CorrelationInfo extends jspb.Message {
|
|
|
1458
1429
|
clearEntity(): void;
|
|
1459
1430
|
getEntity(): EntityPath | undefined;
|
|
1460
1431
|
setEntity(value?: EntityPath): CorrelationInfo;
|
|
1461
|
-
clearTagsList(): void;
|
|
1462
|
-
getTagsList(): Array<Tag>;
|
|
1463
|
-
setTagsList(value: Array<Tag>): CorrelationInfo;
|
|
1464
|
-
addTags(value?: Tag, index?: number): Tag;
|
|
1465
1432
|
|
|
1466
1433
|
hasConfidence(): boolean;
|
|
1467
1434
|
clearConfidence(): void;
|
|
@@ -1473,6 +1440,11 @@ export class CorrelationInfo extends jspb.Message {
|
|
|
1473
1440
|
getDebugString(): string | undefined;
|
|
1474
1441
|
setDebugString(value: string): CorrelationInfo;
|
|
1475
1442
|
|
|
1443
|
+
hasCorrelationFields(): boolean;
|
|
1444
|
+
clearCorrelationFields(): void;
|
|
1445
|
+
getCorrelationFields(): CorrelationFields | undefined;
|
|
1446
|
+
setCorrelationFields(value?: CorrelationFields): CorrelationInfo;
|
|
1447
|
+
|
|
1476
1448
|
serializeBinary(): Uint8Array;
|
|
1477
1449
|
toObject(includeInstance?: boolean): CorrelationInfo.AsObject;
|
|
1478
1450
|
static toObject(includeInstance: boolean, msg: CorrelationInfo): CorrelationInfo.AsObject;
|
|
@@ -1486,9 +1458,9 @@ export class CorrelationInfo extends jspb.Message {
|
|
|
1486
1458
|
export namespace CorrelationInfo {
|
|
1487
1459
|
export type AsObject = {
|
|
1488
1460
|
entity?: EntityPath.AsObject,
|
|
1489
|
-
tagsList: Array<Tag.AsObject>,
|
|
1490
1461
|
confidence?: number,
|
|
1491
1462
|
debugString?: string,
|
|
1463
|
+
correlationFields?: CorrelationFields.AsObject,
|
|
1492
1464
|
}
|
|
1493
1465
|
}
|
|
1494
1466
|
|
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -739,7 +739,7 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
739
739
|
* @constructor
|
|
740
740
|
*/
|
|
741
741
|
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo = function(opt_data) {
|
|
742
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
742
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
743
743
|
};
|
|
744
744
|
goog.inherits(proto.com.lansweeper.dp.outbound.v1.CorrelationInfo, jspb.Message);
|
|
745
745
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -15736,7 +15736,7 @@ proto.com.lansweeper.dp.outbound.v1.CorrField.prototype.clearValueList = functio
|
|
|
15736
15736
|
* @private {!Array<number>}
|
|
15737
15737
|
* @const
|
|
15738
15738
|
*/
|
|
15739
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.repeatedFields_ = [
|
|
15739
|
+
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.repeatedFields_ = [11];
|
|
15740
15740
|
|
|
15741
15741
|
|
|
15742
15742
|
|
|
@@ -15772,12 +15772,6 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.toObject = function(inclu
|
|
|
15772
15772
|
correlationTime: (f = msg.getCorrelationTime()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
15773
15773
|
state: jspb.Message.getFieldWithDefault(msg, 2, 0),
|
|
15774
15774
|
masterType: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
15775
|
-
master: (f = msg.getMaster()) && proto.com.lansweeper.dp.outbound.v1.EntityPath.toObject(includeInstance, f),
|
|
15776
|
-
reference: (f = msg.getReference()) && proto.com.lansweeper.dp.outbound.v1.EntityPath.toObject(includeInstance, f),
|
|
15777
|
-
aliasList: jspb.Message.toObjectList(msg.getAliasList(),
|
|
15778
|
-
proto.com.lansweeper.dp.outbound.v1.EntityPath.toObject, includeInstance),
|
|
15779
|
-
confidence: jspb.Message.getFieldWithDefault(msg, 7, 0),
|
|
15780
|
-
debugString: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
15781
15775
|
masterAsset: (f = msg.getMasterAsset()) && proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject(includeInstance, f),
|
|
15782
15776
|
referenceAsset: (f = msg.getReferenceAsset()) && proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject(includeInstance, f),
|
|
15783
15777
|
aliasAssetList: jspb.Message.toObjectList(msg.getAliasAssetList(),
|
|
@@ -15831,29 +15825,6 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.deserializeBinaryFromRead
|
|
|
15831
15825
|
var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.MasterType} */ (reader.readEnum());
|
|
15832
15826
|
msg.setMasterType(value);
|
|
15833
15827
|
break;
|
|
15834
|
-
case 4:
|
|
15835
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.EntityPath;
|
|
15836
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.EntityPath.deserializeBinaryFromReader);
|
|
15837
|
-
msg.setMaster(value);
|
|
15838
|
-
break;
|
|
15839
|
-
case 5:
|
|
15840
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.EntityPath;
|
|
15841
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.EntityPath.deserializeBinaryFromReader);
|
|
15842
|
-
msg.setReference(value);
|
|
15843
|
-
break;
|
|
15844
|
-
case 6:
|
|
15845
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.EntityPath;
|
|
15846
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.EntityPath.deserializeBinaryFromReader);
|
|
15847
|
-
msg.addAlias(value);
|
|
15848
|
-
break;
|
|
15849
|
-
case 7:
|
|
15850
|
-
var value = /** @type {number} */ (reader.readInt32());
|
|
15851
|
-
msg.setConfidence(value);
|
|
15852
|
-
break;
|
|
15853
|
-
case 8:
|
|
15854
|
-
var value = /** @type {string} */ (reader.readString());
|
|
15855
|
-
msg.setDebugString(value);
|
|
15856
|
-
break;
|
|
15857
15828
|
case 9:
|
|
15858
15829
|
var value = new proto.com.lansweeper.dp.outbound.v1.CorrelationInfo;
|
|
15859
15830
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.deserializeBinaryFromReader);
|
|
@@ -15920,44 +15891,6 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.serializeBinaryToWriter =
|
|
|
15920
15891
|
f
|
|
15921
15892
|
);
|
|
15922
15893
|
}
|
|
15923
|
-
f = message.getMaster();
|
|
15924
|
-
if (f != null) {
|
|
15925
|
-
writer.writeMessage(
|
|
15926
|
-
4,
|
|
15927
|
-
f,
|
|
15928
|
-
proto.com.lansweeper.dp.outbound.v1.EntityPath.serializeBinaryToWriter
|
|
15929
|
-
);
|
|
15930
|
-
}
|
|
15931
|
-
f = message.getReference();
|
|
15932
|
-
if (f != null) {
|
|
15933
|
-
writer.writeMessage(
|
|
15934
|
-
5,
|
|
15935
|
-
f,
|
|
15936
|
-
proto.com.lansweeper.dp.outbound.v1.EntityPath.serializeBinaryToWriter
|
|
15937
|
-
);
|
|
15938
|
-
}
|
|
15939
|
-
f = message.getAliasList();
|
|
15940
|
-
if (f.length > 0) {
|
|
15941
|
-
writer.writeRepeatedMessage(
|
|
15942
|
-
6,
|
|
15943
|
-
f,
|
|
15944
|
-
proto.com.lansweeper.dp.outbound.v1.EntityPath.serializeBinaryToWriter
|
|
15945
|
-
);
|
|
15946
|
-
}
|
|
15947
|
-
f = /** @type {number} */ (jspb.Message.getField(message, 7));
|
|
15948
|
-
if (f != null) {
|
|
15949
|
-
writer.writeInt32(
|
|
15950
|
-
7,
|
|
15951
|
-
f
|
|
15952
|
-
);
|
|
15953
|
-
}
|
|
15954
|
-
f = /** @type {string} */ (jspb.Message.getField(message, 8));
|
|
15955
|
-
if (f != null) {
|
|
15956
|
-
writer.writeString(
|
|
15957
|
-
8,
|
|
15958
|
-
f
|
|
15959
|
-
);
|
|
15960
|
-
}
|
|
15961
15894
|
f = message.getMasterAsset();
|
|
15962
15895
|
if (f != null) {
|
|
15963
15896
|
writer.writeMessage(
|
|
@@ -16092,190 +16025,6 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.hasMasterType =
|
|
|
16092
16025
|
};
|
|
16093
16026
|
|
|
16094
16027
|
|
|
16095
|
-
/**
|
|
16096
|
-
* optional EntityPath master = 4;
|
|
16097
|
-
* @return {?proto.com.lansweeper.dp.outbound.v1.EntityPath}
|
|
16098
|
-
*/
|
|
16099
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.getMaster = function() {
|
|
16100
|
-
return /** @type{?proto.com.lansweeper.dp.outbound.v1.EntityPath} */ (
|
|
16101
|
-
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.EntityPath, 4));
|
|
16102
|
-
};
|
|
16103
|
-
|
|
16104
|
-
|
|
16105
|
-
/**
|
|
16106
|
-
* @param {?proto.com.lansweeper.dp.outbound.v1.EntityPath|undefined} value
|
|
16107
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16108
|
-
*/
|
|
16109
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.setMaster = function(value) {
|
|
16110
|
-
return jspb.Message.setWrapperField(this, 4, value);
|
|
16111
|
-
};
|
|
16112
|
-
|
|
16113
|
-
|
|
16114
|
-
/**
|
|
16115
|
-
* Clears the message field making it undefined.
|
|
16116
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16117
|
-
*/
|
|
16118
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.clearMaster = function() {
|
|
16119
|
-
return this.setMaster(undefined);
|
|
16120
|
-
};
|
|
16121
|
-
|
|
16122
|
-
|
|
16123
|
-
/**
|
|
16124
|
-
* Returns whether this field is set.
|
|
16125
|
-
* @return {boolean}
|
|
16126
|
-
*/
|
|
16127
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.hasMaster = function() {
|
|
16128
|
-
return jspb.Message.getField(this, 4) != null;
|
|
16129
|
-
};
|
|
16130
|
-
|
|
16131
|
-
|
|
16132
|
-
/**
|
|
16133
|
-
* optional EntityPath reference = 5;
|
|
16134
|
-
* @return {?proto.com.lansweeper.dp.outbound.v1.EntityPath}
|
|
16135
|
-
*/
|
|
16136
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.getReference = function() {
|
|
16137
|
-
return /** @type{?proto.com.lansweeper.dp.outbound.v1.EntityPath} */ (
|
|
16138
|
-
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.EntityPath, 5));
|
|
16139
|
-
};
|
|
16140
|
-
|
|
16141
|
-
|
|
16142
|
-
/**
|
|
16143
|
-
* @param {?proto.com.lansweeper.dp.outbound.v1.EntityPath|undefined} value
|
|
16144
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16145
|
-
*/
|
|
16146
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.setReference = function(value) {
|
|
16147
|
-
return jspb.Message.setWrapperField(this, 5, value);
|
|
16148
|
-
};
|
|
16149
|
-
|
|
16150
|
-
|
|
16151
|
-
/**
|
|
16152
|
-
* Clears the message field making it undefined.
|
|
16153
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16154
|
-
*/
|
|
16155
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.clearReference = function() {
|
|
16156
|
-
return this.setReference(undefined);
|
|
16157
|
-
};
|
|
16158
|
-
|
|
16159
|
-
|
|
16160
|
-
/**
|
|
16161
|
-
* Returns whether this field is set.
|
|
16162
|
-
* @return {boolean}
|
|
16163
|
-
*/
|
|
16164
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.hasReference = function() {
|
|
16165
|
-
return jspb.Message.getField(this, 5) != null;
|
|
16166
|
-
};
|
|
16167
|
-
|
|
16168
|
-
|
|
16169
|
-
/**
|
|
16170
|
-
* repeated EntityPath alias = 6;
|
|
16171
|
-
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.EntityPath>}
|
|
16172
|
-
*/
|
|
16173
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.getAliasList = function() {
|
|
16174
|
-
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.EntityPath>} */ (
|
|
16175
|
-
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.EntityPath, 6));
|
|
16176
|
-
};
|
|
16177
|
-
|
|
16178
|
-
|
|
16179
|
-
/**
|
|
16180
|
-
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.EntityPath>} value
|
|
16181
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16182
|
-
*/
|
|
16183
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.setAliasList = function(value) {
|
|
16184
|
-
return jspb.Message.setRepeatedWrapperField(this, 6, value);
|
|
16185
|
-
};
|
|
16186
|
-
|
|
16187
|
-
|
|
16188
|
-
/**
|
|
16189
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.EntityPath=} opt_value
|
|
16190
|
-
* @param {number=} opt_index
|
|
16191
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.EntityPath}
|
|
16192
|
-
*/
|
|
16193
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.addAlias = function(opt_value, opt_index) {
|
|
16194
|
-
return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.com.lansweeper.dp.outbound.v1.EntityPath, opt_index);
|
|
16195
|
-
};
|
|
16196
|
-
|
|
16197
|
-
|
|
16198
|
-
/**
|
|
16199
|
-
* Clears the list making it empty but non-null.
|
|
16200
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16201
|
-
*/
|
|
16202
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.clearAliasList = function() {
|
|
16203
|
-
return this.setAliasList([]);
|
|
16204
|
-
};
|
|
16205
|
-
|
|
16206
|
-
|
|
16207
|
-
/**
|
|
16208
|
-
* optional int32 confidence = 7;
|
|
16209
|
-
* @return {number}
|
|
16210
|
-
*/
|
|
16211
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.getConfidence = function() {
|
|
16212
|
-
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
|
|
16213
|
-
};
|
|
16214
|
-
|
|
16215
|
-
|
|
16216
|
-
/**
|
|
16217
|
-
* @param {number} value
|
|
16218
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16219
|
-
*/
|
|
16220
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.setConfidence = function(value) {
|
|
16221
|
-
return jspb.Message.setField(this, 7, value);
|
|
16222
|
-
};
|
|
16223
|
-
|
|
16224
|
-
|
|
16225
|
-
/**
|
|
16226
|
-
* Clears the field making it undefined.
|
|
16227
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16228
|
-
*/
|
|
16229
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.clearConfidence = function() {
|
|
16230
|
-
return jspb.Message.setField(this, 7, undefined);
|
|
16231
|
-
};
|
|
16232
|
-
|
|
16233
|
-
|
|
16234
|
-
/**
|
|
16235
|
-
* Returns whether this field is set.
|
|
16236
|
-
* @return {boolean}
|
|
16237
|
-
*/
|
|
16238
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.hasConfidence = function() {
|
|
16239
|
-
return jspb.Message.getField(this, 7) != null;
|
|
16240
|
-
};
|
|
16241
|
-
|
|
16242
|
-
|
|
16243
|
-
/**
|
|
16244
|
-
* optional string debug_string = 8;
|
|
16245
|
-
* @return {string}
|
|
16246
|
-
*/
|
|
16247
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.getDebugString = function() {
|
|
16248
|
-
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
16249
|
-
};
|
|
16250
|
-
|
|
16251
|
-
|
|
16252
|
-
/**
|
|
16253
|
-
* @param {string} value
|
|
16254
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16255
|
-
*/
|
|
16256
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.setDebugString = function(value) {
|
|
16257
|
-
return jspb.Message.setField(this, 8, value);
|
|
16258
|
-
};
|
|
16259
|
-
|
|
16260
|
-
|
|
16261
|
-
/**
|
|
16262
|
-
* Clears the field making it undefined.
|
|
16263
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo} returns this
|
|
16264
|
-
*/
|
|
16265
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.clearDebugString = function() {
|
|
16266
|
-
return jspb.Message.setField(this, 8, undefined);
|
|
16267
|
-
};
|
|
16268
|
-
|
|
16269
|
-
|
|
16270
|
-
/**
|
|
16271
|
-
* Returns whether this field is set.
|
|
16272
|
-
* @return {boolean}
|
|
16273
|
-
*/
|
|
16274
|
-
proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.hasDebugString = function() {
|
|
16275
|
-
return jspb.Message.getField(this, 8) != null;
|
|
16276
|
-
};
|
|
16277
|
-
|
|
16278
|
-
|
|
16279
16028
|
/**
|
|
16280
16029
|
* optional CorrelationInfo master_asset = 9;
|
|
16281
16030
|
* @return {?proto.com.lansweeper.dp.outbound.v1.CorrelationInfo}
|
|
@@ -16389,13 +16138,6 @@ proto.com.lansweeper.dp.outbound.v1.ReconciliationInfo.prototype.clearAliasAsset
|
|
|
16389
16138
|
|
|
16390
16139
|
|
|
16391
16140
|
|
|
16392
|
-
/**
|
|
16393
|
-
* List of repeated fields within this message type.
|
|
16394
|
-
* @private {!Array<number>}
|
|
16395
|
-
* @const
|
|
16396
|
-
*/
|
|
16397
|
-
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.repeatedFields_ = [2];
|
|
16398
|
-
|
|
16399
16141
|
|
|
16400
16142
|
|
|
16401
16143
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -16428,10 +16170,9 @@ proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.toObject = functio
|
|
|
16428
16170
|
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.toObject = function(includeInstance, msg) {
|
|
16429
16171
|
var f, obj = {
|
|
16430
16172
|
entity: (f = msg.getEntity()) && proto.com.lansweeper.dp.outbound.v1.EntityPath.toObject(includeInstance, f),
|
|
16431
|
-
tagsList: jspb.Message.toObjectList(msg.getTagsList(),
|
|
16432
|
-
proto.com.lansweeper.dp.outbound.v1.Tag.toObject, includeInstance),
|
|
16433
16173
|
confidence: jspb.Message.getFieldWithDefault(msg, 3, 0),
|
|
16434
|
-
debugString: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
16174
|
+
debugString: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
16175
|
+
correlationFields: (f = msg.getCorrelationFields()) && proto.com.lansweeper.dp.outbound.v1.CorrelationFields.toObject(includeInstance, f)
|
|
16435
16176
|
};
|
|
16436
16177
|
|
|
16437
16178
|
if (includeInstance) {
|
|
@@ -16473,11 +16214,6 @@ proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.deserializeBinaryFromReader
|
|
|
16473
16214
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.EntityPath.deserializeBinaryFromReader);
|
|
16474
16215
|
msg.setEntity(value);
|
|
16475
16216
|
break;
|
|
16476
|
-
case 2:
|
|
16477
|
-
var value = new proto.com.lansweeper.dp.outbound.v1.Tag;
|
|
16478
|
-
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Tag.deserializeBinaryFromReader);
|
|
16479
|
-
msg.addTags(value);
|
|
16480
|
-
break;
|
|
16481
16217
|
case 3:
|
|
16482
16218
|
var value = /** @type {number} */ (reader.readInt32());
|
|
16483
16219
|
msg.setConfidence(value);
|
|
@@ -16486,6 +16222,11 @@ proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.deserializeBinaryFromReader
|
|
|
16486
16222
|
var value = /** @type {string} */ (reader.readString());
|
|
16487
16223
|
msg.setDebugString(value);
|
|
16488
16224
|
break;
|
|
16225
|
+
case 5:
|
|
16226
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.CorrelationFields;
|
|
16227
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.CorrelationFields.deserializeBinaryFromReader);
|
|
16228
|
+
msg.setCorrelationFields(value);
|
|
16229
|
+
break;
|
|
16489
16230
|
default:
|
|
16490
16231
|
reader.skipField();
|
|
16491
16232
|
break;
|
|
@@ -16523,14 +16264,6 @@ proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.serializeBinaryToWriter = fu
|
|
|
16523
16264
|
proto.com.lansweeper.dp.outbound.v1.EntityPath.serializeBinaryToWriter
|
|
16524
16265
|
);
|
|
16525
16266
|
}
|
|
16526
|
-
f = message.getTagsList();
|
|
16527
|
-
if (f.length > 0) {
|
|
16528
|
-
writer.writeRepeatedMessage(
|
|
16529
|
-
2,
|
|
16530
|
-
f,
|
|
16531
|
-
proto.com.lansweeper.dp.outbound.v1.Tag.serializeBinaryToWriter
|
|
16532
|
-
);
|
|
16533
|
-
}
|
|
16534
16267
|
f = /** @type {number} */ (jspb.Message.getField(message, 3));
|
|
16535
16268
|
if (f != null) {
|
|
16536
16269
|
writer.writeInt32(
|
|
@@ -16545,6 +16278,14 @@ proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.serializeBinaryToWriter = fu
|
|
|
16545
16278
|
f
|
|
16546
16279
|
);
|
|
16547
16280
|
}
|
|
16281
|
+
f = message.getCorrelationFields();
|
|
16282
|
+
if (f != null) {
|
|
16283
|
+
writer.writeMessage(
|
|
16284
|
+
5,
|
|
16285
|
+
f,
|
|
16286
|
+
proto.com.lansweeper.dp.outbound.v1.CorrelationFields.serializeBinaryToWriter
|
|
16287
|
+
);
|
|
16288
|
+
}
|
|
16548
16289
|
};
|
|
16549
16290
|
|
|
16550
16291
|
|
|
@@ -16585,44 +16326,6 @@ proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.hasEntity = functi
|
|
|
16585
16326
|
};
|
|
16586
16327
|
|
|
16587
16328
|
|
|
16588
|
-
/**
|
|
16589
|
-
* repeated Tag tags = 2;
|
|
16590
|
-
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.Tag>}
|
|
16591
|
-
*/
|
|
16592
|
-
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.getTagsList = function() {
|
|
16593
|
-
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.Tag>} */ (
|
|
16594
|
-
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.Tag, 2));
|
|
16595
|
-
};
|
|
16596
|
-
|
|
16597
|
-
|
|
16598
|
-
/**
|
|
16599
|
-
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.Tag>} value
|
|
16600
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo} returns this
|
|
16601
|
-
*/
|
|
16602
|
-
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.setTagsList = function(value) {
|
|
16603
|
-
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
16604
|
-
};
|
|
16605
|
-
|
|
16606
|
-
|
|
16607
|
-
/**
|
|
16608
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.Tag=} opt_value
|
|
16609
|
-
* @param {number=} opt_index
|
|
16610
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.Tag}
|
|
16611
|
-
*/
|
|
16612
|
-
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.addTags = function(opt_value, opt_index) {
|
|
16613
|
-
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.com.lansweeper.dp.outbound.v1.Tag, opt_index);
|
|
16614
|
-
};
|
|
16615
|
-
|
|
16616
|
-
|
|
16617
|
-
/**
|
|
16618
|
-
* Clears the list making it empty but non-null.
|
|
16619
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo} returns this
|
|
16620
|
-
*/
|
|
16621
|
-
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.clearTagsList = function() {
|
|
16622
|
-
return this.setTagsList([]);
|
|
16623
|
-
};
|
|
16624
|
-
|
|
16625
|
-
|
|
16626
16329
|
/**
|
|
16627
16330
|
* optional int32 confidence = 3;
|
|
16628
16331
|
* @return {number}
|
|
@@ -16695,6 +16398,43 @@ proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.hasDebugString = f
|
|
|
16695
16398
|
};
|
|
16696
16399
|
|
|
16697
16400
|
|
|
16401
|
+
/**
|
|
16402
|
+
* optional CorrelationFields correlation_fields = 5;
|
|
16403
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.CorrelationFields}
|
|
16404
|
+
*/
|
|
16405
|
+
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.getCorrelationFields = function() {
|
|
16406
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.CorrelationFields} */ (
|
|
16407
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.CorrelationFields, 5));
|
|
16408
|
+
};
|
|
16409
|
+
|
|
16410
|
+
|
|
16411
|
+
/**
|
|
16412
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.CorrelationFields|undefined} value
|
|
16413
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo} returns this
|
|
16414
|
+
*/
|
|
16415
|
+
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.setCorrelationFields = function(value) {
|
|
16416
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
16417
|
+
};
|
|
16418
|
+
|
|
16419
|
+
|
|
16420
|
+
/**
|
|
16421
|
+
* Clears the message field making it undefined.
|
|
16422
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.CorrelationInfo} returns this
|
|
16423
|
+
*/
|
|
16424
|
+
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.clearCorrelationFields = function() {
|
|
16425
|
+
return this.setCorrelationFields(undefined);
|
|
16426
|
+
};
|
|
16427
|
+
|
|
16428
|
+
|
|
16429
|
+
/**
|
|
16430
|
+
* Returns whether this field is set.
|
|
16431
|
+
* @return {boolean}
|
|
16432
|
+
*/
|
|
16433
|
+
proto.com.lansweeper.dp.outbound.v1.CorrelationInfo.prototype.hasCorrelationFields = function() {
|
|
16434
|
+
return jspb.Message.getField(this, 5) != null;
|
|
16435
|
+
};
|
|
16436
|
+
|
|
16437
|
+
|
|
16698
16438
|
|
|
16699
16439
|
|
|
16700
16440
|
|