@lansweeper/data-platform-outbound-grpc 0.8.4 → 0.8.6
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 +107 -0
- package/gen-proto/outbound_pb.js +887 -0
- package/generated-go/outbound.pb.go +13708 -13427
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +23 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFields.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +23 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +673 -440
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +27 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +3016 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +220 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +4022 -3981
- 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 +2 -0
- package/model/target/{outbound-model-0.8.3-sources.jar → outbound-model-0.8.5-sources.jar} +0 -0
- package/model/target/{outbound-model-0.8.3.jar → outbound-model-0.8.5.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +23 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.8.3-sources.jar → outbound-service-0.8.5-sources.jar} +0 -0
- package/service/target/{outbound-service-0.8.3.jar → outbound-service-0.8.5.jar} +0 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -181,6 +181,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.KernelExtensionError', nu
|
|
|
181
181
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType', null, global);
|
|
182
182
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Keyboard', null, global);
|
|
183
183
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.LastUser', null, global);
|
|
184
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.LegacyFields', null, global);
|
|
184
185
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.LinuxBios', null, global);
|
|
185
186
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.LinuxCommandInformation', null, global);
|
|
186
187
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.LinuxOperatingSystemInfo', null, global);
|
|
@@ -784,6 +785,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
784
785
|
*/
|
|
785
786
|
proto.com.lansweeper.dp.outbound.v1.Asset.displayName = 'proto.com.lansweeper.dp.outbound.v1.Asset';
|
|
786
787
|
}
|
|
788
|
+
/**
|
|
789
|
+
* Generated by JsPbCodeGenerator.
|
|
790
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
791
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
792
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
793
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
794
|
+
* valid.
|
|
795
|
+
* @extends {jspb.Message}
|
|
796
|
+
* @constructor
|
|
797
|
+
*/
|
|
798
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields = function(opt_data) {
|
|
799
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
800
|
+
};
|
|
801
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.LegacyFields, jspb.Message);
|
|
802
|
+
if (goog.DEBUG && !COMPILED) {
|
|
803
|
+
/**
|
|
804
|
+
* @public
|
|
805
|
+
* @override
|
|
806
|
+
*/
|
|
807
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.displayName = 'proto.com.lansweeper.dp.outbound.v1.LegacyFields';
|
|
808
|
+
}
|
|
787
809
|
/**
|
|
788
810
|
* Generated by JsPbCodeGenerator.
|
|
789
811
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -11844,6 +11866,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
|
|
|
11844
11866
|
firstSeen: (f = msg.getFirstSeen()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
11845
11867
|
lastUpdated: (f = msg.getLastUpdated()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
11846
11868
|
lastEnriched: (f = msg.getLastEnriched()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
11869
|
+
legacyFields: (f = msg.getLegacyFields()) && proto.com.lansweeper.dp.outbound.v1.LegacyFields.toObject(includeInstance, f),
|
|
11847
11870
|
lastSyncedSourceAgent: jspb.Message.getFieldWithDefault(msg, 39, ""),
|
|
11848
11871
|
lastSyncedSourceName: jspb.Message.getFieldWithDefault(msg, 49, ""),
|
|
11849
11872
|
sourceInfoList: jspb.Message.toObjectList(msg.getSourceInfoList(),
|
|
@@ -11951,6 +11974,11 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
|
|
|
11951
11974
|
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
11952
11975
|
msg.setLastEnriched(value);
|
|
11953
11976
|
break;
|
|
11977
|
+
case 307:
|
|
11978
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.LegacyFields;
|
|
11979
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.LegacyFields.deserializeBinaryFromReader);
|
|
11980
|
+
msg.setLegacyFields(value);
|
|
11981
|
+
break;
|
|
11954
11982
|
case 39:
|
|
11955
11983
|
var value = /** @type {string} */ (reader.readString());
|
|
11956
11984
|
msg.setLastSyncedSourceAgent(value);
|
|
@@ -12202,6 +12230,14 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
|
|
|
12202
12230
|
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
12203
12231
|
);
|
|
12204
12232
|
}
|
|
12233
|
+
f = message.getLegacyFields();
|
|
12234
|
+
if (f != null) {
|
|
12235
|
+
writer.writeMessage(
|
|
12236
|
+
307,
|
|
12237
|
+
f,
|
|
12238
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.serializeBinaryToWriter
|
|
12239
|
+
);
|
|
12240
|
+
}
|
|
12205
12241
|
f = /** @type {string} */ (jspb.Message.getField(message, 39));
|
|
12206
12242
|
if (f != null) {
|
|
12207
12243
|
writer.writeString(
|
|
@@ -12683,6 +12719,43 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasLastEnriched = function()
|
|
|
12683
12719
|
};
|
|
12684
12720
|
|
|
12685
12721
|
|
|
12722
|
+
/**
|
|
12723
|
+
* optional LegacyFields legacy_fields = 307;
|
|
12724
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.LegacyFields}
|
|
12725
|
+
*/
|
|
12726
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getLegacyFields = function() {
|
|
12727
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.LegacyFields} */ (
|
|
12728
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.LegacyFields, 307));
|
|
12729
|
+
};
|
|
12730
|
+
|
|
12731
|
+
|
|
12732
|
+
/**
|
|
12733
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.LegacyFields|undefined} value
|
|
12734
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
12735
|
+
*/
|
|
12736
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setLegacyFields = function(value) {
|
|
12737
|
+
return jspb.Message.setWrapperField(this, 307, value);
|
|
12738
|
+
};
|
|
12739
|
+
|
|
12740
|
+
|
|
12741
|
+
/**
|
|
12742
|
+
* Clears the message field making it undefined.
|
|
12743
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
12744
|
+
*/
|
|
12745
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearLegacyFields = function() {
|
|
12746
|
+
return this.setLegacyFields(undefined);
|
|
12747
|
+
};
|
|
12748
|
+
|
|
12749
|
+
|
|
12750
|
+
/**
|
|
12751
|
+
* Returns whether this field is set.
|
|
12752
|
+
* @return {boolean}
|
|
12753
|
+
*/
|
|
12754
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasLegacyFields = function() {
|
|
12755
|
+
return jspb.Message.getField(this, 307) != null;
|
|
12756
|
+
};
|
|
12757
|
+
|
|
12758
|
+
|
|
12686
12759
|
/**
|
|
12687
12760
|
* optional string last_synced_source_agent = 39;
|
|
12688
12761
|
* @return {string}
|
|
@@ -14061,6 +14134,820 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasManualAssetLockedFields =
|
|
|
14061
14134
|
|
|
14062
14135
|
|
|
14063
14136
|
|
|
14137
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
14138
|
+
/**
|
|
14139
|
+
* Creates an object representation of this proto.
|
|
14140
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
14141
|
+
* Optional fields that are not set will be set to undefined.
|
|
14142
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
14143
|
+
* For the list of reserved names please see:
|
|
14144
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
14145
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
14146
|
+
* JSPB instance for transitional soy proto support:
|
|
14147
|
+
* http://goto/soy-param-migration
|
|
14148
|
+
* @return {!Object}
|
|
14149
|
+
*/
|
|
14150
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.toObject = function(opt_includeInstance) {
|
|
14151
|
+
return proto.com.lansweeper.dp.outbound.v1.LegacyFields.toObject(opt_includeInstance, this);
|
|
14152
|
+
};
|
|
14153
|
+
|
|
14154
|
+
|
|
14155
|
+
/**
|
|
14156
|
+
* Static version of the {@see toObject} method.
|
|
14157
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
14158
|
+
* the JSPB instance for transitional soy proto support:
|
|
14159
|
+
* http://goto/soy-param-migration
|
|
14160
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} msg The msg instance to transform.
|
|
14161
|
+
* @return {!Object}
|
|
14162
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
14163
|
+
*/
|
|
14164
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.toObject = function(includeInstance, msg) {
|
|
14165
|
+
var f, obj = {
|
|
14166
|
+
lastTried: (f = msg.getLastTried()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14167
|
+
lastActiveScan: (f = msg.getLastActiveScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14168
|
+
lastIpScan: (f = msg.getLastIpScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14169
|
+
lastSaved: (f = msg.getLastSaved()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14170
|
+
lastSccmScan: (f = msg.getLastSccmScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14171
|
+
lastLsAgent: (f = msg.getLastLsAgent()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14172
|
+
lastLsFallBack: (f = msg.getLastLsFallBack()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14173
|
+
lastWorkGroupScan: (f = msg.getLastWorkGroupScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14174
|
+
lastAssetRadarScan: (f = msg.getLastAssetRadarScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14175
|
+
lastPerformanceScan: (f = msg.getLastPerformanceScan()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14176
|
+
lastLsPush: (f = msg.getLastLsPush()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14177
|
+
lastScheduled: (f = msg.getLastScheduled()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14178
|
+
lastTriggered: (f = msg.getLastTriggered()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14179
|
+
lastLsAgentDirect: (f = msg.getLastLsAgentDirect()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
14180
|
+
};
|
|
14181
|
+
|
|
14182
|
+
if (includeInstance) {
|
|
14183
|
+
obj.$jspbMessageInstance = msg;
|
|
14184
|
+
}
|
|
14185
|
+
return obj;
|
|
14186
|
+
};
|
|
14187
|
+
}
|
|
14188
|
+
|
|
14189
|
+
|
|
14190
|
+
/**
|
|
14191
|
+
* Deserializes binary data (in protobuf wire format).
|
|
14192
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
14193
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields}
|
|
14194
|
+
*/
|
|
14195
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.deserializeBinary = function(bytes) {
|
|
14196
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
14197
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.LegacyFields;
|
|
14198
|
+
return proto.com.lansweeper.dp.outbound.v1.LegacyFields.deserializeBinaryFromReader(msg, reader);
|
|
14199
|
+
};
|
|
14200
|
+
|
|
14201
|
+
|
|
14202
|
+
/**
|
|
14203
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
14204
|
+
* given reader into the given message object.
|
|
14205
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} msg The message object to deserialize into.
|
|
14206
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
14207
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields}
|
|
14208
|
+
*/
|
|
14209
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.deserializeBinaryFromReader = function(msg, reader) {
|
|
14210
|
+
while (reader.nextField()) {
|
|
14211
|
+
if (reader.isEndGroup()) {
|
|
14212
|
+
break;
|
|
14213
|
+
}
|
|
14214
|
+
var field = reader.getFieldNumber();
|
|
14215
|
+
switch (field) {
|
|
14216
|
+
case 1:
|
|
14217
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14218
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14219
|
+
msg.setLastTried(value);
|
|
14220
|
+
break;
|
|
14221
|
+
case 2:
|
|
14222
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14223
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14224
|
+
msg.setLastActiveScan(value);
|
|
14225
|
+
break;
|
|
14226
|
+
case 3:
|
|
14227
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14228
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14229
|
+
msg.setLastIpScan(value);
|
|
14230
|
+
break;
|
|
14231
|
+
case 4:
|
|
14232
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14233
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14234
|
+
msg.setLastSaved(value);
|
|
14235
|
+
break;
|
|
14236
|
+
case 5:
|
|
14237
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14238
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14239
|
+
msg.setLastSccmScan(value);
|
|
14240
|
+
break;
|
|
14241
|
+
case 6:
|
|
14242
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14243
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14244
|
+
msg.setLastLsAgent(value);
|
|
14245
|
+
break;
|
|
14246
|
+
case 7:
|
|
14247
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14248
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14249
|
+
msg.setLastLsFallBack(value);
|
|
14250
|
+
break;
|
|
14251
|
+
case 8:
|
|
14252
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14253
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14254
|
+
msg.setLastWorkGroupScan(value);
|
|
14255
|
+
break;
|
|
14256
|
+
case 9:
|
|
14257
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14258
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14259
|
+
msg.setLastAssetRadarScan(value);
|
|
14260
|
+
break;
|
|
14261
|
+
case 10:
|
|
14262
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14263
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14264
|
+
msg.setLastPerformanceScan(value);
|
|
14265
|
+
break;
|
|
14266
|
+
case 11:
|
|
14267
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14268
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14269
|
+
msg.setLastLsPush(value);
|
|
14270
|
+
break;
|
|
14271
|
+
case 12:
|
|
14272
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14273
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14274
|
+
msg.setLastScheduled(value);
|
|
14275
|
+
break;
|
|
14276
|
+
case 13:
|
|
14277
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14278
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14279
|
+
msg.setLastTriggered(value);
|
|
14280
|
+
break;
|
|
14281
|
+
case 14:
|
|
14282
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
14283
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14284
|
+
msg.setLastLsAgentDirect(value);
|
|
14285
|
+
break;
|
|
14286
|
+
default:
|
|
14287
|
+
reader.skipField();
|
|
14288
|
+
break;
|
|
14289
|
+
}
|
|
14290
|
+
}
|
|
14291
|
+
return msg;
|
|
14292
|
+
};
|
|
14293
|
+
|
|
14294
|
+
|
|
14295
|
+
/**
|
|
14296
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
14297
|
+
* @return {!Uint8Array}
|
|
14298
|
+
*/
|
|
14299
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.serializeBinary = function() {
|
|
14300
|
+
var writer = new jspb.BinaryWriter();
|
|
14301
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.serializeBinaryToWriter(this, writer);
|
|
14302
|
+
return writer.getResultBuffer();
|
|
14303
|
+
};
|
|
14304
|
+
|
|
14305
|
+
|
|
14306
|
+
/**
|
|
14307
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
14308
|
+
* format), writing to the given BinaryWriter.
|
|
14309
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} message
|
|
14310
|
+
* @param {!jspb.BinaryWriter} writer
|
|
14311
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
14312
|
+
*/
|
|
14313
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.serializeBinaryToWriter = function(message, writer) {
|
|
14314
|
+
var f = undefined;
|
|
14315
|
+
f = message.getLastTried();
|
|
14316
|
+
if (f != null) {
|
|
14317
|
+
writer.writeMessage(
|
|
14318
|
+
1,
|
|
14319
|
+
f,
|
|
14320
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14321
|
+
);
|
|
14322
|
+
}
|
|
14323
|
+
f = message.getLastActiveScan();
|
|
14324
|
+
if (f != null) {
|
|
14325
|
+
writer.writeMessage(
|
|
14326
|
+
2,
|
|
14327
|
+
f,
|
|
14328
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14329
|
+
);
|
|
14330
|
+
}
|
|
14331
|
+
f = message.getLastIpScan();
|
|
14332
|
+
if (f != null) {
|
|
14333
|
+
writer.writeMessage(
|
|
14334
|
+
3,
|
|
14335
|
+
f,
|
|
14336
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14337
|
+
);
|
|
14338
|
+
}
|
|
14339
|
+
f = message.getLastSaved();
|
|
14340
|
+
if (f != null) {
|
|
14341
|
+
writer.writeMessage(
|
|
14342
|
+
4,
|
|
14343
|
+
f,
|
|
14344
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14345
|
+
);
|
|
14346
|
+
}
|
|
14347
|
+
f = message.getLastSccmScan();
|
|
14348
|
+
if (f != null) {
|
|
14349
|
+
writer.writeMessage(
|
|
14350
|
+
5,
|
|
14351
|
+
f,
|
|
14352
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14353
|
+
);
|
|
14354
|
+
}
|
|
14355
|
+
f = message.getLastLsAgent();
|
|
14356
|
+
if (f != null) {
|
|
14357
|
+
writer.writeMessage(
|
|
14358
|
+
6,
|
|
14359
|
+
f,
|
|
14360
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14361
|
+
);
|
|
14362
|
+
}
|
|
14363
|
+
f = message.getLastLsFallBack();
|
|
14364
|
+
if (f != null) {
|
|
14365
|
+
writer.writeMessage(
|
|
14366
|
+
7,
|
|
14367
|
+
f,
|
|
14368
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14369
|
+
);
|
|
14370
|
+
}
|
|
14371
|
+
f = message.getLastWorkGroupScan();
|
|
14372
|
+
if (f != null) {
|
|
14373
|
+
writer.writeMessage(
|
|
14374
|
+
8,
|
|
14375
|
+
f,
|
|
14376
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14377
|
+
);
|
|
14378
|
+
}
|
|
14379
|
+
f = message.getLastAssetRadarScan();
|
|
14380
|
+
if (f != null) {
|
|
14381
|
+
writer.writeMessage(
|
|
14382
|
+
9,
|
|
14383
|
+
f,
|
|
14384
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14385
|
+
);
|
|
14386
|
+
}
|
|
14387
|
+
f = message.getLastPerformanceScan();
|
|
14388
|
+
if (f != null) {
|
|
14389
|
+
writer.writeMessage(
|
|
14390
|
+
10,
|
|
14391
|
+
f,
|
|
14392
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14393
|
+
);
|
|
14394
|
+
}
|
|
14395
|
+
f = message.getLastLsPush();
|
|
14396
|
+
if (f != null) {
|
|
14397
|
+
writer.writeMessage(
|
|
14398
|
+
11,
|
|
14399
|
+
f,
|
|
14400
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14401
|
+
);
|
|
14402
|
+
}
|
|
14403
|
+
f = message.getLastScheduled();
|
|
14404
|
+
if (f != null) {
|
|
14405
|
+
writer.writeMessage(
|
|
14406
|
+
12,
|
|
14407
|
+
f,
|
|
14408
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14409
|
+
);
|
|
14410
|
+
}
|
|
14411
|
+
f = message.getLastTriggered();
|
|
14412
|
+
if (f != null) {
|
|
14413
|
+
writer.writeMessage(
|
|
14414
|
+
13,
|
|
14415
|
+
f,
|
|
14416
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14417
|
+
);
|
|
14418
|
+
}
|
|
14419
|
+
f = message.getLastLsAgentDirect();
|
|
14420
|
+
if (f != null) {
|
|
14421
|
+
writer.writeMessage(
|
|
14422
|
+
14,
|
|
14423
|
+
f,
|
|
14424
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14425
|
+
);
|
|
14426
|
+
}
|
|
14427
|
+
};
|
|
14428
|
+
|
|
14429
|
+
|
|
14430
|
+
/**
|
|
14431
|
+
* optional google.protobuf.Timestamp last_tried = 1;
|
|
14432
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14433
|
+
*/
|
|
14434
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastTried = function() {
|
|
14435
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14436
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 1));
|
|
14437
|
+
};
|
|
14438
|
+
|
|
14439
|
+
|
|
14440
|
+
/**
|
|
14441
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14442
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14443
|
+
*/
|
|
14444
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastTried = function(value) {
|
|
14445
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
14446
|
+
};
|
|
14447
|
+
|
|
14448
|
+
|
|
14449
|
+
/**
|
|
14450
|
+
* Clears the message field making it undefined.
|
|
14451
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14452
|
+
*/
|
|
14453
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastTried = function() {
|
|
14454
|
+
return this.setLastTried(undefined);
|
|
14455
|
+
};
|
|
14456
|
+
|
|
14457
|
+
|
|
14458
|
+
/**
|
|
14459
|
+
* Returns whether this field is set.
|
|
14460
|
+
* @return {boolean}
|
|
14461
|
+
*/
|
|
14462
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastTried = function() {
|
|
14463
|
+
return jspb.Message.getField(this, 1) != null;
|
|
14464
|
+
};
|
|
14465
|
+
|
|
14466
|
+
|
|
14467
|
+
/**
|
|
14468
|
+
* optional google.protobuf.Timestamp last_active_scan = 2;
|
|
14469
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14470
|
+
*/
|
|
14471
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastActiveScan = function() {
|
|
14472
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14473
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 2));
|
|
14474
|
+
};
|
|
14475
|
+
|
|
14476
|
+
|
|
14477
|
+
/**
|
|
14478
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14479
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14480
|
+
*/
|
|
14481
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastActiveScan = function(value) {
|
|
14482
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
14483
|
+
};
|
|
14484
|
+
|
|
14485
|
+
|
|
14486
|
+
/**
|
|
14487
|
+
* Clears the message field making it undefined.
|
|
14488
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14489
|
+
*/
|
|
14490
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastActiveScan = function() {
|
|
14491
|
+
return this.setLastActiveScan(undefined);
|
|
14492
|
+
};
|
|
14493
|
+
|
|
14494
|
+
|
|
14495
|
+
/**
|
|
14496
|
+
* Returns whether this field is set.
|
|
14497
|
+
* @return {boolean}
|
|
14498
|
+
*/
|
|
14499
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastActiveScan = function() {
|
|
14500
|
+
return jspb.Message.getField(this, 2) != null;
|
|
14501
|
+
};
|
|
14502
|
+
|
|
14503
|
+
|
|
14504
|
+
/**
|
|
14505
|
+
* optional google.protobuf.Timestamp last_ip_scan = 3;
|
|
14506
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14507
|
+
*/
|
|
14508
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastIpScan = function() {
|
|
14509
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14510
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 3));
|
|
14511
|
+
};
|
|
14512
|
+
|
|
14513
|
+
|
|
14514
|
+
/**
|
|
14515
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14516
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14517
|
+
*/
|
|
14518
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastIpScan = function(value) {
|
|
14519
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
14520
|
+
};
|
|
14521
|
+
|
|
14522
|
+
|
|
14523
|
+
/**
|
|
14524
|
+
* Clears the message field making it undefined.
|
|
14525
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14526
|
+
*/
|
|
14527
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastIpScan = function() {
|
|
14528
|
+
return this.setLastIpScan(undefined);
|
|
14529
|
+
};
|
|
14530
|
+
|
|
14531
|
+
|
|
14532
|
+
/**
|
|
14533
|
+
* Returns whether this field is set.
|
|
14534
|
+
* @return {boolean}
|
|
14535
|
+
*/
|
|
14536
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastIpScan = function() {
|
|
14537
|
+
return jspb.Message.getField(this, 3) != null;
|
|
14538
|
+
};
|
|
14539
|
+
|
|
14540
|
+
|
|
14541
|
+
/**
|
|
14542
|
+
* optional google.protobuf.Timestamp last_saved = 4;
|
|
14543
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14544
|
+
*/
|
|
14545
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastSaved = function() {
|
|
14546
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14547
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 4));
|
|
14548
|
+
};
|
|
14549
|
+
|
|
14550
|
+
|
|
14551
|
+
/**
|
|
14552
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14553
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14554
|
+
*/
|
|
14555
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastSaved = function(value) {
|
|
14556
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
14557
|
+
};
|
|
14558
|
+
|
|
14559
|
+
|
|
14560
|
+
/**
|
|
14561
|
+
* Clears the message field making it undefined.
|
|
14562
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14563
|
+
*/
|
|
14564
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastSaved = function() {
|
|
14565
|
+
return this.setLastSaved(undefined);
|
|
14566
|
+
};
|
|
14567
|
+
|
|
14568
|
+
|
|
14569
|
+
/**
|
|
14570
|
+
* Returns whether this field is set.
|
|
14571
|
+
* @return {boolean}
|
|
14572
|
+
*/
|
|
14573
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastSaved = function() {
|
|
14574
|
+
return jspb.Message.getField(this, 4) != null;
|
|
14575
|
+
};
|
|
14576
|
+
|
|
14577
|
+
|
|
14578
|
+
/**
|
|
14579
|
+
* optional google.protobuf.Timestamp last_sccm_scan = 5;
|
|
14580
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14581
|
+
*/
|
|
14582
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastSccmScan = function() {
|
|
14583
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14584
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 5));
|
|
14585
|
+
};
|
|
14586
|
+
|
|
14587
|
+
|
|
14588
|
+
/**
|
|
14589
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14590
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14591
|
+
*/
|
|
14592
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastSccmScan = function(value) {
|
|
14593
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
14594
|
+
};
|
|
14595
|
+
|
|
14596
|
+
|
|
14597
|
+
/**
|
|
14598
|
+
* Clears the message field making it undefined.
|
|
14599
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14600
|
+
*/
|
|
14601
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastSccmScan = function() {
|
|
14602
|
+
return this.setLastSccmScan(undefined);
|
|
14603
|
+
};
|
|
14604
|
+
|
|
14605
|
+
|
|
14606
|
+
/**
|
|
14607
|
+
* Returns whether this field is set.
|
|
14608
|
+
* @return {boolean}
|
|
14609
|
+
*/
|
|
14610
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastSccmScan = function() {
|
|
14611
|
+
return jspb.Message.getField(this, 5) != null;
|
|
14612
|
+
};
|
|
14613
|
+
|
|
14614
|
+
|
|
14615
|
+
/**
|
|
14616
|
+
* optional google.protobuf.Timestamp last_ls_agent = 6;
|
|
14617
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14618
|
+
*/
|
|
14619
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsAgent = function() {
|
|
14620
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14621
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 6));
|
|
14622
|
+
};
|
|
14623
|
+
|
|
14624
|
+
|
|
14625
|
+
/**
|
|
14626
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14627
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14628
|
+
*/
|
|
14629
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsAgent = function(value) {
|
|
14630
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
14631
|
+
};
|
|
14632
|
+
|
|
14633
|
+
|
|
14634
|
+
/**
|
|
14635
|
+
* Clears the message field making it undefined.
|
|
14636
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14637
|
+
*/
|
|
14638
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsAgent = function() {
|
|
14639
|
+
return this.setLastLsAgent(undefined);
|
|
14640
|
+
};
|
|
14641
|
+
|
|
14642
|
+
|
|
14643
|
+
/**
|
|
14644
|
+
* Returns whether this field is set.
|
|
14645
|
+
* @return {boolean}
|
|
14646
|
+
*/
|
|
14647
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsAgent = function() {
|
|
14648
|
+
return jspb.Message.getField(this, 6) != null;
|
|
14649
|
+
};
|
|
14650
|
+
|
|
14651
|
+
|
|
14652
|
+
/**
|
|
14653
|
+
* optional google.protobuf.Timestamp last_ls_fall_back = 7;
|
|
14654
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14655
|
+
*/
|
|
14656
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsFallBack = function() {
|
|
14657
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14658
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 7));
|
|
14659
|
+
};
|
|
14660
|
+
|
|
14661
|
+
|
|
14662
|
+
/**
|
|
14663
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14664
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14665
|
+
*/
|
|
14666
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsFallBack = function(value) {
|
|
14667
|
+
return jspb.Message.setWrapperField(this, 7, value);
|
|
14668
|
+
};
|
|
14669
|
+
|
|
14670
|
+
|
|
14671
|
+
/**
|
|
14672
|
+
* Clears the message field making it undefined.
|
|
14673
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14674
|
+
*/
|
|
14675
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsFallBack = function() {
|
|
14676
|
+
return this.setLastLsFallBack(undefined);
|
|
14677
|
+
};
|
|
14678
|
+
|
|
14679
|
+
|
|
14680
|
+
/**
|
|
14681
|
+
* Returns whether this field is set.
|
|
14682
|
+
* @return {boolean}
|
|
14683
|
+
*/
|
|
14684
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsFallBack = function() {
|
|
14685
|
+
return jspb.Message.getField(this, 7) != null;
|
|
14686
|
+
};
|
|
14687
|
+
|
|
14688
|
+
|
|
14689
|
+
/**
|
|
14690
|
+
* optional google.protobuf.Timestamp last_work_group_scan = 8;
|
|
14691
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14692
|
+
*/
|
|
14693
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastWorkGroupScan = function() {
|
|
14694
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14695
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 8));
|
|
14696
|
+
};
|
|
14697
|
+
|
|
14698
|
+
|
|
14699
|
+
/**
|
|
14700
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14701
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14702
|
+
*/
|
|
14703
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastWorkGroupScan = function(value) {
|
|
14704
|
+
return jspb.Message.setWrapperField(this, 8, value);
|
|
14705
|
+
};
|
|
14706
|
+
|
|
14707
|
+
|
|
14708
|
+
/**
|
|
14709
|
+
* Clears the message field making it undefined.
|
|
14710
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14711
|
+
*/
|
|
14712
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastWorkGroupScan = function() {
|
|
14713
|
+
return this.setLastWorkGroupScan(undefined);
|
|
14714
|
+
};
|
|
14715
|
+
|
|
14716
|
+
|
|
14717
|
+
/**
|
|
14718
|
+
* Returns whether this field is set.
|
|
14719
|
+
* @return {boolean}
|
|
14720
|
+
*/
|
|
14721
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastWorkGroupScan = function() {
|
|
14722
|
+
return jspb.Message.getField(this, 8) != null;
|
|
14723
|
+
};
|
|
14724
|
+
|
|
14725
|
+
|
|
14726
|
+
/**
|
|
14727
|
+
* optional google.protobuf.Timestamp last_asset_radar_scan = 9;
|
|
14728
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14729
|
+
*/
|
|
14730
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastAssetRadarScan = function() {
|
|
14731
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14732
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 9));
|
|
14733
|
+
};
|
|
14734
|
+
|
|
14735
|
+
|
|
14736
|
+
/**
|
|
14737
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14738
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14739
|
+
*/
|
|
14740
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastAssetRadarScan = function(value) {
|
|
14741
|
+
return jspb.Message.setWrapperField(this, 9, value);
|
|
14742
|
+
};
|
|
14743
|
+
|
|
14744
|
+
|
|
14745
|
+
/**
|
|
14746
|
+
* Clears the message field making it undefined.
|
|
14747
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14748
|
+
*/
|
|
14749
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastAssetRadarScan = function() {
|
|
14750
|
+
return this.setLastAssetRadarScan(undefined);
|
|
14751
|
+
};
|
|
14752
|
+
|
|
14753
|
+
|
|
14754
|
+
/**
|
|
14755
|
+
* Returns whether this field is set.
|
|
14756
|
+
* @return {boolean}
|
|
14757
|
+
*/
|
|
14758
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastAssetRadarScan = function() {
|
|
14759
|
+
return jspb.Message.getField(this, 9) != null;
|
|
14760
|
+
};
|
|
14761
|
+
|
|
14762
|
+
|
|
14763
|
+
/**
|
|
14764
|
+
* optional google.protobuf.Timestamp last_performance_scan = 10;
|
|
14765
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14766
|
+
*/
|
|
14767
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastPerformanceScan = function() {
|
|
14768
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14769
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 10));
|
|
14770
|
+
};
|
|
14771
|
+
|
|
14772
|
+
|
|
14773
|
+
/**
|
|
14774
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14775
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14776
|
+
*/
|
|
14777
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastPerformanceScan = function(value) {
|
|
14778
|
+
return jspb.Message.setWrapperField(this, 10, value);
|
|
14779
|
+
};
|
|
14780
|
+
|
|
14781
|
+
|
|
14782
|
+
/**
|
|
14783
|
+
* Clears the message field making it undefined.
|
|
14784
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14785
|
+
*/
|
|
14786
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastPerformanceScan = function() {
|
|
14787
|
+
return this.setLastPerformanceScan(undefined);
|
|
14788
|
+
};
|
|
14789
|
+
|
|
14790
|
+
|
|
14791
|
+
/**
|
|
14792
|
+
* Returns whether this field is set.
|
|
14793
|
+
* @return {boolean}
|
|
14794
|
+
*/
|
|
14795
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastPerformanceScan = function() {
|
|
14796
|
+
return jspb.Message.getField(this, 10) != null;
|
|
14797
|
+
};
|
|
14798
|
+
|
|
14799
|
+
|
|
14800
|
+
/**
|
|
14801
|
+
* optional google.protobuf.Timestamp last_ls_push = 11;
|
|
14802
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14803
|
+
*/
|
|
14804
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsPush = function() {
|
|
14805
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14806
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 11));
|
|
14807
|
+
};
|
|
14808
|
+
|
|
14809
|
+
|
|
14810
|
+
/**
|
|
14811
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14812
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14813
|
+
*/
|
|
14814
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsPush = function(value) {
|
|
14815
|
+
return jspb.Message.setWrapperField(this, 11, value);
|
|
14816
|
+
};
|
|
14817
|
+
|
|
14818
|
+
|
|
14819
|
+
/**
|
|
14820
|
+
* Clears the message field making it undefined.
|
|
14821
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14822
|
+
*/
|
|
14823
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsPush = function() {
|
|
14824
|
+
return this.setLastLsPush(undefined);
|
|
14825
|
+
};
|
|
14826
|
+
|
|
14827
|
+
|
|
14828
|
+
/**
|
|
14829
|
+
* Returns whether this field is set.
|
|
14830
|
+
* @return {boolean}
|
|
14831
|
+
*/
|
|
14832
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsPush = function() {
|
|
14833
|
+
return jspb.Message.getField(this, 11) != null;
|
|
14834
|
+
};
|
|
14835
|
+
|
|
14836
|
+
|
|
14837
|
+
/**
|
|
14838
|
+
* optional google.protobuf.Timestamp last_scheduled = 12;
|
|
14839
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14840
|
+
*/
|
|
14841
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastScheduled = function() {
|
|
14842
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14843
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 12));
|
|
14844
|
+
};
|
|
14845
|
+
|
|
14846
|
+
|
|
14847
|
+
/**
|
|
14848
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14849
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14850
|
+
*/
|
|
14851
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastScheduled = function(value) {
|
|
14852
|
+
return jspb.Message.setWrapperField(this, 12, value);
|
|
14853
|
+
};
|
|
14854
|
+
|
|
14855
|
+
|
|
14856
|
+
/**
|
|
14857
|
+
* Clears the message field making it undefined.
|
|
14858
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14859
|
+
*/
|
|
14860
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastScheduled = function() {
|
|
14861
|
+
return this.setLastScheduled(undefined);
|
|
14862
|
+
};
|
|
14863
|
+
|
|
14864
|
+
|
|
14865
|
+
/**
|
|
14866
|
+
* Returns whether this field is set.
|
|
14867
|
+
* @return {boolean}
|
|
14868
|
+
*/
|
|
14869
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastScheduled = function() {
|
|
14870
|
+
return jspb.Message.getField(this, 12) != null;
|
|
14871
|
+
};
|
|
14872
|
+
|
|
14873
|
+
|
|
14874
|
+
/**
|
|
14875
|
+
* optional google.protobuf.Timestamp last_triggered = 13;
|
|
14876
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14877
|
+
*/
|
|
14878
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastTriggered = function() {
|
|
14879
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14880
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 13));
|
|
14881
|
+
};
|
|
14882
|
+
|
|
14883
|
+
|
|
14884
|
+
/**
|
|
14885
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14886
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14887
|
+
*/
|
|
14888
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastTriggered = function(value) {
|
|
14889
|
+
return jspb.Message.setWrapperField(this, 13, value);
|
|
14890
|
+
};
|
|
14891
|
+
|
|
14892
|
+
|
|
14893
|
+
/**
|
|
14894
|
+
* Clears the message field making it undefined.
|
|
14895
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14896
|
+
*/
|
|
14897
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastTriggered = function() {
|
|
14898
|
+
return this.setLastTriggered(undefined);
|
|
14899
|
+
};
|
|
14900
|
+
|
|
14901
|
+
|
|
14902
|
+
/**
|
|
14903
|
+
* Returns whether this field is set.
|
|
14904
|
+
* @return {boolean}
|
|
14905
|
+
*/
|
|
14906
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastTriggered = function() {
|
|
14907
|
+
return jspb.Message.getField(this, 13) != null;
|
|
14908
|
+
};
|
|
14909
|
+
|
|
14910
|
+
|
|
14911
|
+
/**
|
|
14912
|
+
* optional google.protobuf.Timestamp last_ls_agent_direct = 14;
|
|
14913
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
14914
|
+
*/
|
|
14915
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getLastLsAgentDirect = function() {
|
|
14916
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
14917
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 14));
|
|
14918
|
+
};
|
|
14919
|
+
|
|
14920
|
+
|
|
14921
|
+
/**
|
|
14922
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
14923
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14924
|
+
*/
|
|
14925
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setLastLsAgentDirect = function(value) {
|
|
14926
|
+
return jspb.Message.setWrapperField(this, 14, value);
|
|
14927
|
+
};
|
|
14928
|
+
|
|
14929
|
+
|
|
14930
|
+
/**
|
|
14931
|
+
* Clears the message field making it undefined.
|
|
14932
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
14933
|
+
*/
|
|
14934
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearLastLsAgentDirect = function() {
|
|
14935
|
+
return this.setLastLsAgentDirect(undefined);
|
|
14936
|
+
};
|
|
14937
|
+
|
|
14938
|
+
|
|
14939
|
+
/**
|
|
14940
|
+
* Returns whether this field is set.
|
|
14941
|
+
* @return {boolean}
|
|
14942
|
+
*/
|
|
14943
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsAgentDirect = function() {
|
|
14944
|
+
return jspb.Message.getField(this, 14) != null;
|
|
14945
|
+
};
|
|
14946
|
+
|
|
14947
|
+
|
|
14948
|
+
|
|
14949
|
+
|
|
14950
|
+
|
|
14064
14951
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
14065
14952
|
/**
|
|
14066
14953
|
* Creates an object representation of this proto.
|