@lansweeper/data-platform-outbound-grpc 0.8.6 → 0.8.8
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 +399 -0
- package/gen-proto/outbound_pb.js +3266 -54
- package/generated-go/outbound.pb.go +14126 -13267
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +88 -17
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustom.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetCustomOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLink.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetGroupLinkOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/FieldValue$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/FieldValue$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/FieldValue.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/FieldValueOrBuilder.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 +88 -17
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetCustom.java +8117 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetCustomOrBuilder.java +853 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetGroupLink.java +1037 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetGroupLinkOrBuilder.java +78 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/FieldValue.java +712 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/FieldValueOrBuilder.java +39 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFields.java +680 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/LegacyFieldsOrBuilder.java +71 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +4011 -3909
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +12 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +7 -1
- package/model/target/{outbound-model-0.8.5-sources.jar → outbound-model-0.8.7-sources.jar} +0 -0
- package/model/target/{outbound-model-0.8.5.jar → outbound-model-0.8.7.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +88 -17
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.8.5-sources.jar → outbound-service-0.8.7-sources.jar} +0 -0
- package/service/target/{outbound-service-0.8.5.jar → outbound-service-0.8.7.jar} +0 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -35,6 +35,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AntivirusSoftware', null,
|
|
|
35
35
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Asset', null, global);
|
|
36
36
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent', null, global);
|
|
37
37
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.EventCase', null, global);
|
|
38
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetCustom', null, global);
|
|
39
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetGroupLink', null, global);
|
|
38
40
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AssetType', null, global);
|
|
39
41
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.AutoRunCommand', null, global);
|
|
40
42
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Bios', null, global);
|
|
@@ -152,6 +154,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.EntityFilter.EntryState',
|
|
|
152
154
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.EntityFilter.VirtualState', null, global);
|
|
153
155
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.EntityPath', null, global);
|
|
154
156
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.EsxiCluster', null, global);
|
|
157
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.FieldValue', null, global);
|
|
155
158
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntityRequest', null, global);
|
|
156
159
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetEntityResponse', null, global);
|
|
157
160
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.GetIpLocationConfigRequest', null, global);
|
|
@@ -796,7 +799,7 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
796
799
|
* @constructor
|
|
797
800
|
*/
|
|
798
801
|
proto.com.lansweeper.dp.outbound.v1.LegacyFields = function(opt_data) {
|
|
799
|
-
jspb.Message.initialize(this, opt_data, 0, -1,
|
|
802
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.LegacyFields.repeatedFields_, null);
|
|
800
803
|
};
|
|
801
804
|
goog.inherits(proto.com.lansweeper.dp.outbound.v1.LegacyFields, jspb.Message);
|
|
802
805
|
if (goog.DEBUG && !COMPILED) {
|
|
@@ -806,6 +809,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
806
809
|
*/
|
|
807
810
|
proto.com.lansweeper.dp.outbound.v1.LegacyFields.displayName = 'proto.com.lansweeper.dp.outbound.v1.LegacyFields';
|
|
808
811
|
}
|
|
812
|
+
/**
|
|
813
|
+
* Generated by JsPbCodeGenerator.
|
|
814
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
815
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
816
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
817
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
818
|
+
* valid.
|
|
819
|
+
* @extends {jspb.Message}
|
|
820
|
+
* @constructor
|
|
821
|
+
*/
|
|
822
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom = function(opt_data) {
|
|
823
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.AssetCustom.repeatedFields_, null);
|
|
824
|
+
};
|
|
825
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.AssetCustom, jspb.Message);
|
|
826
|
+
if (goog.DEBUG && !COMPILED) {
|
|
827
|
+
/**
|
|
828
|
+
* @public
|
|
829
|
+
* @override
|
|
830
|
+
*/
|
|
831
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.displayName = 'proto.com.lansweeper.dp.outbound.v1.AssetCustom';
|
|
832
|
+
}
|
|
833
|
+
/**
|
|
834
|
+
* Generated by JsPbCodeGenerator.
|
|
835
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
836
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
837
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
838
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
839
|
+
* valid.
|
|
840
|
+
* @extends {jspb.Message}
|
|
841
|
+
* @constructor
|
|
842
|
+
*/
|
|
843
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink = function(opt_data) {
|
|
844
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
845
|
+
};
|
|
846
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.AssetGroupLink, jspb.Message);
|
|
847
|
+
if (goog.DEBUG && !COMPILED) {
|
|
848
|
+
/**
|
|
849
|
+
* @public
|
|
850
|
+
* @override
|
|
851
|
+
*/
|
|
852
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.displayName = 'proto.com.lansweeper.dp.outbound.v1.AssetGroupLink';
|
|
853
|
+
}
|
|
809
854
|
/**
|
|
810
855
|
* Generated by JsPbCodeGenerator.
|
|
811
856
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -4712,6 +4757,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
4712
4757
|
*/
|
|
4713
4758
|
proto.com.lansweeper.dp.outbound.v1.MappedValue.displayName = 'proto.com.lansweeper.dp.outbound.v1.MappedValue';
|
|
4714
4759
|
}
|
|
4760
|
+
/**
|
|
4761
|
+
* Generated by JsPbCodeGenerator.
|
|
4762
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
4763
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
4764
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
4765
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
4766
|
+
* valid.
|
|
4767
|
+
* @extends {jspb.Message}
|
|
4768
|
+
* @constructor
|
|
4769
|
+
*/
|
|
4770
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue = function(opt_data) {
|
|
4771
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
4772
|
+
};
|
|
4773
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.FieldValue, jspb.Message);
|
|
4774
|
+
if (goog.DEBUG && !COMPILED) {
|
|
4775
|
+
/**
|
|
4776
|
+
* @public
|
|
4777
|
+
* @override
|
|
4778
|
+
*/
|
|
4779
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.displayName = 'proto.com.lansweeper.dp.outbound.v1.FieldValue';
|
|
4780
|
+
}
|
|
4715
4781
|
/**
|
|
4716
4782
|
* Generated by JsPbCodeGenerator.
|
|
4717
4783
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -14132,6 +14198,13 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasManualAssetLockedFields =
|
|
|
14132
14198
|
|
|
14133
14199
|
|
|
14134
14200
|
|
|
14201
|
+
/**
|
|
14202
|
+
* List of repeated fields within this message type.
|
|
14203
|
+
* @private {!Array<number>}
|
|
14204
|
+
* @const
|
|
14205
|
+
*/
|
|
14206
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.repeatedFields_ = [16];
|
|
14207
|
+
|
|
14135
14208
|
|
|
14136
14209
|
|
|
14137
14210
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
@@ -14176,7 +14249,10 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.toObject = function(includeInst
|
|
|
14176
14249
|
lastLsPush: (f = msg.getLastLsPush()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14177
14250
|
lastScheduled: (f = msg.getLastScheduled()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14178
14251
|
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)
|
|
14252
|
+
lastLsAgentDirect: (f = msg.getLastLsAgentDirect()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
14253
|
+
custom: (f = msg.getCustom()) && proto.com.lansweeper.dp.outbound.v1.AssetCustom.toObject(includeInstance, f),
|
|
14254
|
+
groupLinkList: jspb.Message.toObjectList(msg.getGroupLinkList(),
|
|
14255
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.toObject, includeInstance)
|
|
14180
14256
|
};
|
|
14181
14257
|
|
|
14182
14258
|
if (includeInstance) {
|
|
@@ -14283,6 +14359,16 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.deserializeBinaryFromReader = f
|
|
|
14283
14359
|
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
14284
14360
|
msg.setLastLsAgentDirect(value);
|
|
14285
14361
|
break;
|
|
14362
|
+
case 15:
|
|
14363
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.AssetCustom;
|
|
14364
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.AssetCustom.deserializeBinaryFromReader);
|
|
14365
|
+
msg.setCustom(value);
|
|
14366
|
+
break;
|
|
14367
|
+
case 16:
|
|
14368
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.AssetGroupLink;
|
|
14369
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.deserializeBinaryFromReader);
|
|
14370
|
+
msg.addGroupLink(value);
|
|
14371
|
+
break;
|
|
14286
14372
|
default:
|
|
14287
14373
|
reader.skipField();
|
|
14288
14374
|
break;
|
|
@@ -14424,6 +14510,22 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.serializeBinaryToWriter = funct
|
|
|
14424
14510
|
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
14425
14511
|
);
|
|
14426
14512
|
}
|
|
14513
|
+
f = message.getCustom();
|
|
14514
|
+
if (f != null) {
|
|
14515
|
+
writer.writeMessage(
|
|
14516
|
+
15,
|
|
14517
|
+
f,
|
|
14518
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.serializeBinaryToWriter
|
|
14519
|
+
);
|
|
14520
|
+
}
|
|
14521
|
+
f = message.getGroupLinkList();
|
|
14522
|
+
if (f.length > 0) {
|
|
14523
|
+
writer.writeRepeatedMessage(
|
|
14524
|
+
16,
|
|
14525
|
+
f,
|
|
14526
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.serializeBinaryToWriter
|
|
14527
|
+
);
|
|
14528
|
+
}
|
|
14427
14529
|
};
|
|
14428
14530
|
|
|
14429
14531
|
|
|
@@ -14945,6 +15047,88 @@ proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasLastLsAgentDirect
|
|
|
14945
15047
|
};
|
|
14946
15048
|
|
|
14947
15049
|
|
|
15050
|
+
/**
|
|
15051
|
+
* optional AssetCustom custom = 15;
|
|
15052
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.AssetCustom}
|
|
15053
|
+
*/
|
|
15054
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getCustom = function() {
|
|
15055
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.AssetCustom} */ (
|
|
15056
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.AssetCustom, 15));
|
|
15057
|
+
};
|
|
15058
|
+
|
|
15059
|
+
|
|
15060
|
+
/**
|
|
15061
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.AssetCustom|undefined} value
|
|
15062
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
15063
|
+
*/
|
|
15064
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setCustom = function(value) {
|
|
15065
|
+
return jspb.Message.setWrapperField(this, 15, value);
|
|
15066
|
+
};
|
|
15067
|
+
|
|
15068
|
+
|
|
15069
|
+
/**
|
|
15070
|
+
* Clears the message field making it undefined.
|
|
15071
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
15072
|
+
*/
|
|
15073
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearCustom = function() {
|
|
15074
|
+
return this.setCustom(undefined);
|
|
15075
|
+
};
|
|
15076
|
+
|
|
15077
|
+
|
|
15078
|
+
/**
|
|
15079
|
+
* Returns whether this field is set.
|
|
15080
|
+
* @return {boolean}
|
|
15081
|
+
*/
|
|
15082
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.hasCustom = function() {
|
|
15083
|
+
return jspb.Message.getField(this, 15) != null;
|
|
15084
|
+
};
|
|
15085
|
+
|
|
15086
|
+
|
|
15087
|
+
/**
|
|
15088
|
+
* repeated AssetGroupLink group_link = 16;
|
|
15089
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink>}
|
|
15090
|
+
*/
|
|
15091
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.getGroupLinkList = function() {
|
|
15092
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink>} */ (
|
|
15093
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.AssetGroupLink, 16));
|
|
15094
|
+
};
|
|
15095
|
+
|
|
15096
|
+
|
|
15097
|
+
/**
|
|
15098
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink>} value
|
|
15099
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
15100
|
+
*/
|
|
15101
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.setGroupLinkList = function(value) {
|
|
15102
|
+
return jspb.Message.setRepeatedWrapperField(this, 16, value);
|
|
15103
|
+
};
|
|
15104
|
+
|
|
15105
|
+
|
|
15106
|
+
/**
|
|
15107
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink=} opt_value
|
|
15108
|
+
* @param {number=} opt_index
|
|
15109
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink}
|
|
15110
|
+
*/
|
|
15111
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.addGroupLink = function(opt_value, opt_index) {
|
|
15112
|
+
return jspb.Message.addToRepeatedWrapperField(this, 16, opt_value, proto.com.lansweeper.dp.outbound.v1.AssetGroupLink, opt_index);
|
|
15113
|
+
};
|
|
15114
|
+
|
|
15115
|
+
|
|
15116
|
+
/**
|
|
15117
|
+
* Clears the list making it empty but non-null.
|
|
15118
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LegacyFields} returns this
|
|
15119
|
+
*/
|
|
15120
|
+
proto.com.lansweeper.dp.outbound.v1.LegacyFields.prototype.clearGroupLinkList = function() {
|
|
15121
|
+
return this.setGroupLinkList([]);
|
|
15122
|
+
};
|
|
15123
|
+
|
|
15124
|
+
|
|
15125
|
+
|
|
15126
|
+
/**
|
|
15127
|
+
* List of repeated fields within this message type.
|
|
15128
|
+
* @private {!Array<number>}
|
|
15129
|
+
* @const
|
|
15130
|
+
*/
|
|
15131
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.repeatedFields_ = [49,51];
|
|
14948
15132
|
|
|
14949
15133
|
|
|
14950
15134
|
|
|
@@ -14961,8 +15145,8 @@ if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
|
14961
15145
|
* http://goto/soy-param-migration
|
|
14962
15146
|
* @return {!Object}
|
|
14963
15147
|
*/
|
|
14964
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
14965
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
15148
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.toObject = function(opt_includeInstance) {
|
|
15149
|
+
return proto.com.lansweeper.dp.outbound.v1.AssetCustom.toObject(opt_includeInstance, this);
|
|
14966
15150
|
};
|
|
14967
15151
|
|
|
14968
15152
|
|
|
@@ -14971,25 +15155,65 @@ proto.com.lansweeper.dp.outbound.v1.LockedFields.prototype.toObject = function(o
|
|
|
14971
15155
|
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
14972
15156
|
* the JSPB instance for transitional soy proto support:
|
|
14973
15157
|
* http://goto/soy-param-migration
|
|
14974
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
15158
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} msg The msg instance to transform.
|
|
14975
15159
|
* @return {!Object}
|
|
14976
15160
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
14977
15161
|
*/
|
|
14978
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
15162
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.toObject = function(includeInstance, msg) {
|
|
14979
15163
|
var f, obj = {
|
|
14980
|
-
|
|
14981
|
-
|
|
14982
|
-
|
|
14983
|
-
|
|
14984
|
-
|
|
14985
|
-
|
|
14986
|
-
|
|
14987
|
-
|
|
14988
|
-
|
|
14989
|
-
|
|
14990
|
-
|
|
14991
|
-
|
|
14992
|
-
|
|
15164
|
+
assetCustomId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
15165
|
+
stateId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
15166
|
+
purchaseDate: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
15167
|
+
warrantyDate: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
15168
|
+
lastPatched: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
15169
|
+
lastFullBackup: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
15170
|
+
lastFullImage: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
15171
|
+
orderNumber: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
15172
|
+
comment: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
15173
|
+
location: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
15174
|
+
locationLock: jspb.Message.getBooleanFieldWithDefault(msg, 11, false),
|
|
15175
|
+
building: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
15176
|
+
department: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
15177
|
+
branchOffice: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
15178
|
+
barCode: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
15179
|
+
manufacturer: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
15180
|
+
manufacturerLock: jspb.Message.getBooleanFieldWithDefault(msg, 17, false),
|
|
15181
|
+
contact: jspb.Message.getFieldWithDefault(msg, 18, ""),
|
|
15182
|
+
contactLock: jspb.Message.getBooleanFieldWithDefault(msg, 19, false),
|
|
15183
|
+
model: jspb.Message.getFieldWithDefault(msg, 20, ""),
|
|
15184
|
+
modelLock: jspb.Message.getBooleanFieldWithDefault(msg, 21, false),
|
|
15185
|
+
httpTitle: jspb.Message.getFieldWithDefault(msg, 22, ""),
|
|
15186
|
+
httpServer: jspb.Message.getFieldWithDefault(msg, 23, ""),
|
|
15187
|
+
httpsServer: jspb.Message.getFieldWithDefault(msg, 24, ""),
|
|
15188
|
+
snmpOId: jspb.Message.getFieldWithDefault(msg, 25, ""),
|
|
15189
|
+
smtpHeader: jspb.Message.getFieldWithDefault(msg, 26, ""),
|
|
15190
|
+
ftpHeader: jspb.Message.getFieldWithDefault(msg, 27, ""),
|
|
15191
|
+
lastChanged: jspb.Message.getFieldWithDefault(msg, 28, ""),
|
|
15192
|
+
serialNumber: jspb.Message.getFieldWithDefault(msg, 29, ""),
|
|
15193
|
+
serialNumberLock: jspb.Message.getBooleanFieldWithDefault(msg, 30, false),
|
|
15194
|
+
printedPages: jspb.Message.getFloatingPointFieldWithDefault(msg, 31, 0.0),
|
|
15195
|
+
printerStatus: jspb.Message.getFieldWithDefault(msg, 32, ""),
|
|
15196
|
+
dnsName: jspb.Message.getFieldWithDefault(msg, 33, ""),
|
|
15197
|
+
sshServer: jspb.Message.getFieldWithDefault(msg, 34, ""),
|
|
15198
|
+
purchaseDateLock: jspb.Message.getBooleanFieldWithDefault(msg, 35, false),
|
|
15199
|
+
warrantyDateLock: jspb.Message.getBooleanFieldWithDefault(msg, 36, false),
|
|
15200
|
+
systemSku: jspb.Message.getFieldWithDefault(msg, 37, ""),
|
|
15201
|
+
preventCleanup: jspb.Message.getBooleanFieldWithDefault(msg, 38, false),
|
|
15202
|
+
lockSystemSku: jspb.Message.getBooleanFieldWithDefault(msg, 39, false),
|
|
15203
|
+
dmiDecodeError: jspb.Message.getBooleanFieldWithDefault(msg, 40, false),
|
|
15204
|
+
hardwareVersion: jspb.Message.getFieldWithDefault(msg, 41, ""),
|
|
15205
|
+
softwareVersion: jspb.Message.getFieldWithDefault(msg, 42, ""),
|
|
15206
|
+
firmwareVersion: jspb.Message.getFieldWithDefault(msg, 43, ""),
|
|
15207
|
+
deviceVersion: jspb.Message.getFieldWithDefault(msg, 44, ""),
|
|
15208
|
+
printedColorPages: jspb.Message.getFieldWithDefault(msg, 45, 0),
|
|
15209
|
+
printedMonoPages: jspb.Message.getFieldWithDefault(msg, 46, 0),
|
|
15210
|
+
stateKey: jspb.Message.getFieldWithDefault(msg, 47, ""),
|
|
15211
|
+
stateName: jspb.Message.getFieldWithDefault(msg, 48, ""),
|
|
15212
|
+
fieldsList: jspb.Message.toObjectList(msg.getFieldsList(),
|
|
15213
|
+
proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject, includeInstance),
|
|
15214
|
+
customFieldsList: jspb.Message.toObjectList(msg.getCustomFieldsList(),
|
|
15215
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.toObject, includeInstance),
|
|
15216
|
+
modelNumber: jspb.Message.getFieldWithDefault(msg, 50, "")
|
|
14993
15217
|
};
|
|
14994
15218
|
|
|
14995
15219
|
if (includeInstance) {
|
|
@@ -15003,23 +15227,23 @@ proto.com.lansweeper.dp.outbound.v1.LockedFields.toObject = function(includeInst
|
|
|
15003
15227
|
/**
|
|
15004
15228
|
* Deserializes binary data (in protobuf wire format).
|
|
15005
15229
|
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
15006
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
15230
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom}
|
|
15007
15231
|
*/
|
|
15008
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
15232
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.deserializeBinary = function(bytes) {
|
|
15009
15233
|
var reader = new jspb.BinaryReader(bytes);
|
|
15010
|
-
var msg = new proto.com.lansweeper.dp.outbound.v1.
|
|
15011
|
-
return proto.com.lansweeper.dp.outbound.v1.
|
|
15234
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.AssetCustom;
|
|
15235
|
+
return proto.com.lansweeper.dp.outbound.v1.AssetCustom.deserializeBinaryFromReader(msg, reader);
|
|
15012
15236
|
};
|
|
15013
15237
|
|
|
15014
15238
|
|
|
15015
15239
|
/**
|
|
15016
15240
|
* Deserializes binary data (in protobuf wire format) from the
|
|
15017
15241
|
* given reader into the given message object.
|
|
15018
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
15242
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} msg The message object to deserialize into.
|
|
15019
15243
|
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
15020
|
-
* @return {!proto.com.lansweeper.dp.outbound.v1.
|
|
15244
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom}
|
|
15021
15245
|
*/
|
|
15022
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
15246
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.deserializeBinaryFromReader = function(msg, reader) {
|
|
15023
15247
|
while (reader.nextField()) {
|
|
15024
15248
|
if (reader.isEndGroup()) {
|
|
15025
15249
|
break;
|
|
@@ -15028,58 +15252,209 @@ proto.com.lansweeper.dp.outbound.v1.LockedFields.deserializeBinaryFromReader = f
|
|
|
15028
15252
|
switch (field) {
|
|
15029
15253
|
case 1:
|
|
15030
15254
|
var value = /** @type {string} */ (reader.readString());
|
|
15031
|
-
msg.
|
|
15255
|
+
msg.setAssetCustomId(value);
|
|
15032
15256
|
break;
|
|
15033
15257
|
case 2:
|
|
15034
|
-
var value =
|
|
15035
|
-
|
|
15036
|
-
msg.setAssetType(value);
|
|
15258
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15259
|
+
msg.setStateId(value);
|
|
15037
15260
|
break;
|
|
15038
15261
|
case 3:
|
|
15039
15262
|
var value = /** @type {string} */ (reader.readString());
|
|
15040
|
-
msg.
|
|
15263
|
+
msg.setPurchaseDate(value);
|
|
15041
15264
|
break;
|
|
15042
15265
|
case 4:
|
|
15043
15266
|
var value = /** @type {string} */ (reader.readString());
|
|
15044
|
-
msg.
|
|
15267
|
+
msg.setWarrantyDate(value);
|
|
15045
15268
|
break;
|
|
15046
15269
|
case 5:
|
|
15047
15270
|
var value = /** @type {string} */ (reader.readString());
|
|
15048
|
-
msg.
|
|
15271
|
+
msg.setLastPatched(value);
|
|
15049
15272
|
break;
|
|
15050
15273
|
case 6:
|
|
15051
15274
|
var value = /** @type {string} */ (reader.readString());
|
|
15052
|
-
msg.
|
|
15275
|
+
msg.setLastFullBackup(value);
|
|
15053
15276
|
break;
|
|
15054
15277
|
case 7:
|
|
15055
15278
|
var value = /** @type {string} */ (reader.readString());
|
|
15056
|
-
msg.
|
|
15279
|
+
msg.setLastFullImage(value);
|
|
15057
15280
|
break;
|
|
15058
15281
|
case 8:
|
|
15059
15282
|
var value = /** @type {string} */ (reader.readString());
|
|
15060
|
-
msg.
|
|
15283
|
+
msg.setOrderNumber(value);
|
|
15061
15284
|
break;
|
|
15062
15285
|
case 9:
|
|
15063
15286
|
var value = /** @type {string} */ (reader.readString());
|
|
15064
|
-
msg.
|
|
15287
|
+
msg.setComment(value);
|
|
15065
15288
|
break;
|
|
15066
15289
|
case 10:
|
|
15067
15290
|
var value = /** @type {string} */ (reader.readString());
|
|
15068
|
-
msg.
|
|
15291
|
+
msg.setLocation(value);
|
|
15069
15292
|
break;
|
|
15070
15293
|
case 11:
|
|
15071
|
-
var value = /** @type {
|
|
15072
|
-
msg.
|
|
15294
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15295
|
+
msg.setLocationLock(value);
|
|
15073
15296
|
break;
|
|
15074
15297
|
case 12:
|
|
15075
|
-
var value =
|
|
15076
|
-
|
|
15077
|
-
msg.setPurchaseDate(value);
|
|
15298
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15299
|
+
msg.setBuilding(value);
|
|
15078
15300
|
break;
|
|
15079
15301
|
case 13:
|
|
15080
|
-
var value =
|
|
15081
|
-
|
|
15082
|
-
|
|
15302
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15303
|
+
msg.setDepartment(value);
|
|
15304
|
+
break;
|
|
15305
|
+
case 14:
|
|
15306
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15307
|
+
msg.setBranchOffice(value);
|
|
15308
|
+
break;
|
|
15309
|
+
case 15:
|
|
15310
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15311
|
+
msg.setBarCode(value);
|
|
15312
|
+
break;
|
|
15313
|
+
case 16:
|
|
15314
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15315
|
+
msg.setManufacturer(value);
|
|
15316
|
+
break;
|
|
15317
|
+
case 17:
|
|
15318
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15319
|
+
msg.setManufacturerLock(value);
|
|
15320
|
+
break;
|
|
15321
|
+
case 18:
|
|
15322
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15323
|
+
msg.setContact(value);
|
|
15324
|
+
break;
|
|
15325
|
+
case 19:
|
|
15326
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15327
|
+
msg.setContactLock(value);
|
|
15328
|
+
break;
|
|
15329
|
+
case 20:
|
|
15330
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15331
|
+
msg.setModel(value);
|
|
15332
|
+
break;
|
|
15333
|
+
case 21:
|
|
15334
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15335
|
+
msg.setModelLock(value);
|
|
15336
|
+
break;
|
|
15337
|
+
case 22:
|
|
15338
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15339
|
+
msg.setHttpTitle(value);
|
|
15340
|
+
break;
|
|
15341
|
+
case 23:
|
|
15342
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15343
|
+
msg.setHttpServer(value);
|
|
15344
|
+
break;
|
|
15345
|
+
case 24:
|
|
15346
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15347
|
+
msg.setHttpsServer(value);
|
|
15348
|
+
break;
|
|
15349
|
+
case 25:
|
|
15350
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15351
|
+
msg.setSnmpOId(value);
|
|
15352
|
+
break;
|
|
15353
|
+
case 26:
|
|
15354
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15355
|
+
msg.setSmtpHeader(value);
|
|
15356
|
+
break;
|
|
15357
|
+
case 27:
|
|
15358
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15359
|
+
msg.setFtpHeader(value);
|
|
15360
|
+
break;
|
|
15361
|
+
case 28:
|
|
15362
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15363
|
+
msg.setLastChanged(value);
|
|
15364
|
+
break;
|
|
15365
|
+
case 29:
|
|
15366
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15367
|
+
msg.setSerialNumber(value);
|
|
15368
|
+
break;
|
|
15369
|
+
case 30:
|
|
15370
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15371
|
+
msg.setSerialNumberLock(value);
|
|
15372
|
+
break;
|
|
15373
|
+
case 31:
|
|
15374
|
+
var value = /** @type {number} */ (reader.readFloat());
|
|
15375
|
+
msg.setPrintedPages(value);
|
|
15376
|
+
break;
|
|
15377
|
+
case 32:
|
|
15378
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15379
|
+
msg.setPrinterStatus(value);
|
|
15380
|
+
break;
|
|
15381
|
+
case 33:
|
|
15382
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15383
|
+
msg.setDnsName(value);
|
|
15384
|
+
break;
|
|
15385
|
+
case 34:
|
|
15386
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15387
|
+
msg.setSshServer(value);
|
|
15388
|
+
break;
|
|
15389
|
+
case 35:
|
|
15390
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15391
|
+
msg.setPurchaseDateLock(value);
|
|
15392
|
+
break;
|
|
15393
|
+
case 36:
|
|
15394
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15395
|
+
msg.setWarrantyDateLock(value);
|
|
15396
|
+
break;
|
|
15397
|
+
case 37:
|
|
15398
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15399
|
+
msg.setSystemSku(value);
|
|
15400
|
+
break;
|
|
15401
|
+
case 38:
|
|
15402
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15403
|
+
msg.setPreventCleanup(value);
|
|
15404
|
+
break;
|
|
15405
|
+
case 39:
|
|
15406
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15407
|
+
msg.setLockSystemSku(value);
|
|
15408
|
+
break;
|
|
15409
|
+
case 40:
|
|
15410
|
+
var value = /** @type {boolean} */ (reader.readBool());
|
|
15411
|
+
msg.setDmiDecodeError(value);
|
|
15412
|
+
break;
|
|
15413
|
+
case 41:
|
|
15414
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15415
|
+
msg.setHardwareVersion(value);
|
|
15416
|
+
break;
|
|
15417
|
+
case 42:
|
|
15418
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15419
|
+
msg.setSoftwareVersion(value);
|
|
15420
|
+
break;
|
|
15421
|
+
case 43:
|
|
15422
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15423
|
+
msg.setFirmwareVersion(value);
|
|
15424
|
+
break;
|
|
15425
|
+
case 44:
|
|
15426
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15427
|
+
msg.setDeviceVersion(value);
|
|
15428
|
+
break;
|
|
15429
|
+
case 45:
|
|
15430
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
15431
|
+
msg.setPrintedColorPages(value);
|
|
15432
|
+
break;
|
|
15433
|
+
case 46:
|
|
15434
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
15435
|
+
msg.setPrintedMonoPages(value);
|
|
15436
|
+
break;
|
|
15437
|
+
case 47:
|
|
15438
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15439
|
+
msg.setStateKey(value);
|
|
15440
|
+
break;
|
|
15441
|
+
case 48:
|
|
15442
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15443
|
+
msg.setStateName(value);
|
|
15444
|
+
break;
|
|
15445
|
+
case 49:
|
|
15446
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
|
|
15447
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
|
|
15448
|
+
msg.addFields(value);
|
|
15449
|
+
break;
|
|
15450
|
+
case 51:
|
|
15451
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.FieldValue;
|
|
15452
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.FieldValue.deserializeBinaryFromReader);
|
|
15453
|
+
msg.addCustomFields(value);
|
|
15454
|
+
break;
|
|
15455
|
+
case 50:
|
|
15456
|
+
var value = /** @type {string} */ (reader.readString());
|
|
15457
|
+
msg.setModelNumber(value);
|
|
15083
15458
|
break;
|
|
15084
15459
|
default:
|
|
15085
15460
|
reader.skipField();
|
|
@@ -15094,9 +15469,9 @@ proto.com.lansweeper.dp.outbound.v1.LockedFields.deserializeBinaryFromReader = f
|
|
|
15094
15469
|
* Serializes the message to binary data (in protobuf wire format).
|
|
15095
15470
|
* @return {!Uint8Array}
|
|
15096
15471
|
*/
|
|
15097
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
15472
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.serializeBinary = function() {
|
|
15098
15473
|
var writer = new jspb.BinaryWriter();
|
|
15099
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
15474
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.serializeBinaryToWriter(this, writer);
|
|
15100
15475
|
return writer.getResultBuffer();
|
|
15101
15476
|
};
|
|
15102
15477
|
|
|
@@ -15104,11 +15479,11 @@ proto.com.lansweeper.dp.outbound.v1.LockedFields.prototype.serializeBinary = fun
|
|
|
15104
15479
|
/**
|
|
15105
15480
|
* Serializes the given message to binary data (in protobuf wire
|
|
15106
15481
|
* format), writing to the given BinaryWriter.
|
|
15107
|
-
* @param {!proto.com.lansweeper.dp.outbound.v1.
|
|
15482
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} message
|
|
15108
15483
|
* @param {!jspb.BinaryWriter} writer
|
|
15109
15484
|
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
15110
15485
|
*/
|
|
15111
|
-
proto.com.lansweeper.dp.outbound.v1.
|
|
15486
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.serializeBinaryToWriter = function(message, writer) {
|
|
15112
15487
|
var f = undefined;
|
|
15113
15488
|
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
15114
15489
|
if (f != null) {
|
|
@@ -15117,12 +15492,2671 @@ proto.com.lansweeper.dp.outbound.v1.LockedFields.serializeBinaryToWriter = funct
|
|
|
15117
15492
|
f
|
|
15118
15493
|
);
|
|
15119
15494
|
}
|
|
15120
|
-
f =
|
|
15495
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
15121
15496
|
if (f != null) {
|
|
15122
|
-
writer.
|
|
15497
|
+
writer.writeString(
|
|
15123
15498
|
2,
|
|
15124
|
-
f
|
|
15125
|
-
|
|
15499
|
+
f
|
|
15500
|
+
);
|
|
15501
|
+
}
|
|
15502
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
15503
|
+
if (f != null) {
|
|
15504
|
+
writer.writeString(
|
|
15505
|
+
3,
|
|
15506
|
+
f
|
|
15507
|
+
);
|
|
15508
|
+
}
|
|
15509
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
15510
|
+
if (f != null) {
|
|
15511
|
+
writer.writeString(
|
|
15512
|
+
4,
|
|
15513
|
+
f
|
|
15514
|
+
);
|
|
15515
|
+
}
|
|
15516
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
15517
|
+
if (f != null) {
|
|
15518
|
+
writer.writeString(
|
|
15519
|
+
5,
|
|
15520
|
+
f
|
|
15521
|
+
);
|
|
15522
|
+
}
|
|
15523
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 6));
|
|
15524
|
+
if (f != null) {
|
|
15525
|
+
writer.writeString(
|
|
15526
|
+
6,
|
|
15527
|
+
f
|
|
15528
|
+
);
|
|
15529
|
+
}
|
|
15530
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
15531
|
+
if (f != null) {
|
|
15532
|
+
writer.writeString(
|
|
15533
|
+
7,
|
|
15534
|
+
f
|
|
15535
|
+
);
|
|
15536
|
+
}
|
|
15537
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 8));
|
|
15538
|
+
if (f != null) {
|
|
15539
|
+
writer.writeString(
|
|
15540
|
+
8,
|
|
15541
|
+
f
|
|
15542
|
+
);
|
|
15543
|
+
}
|
|
15544
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 9));
|
|
15545
|
+
if (f != null) {
|
|
15546
|
+
writer.writeString(
|
|
15547
|
+
9,
|
|
15548
|
+
f
|
|
15549
|
+
);
|
|
15550
|
+
}
|
|
15551
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 10));
|
|
15552
|
+
if (f != null) {
|
|
15553
|
+
writer.writeString(
|
|
15554
|
+
10,
|
|
15555
|
+
f
|
|
15556
|
+
);
|
|
15557
|
+
}
|
|
15558
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 11));
|
|
15559
|
+
if (f != null) {
|
|
15560
|
+
writer.writeBool(
|
|
15561
|
+
11,
|
|
15562
|
+
f
|
|
15563
|
+
);
|
|
15564
|
+
}
|
|
15565
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 12));
|
|
15566
|
+
if (f != null) {
|
|
15567
|
+
writer.writeString(
|
|
15568
|
+
12,
|
|
15569
|
+
f
|
|
15570
|
+
);
|
|
15571
|
+
}
|
|
15572
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 13));
|
|
15573
|
+
if (f != null) {
|
|
15574
|
+
writer.writeString(
|
|
15575
|
+
13,
|
|
15576
|
+
f
|
|
15577
|
+
);
|
|
15578
|
+
}
|
|
15579
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 14));
|
|
15580
|
+
if (f != null) {
|
|
15581
|
+
writer.writeString(
|
|
15582
|
+
14,
|
|
15583
|
+
f
|
|
15584
|
+
);
|
|
15585
|
+
}
|
|
15586
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 15));
|
|
15587
|
+
if (f != null) {
|
|
15588
|
+
writer.writeString(
|
|
15589
|
+
15,
|
|
15590
|
+
f
|
|
15591
|
+
);
|
|
15592
|
+
}
|
|
15593
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 16));
|
|
15594
|
+
if (f != null) {
|
|
15595
|
+
writer.writeString(
|
|
15596
|
+
16,
|
|
15597
|
+
f
|
|
15598
|
+
);
|
|
15599
|
+
}
|
|
15600
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 17));
|
|
15601
|
+
if (f != null) {
|
|
15602
|
+
writer.writeBool(
|
|
15603
|
+
17,
|
|
15604
|
+
f
|
|
15605
|
+
);
|
|
15606
|
+
}
|
|
15607
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 18));
|
|
15608
|
+
if (f != null) {
|
|
15609
|
+
writer.writeString(
|
|
15610
|
+
18,
|
|
15611
|
+
f
|
|
15612
|
+
);
|
|
15613
|
+
}
|
|
15614
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 19));
|
|
15615
|
+
if (f != null) {
|
|
15616
|
+
writer.writeBool(
|
|
15617
|
+
19,
|
|
15618
|
+
f
|
|
15619
|
+
);
|
|
15620
|
+
}
|
|
15621
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 20));
|
|
15622
|
+
if (f != null) {
|
|
15623
|
+
writer.writeString(
|
|
15624
|
+
20,
|
|
15625
|
+
f
|
|
15626
|
+
);
|
|
15627
|
+
}
|
|
15628
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 21));
|
|
15629
|
+
if (f != null) {
|
|
15630
|
+
writer.writeBool(
|
|
15631
|
+
21,
|
|
15632
|
+
f
|
|
15633
|
+
);
|
|
15634
|
+
}
|
|
15635
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 22));
|
|
15636
|
+
if (f != null) {
|
|
15637
|
+
writer.writeString(
|
|
15638
|
+
22,
|
|
15639
|
+
f
|
|
15640
|
+
);
|
|
15641
|
+
}
|
|
15642
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 23));
|
|
15643
|
+
if (f != null) {
|
|
15644
|
+
writer.writeString(
|
|
15645
|
+
23,
|
|
15646
|
+
f
|
|
15647
|
+
);
|
|
15648
|
+
}
|
|
15649
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 24));
|
|
15650
|
+
if (f != null) {
|
|
15651
|
+
writer.writeString(
|
|
15652
|
+
24,
|
|
15653
|
+
f
|
|
15654
|
+
);
|
|
15655
|
+
}
|
|
15656
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 25));
|
|
15657
|
+
if (f != null) {
|
|
15658
|
+
writer.writeString(
|
|
15659
|
+
25,
|
|
15660
|
+
f
|
|
15661
|
+
);
|
|
15662
|
+
}
|
|
15663
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 26));
|
|
15664
|
+
if (f != null) {
|
|
15665
|
+
writer.writeString(
|
|
15666
|
+
26,
|
|
15667
|
+
f
|
|
15668
|
+
);
|
|
15669
|
+
}
|
|
15670
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 27));
|
|
15671
|
+
if (f != null) {
|
|
15672
|
+
writer.writeString(
|
|
15673
|
+
27,
|
|
15674
|
+
f
|
|
15675
|
+
);
|
|
15676
|
+
}
|
|
15677
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 28));
|
|
15678
|
+
if (f != null) {
|
|
15679
|
+
writer.writeString(
|
|
15680
|
+
28,
|
|
15681
|
+
f
|
|
15682
|
+
);
|
|
15683
|
+
}
|
|
15684
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 29));
|
|
15685
|
+
if (f != null) {
|
|
15686
|
+
writer.writeString(
|
|
15687
|
+
29,
|
|
15688
|
+
f
|
|
15689
|
+
);
|
|
15690
|
+
}
|
|
15691
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 30));
|
|
15692
|
+
if (f != null) {
|
|
15693
|
+
writer.writeBool(
|
|
15694
|
+
30,
|
|
15695
|
+
f
|
|
15696
|
+
);
|
|
15697
|
+
}
|
|
15698
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 31));
|
|
15699
|
+
if (f != null) {
|
|
15700
|
+
writer.writeFloat(
|
|
15701
|
+
31,
|
|
15702
|
+
f
|
|
15703
|
+
);
|
|
15704
|
+
}
|
|
15705
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 32));
|
|
15706
|
+
if (f != null) {
|
|
15707
|
+
writer.writeString(
|
|
15708
|
+
32,
|
|
15709
|
+
f
|
|
15710
|
+
);
|
|
15711
|
+
}
|
|
15712
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 33));
|
|
15713
|
+
if (f != null) {
|
|
15714
|
+
writer.writeString(
|
|
15715
|
+
33,
|
|
15716
|
+
f
|
|
15717
|
+
);
|
|
15718
|
+
}
|
|
15719
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 34));
|
|
15720
|
+
if (f != null) {
|
|
15721
|
+
writer.writeString(
|
|
15722
|
+
34,
|
|
15723
|
+
f
|
|
15724
|
+
);
|
|
15725
|
+
}
|
|
15726
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 35));
|
|
15727
|
+
if (f != null) {
|
|
15728
|
+
writer.writeBool(
|
|
15729
|
+
35,
|
|
15730
|
+
f
|
|
15731
|
+
);
|
|
15732
|
+
}
|
|
15733
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 36));
|
|
15734
|
+
if (f != null) {
|
|
15735
|
+
writer.writeBool(
|
|
15736
|
+
36,
|
|
15737
|
+
f
|
|
15738
|
+
);
|
|
15739
|
+
}
|
|
15740
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 37));
|
|
15741
|
+
if (f != null) {
|
|
15742
|
+
writer.writeString(
|
|
15743
|
+
37,
|
|
15744
|
+
f
|
|
15745
|
+
);
|
|
15746
|
+
}
|
|
15747
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 38));
|
|
15748
|
+
if (f != null) {
|
|
15749
|
+
writer.writeBool(
|
|
15750
|
+
38,
|
|
15751
|
+
f
|
|
15752
|
+
);
|
|
15753
|
+
}
|
|
15754
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 39));
|
|
15755
|
+
if (f != null) {
|
|
15756
|
+
writer.writeBool(
|
|
15757
|
+
39,
|
|
15758
|
+
f
|
|
15759
|
+
);
|
|
15760
|
+
}
|
|
15761
|
+
f = /** @type {boolean} */ (jspb.Message.getField(message, 40));
|
|
15762
|
+
if (f != null) {
|
|
15763
|
+
writer.writeBool(
|
|
15764
|
+
40,
|
|
15765
|
+
f
|
|
15766
|
+
);
|
|
15767
|
+
}
|
|
15768
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 41));
|
|
15769
|
+
if (f != null) {
|
|
15770
|
+
writer.writeString(
|
|
15771
|
+
41,
|
|
15772
|
+
f
|
|
15773
|
+
);
|
|
15774
|
+
}
|
|
15775
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 42));
|
|
15776
|
+
if (f != null) {
|
|
15777
|
+
writer.writeString(
|
|
15778
|
+
42,
|
|
15779
|
+
f
|
|
15780
|
+
);
|
|
15781
|
+
}
|
|
15782
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 43));
|
|
15783
|
+
if (f != null) {
|
|
15784
|
+
writer.writeString(
|
|
15785
|
+
43,
|
|
15786
|
+
f
|
|
15787
|
+
);
|
|
15788
|
+
}
|
|
15789
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 44));
|
|
15790
|
+
if (f != null) {
|
|
15791
|
+
writer.writeString(
|
|
15792
|
+
44,
|
|
15793
|
+
f
|
|
15794
|
+
);
|
|
15795
|
+
}
|
|
15796
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 45));
|
|
15797
|
+
if (f != null) {
|
|
15798
|
+
writer.writeInt64(
|
|
15799
|
+
45,
|
|
15800
|
+
f
|
|
15801
|
+
);
|
|
15802
|
+
}
|
|
15803
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 46));
|
|
15804
|
+
if (f != null) {
|
|
15805
|
+
writer.writeInt64(
|
|
15806
|
+
46,
|
|
15807
|
+
f
|
|
15808
|
+
);
|
|
15809
|
+
}
|
|
15810
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 47));
|
|
15811
|
+
if (f != null) {
|
|
15812
|
+
writer.writeString(
|
|
15813
|
+
47,
|
|
15814
|
+
f
|
|
15815
|
+
);
|
|
15816
|
+
}
|
|
15817
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 48));
|
|
15818
|
+
if (f != null) {
|
|
15819
|
+
writer.writeString(
|
|
15820
|
+
48,
|
|
15821
|
+
f
|
|
15822
|
+
);
|
|
15823
|
+
}
|
|
15824
|
+
f = message.getFieldsList();
|
|
15825
|
+
if (f.length > 0) {
|
|
15826
|
+
writer.writeRepeatedMessage(
|
|
15827
|
+
49,
|
|
15828
|
+
f,
|
|
15829
|
+
proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
|
|
15830
|
+
);
|
|
15831
|
+
}
|
|
15832
|
+
f = message.getCustomFieldsList();
|
|
15833
|
+
if (f.length > 0) {
|
|
15834
|
+
writer.writeRepeatedMessage(
|
|
15835
|
+
51,
|
|
15836
|
+
f,
|
|
15837
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.serializeBinaryToWriter
|
|
15838
|
+
);
|
|
15839
|
+
}
|
|
15840
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 50));
|
|
15841
|
+
if (f != null) {
|
|
15842
|
+
writer.writeString(
|
|
15843
|
+
50,
|
|
15844
|
+
f
|
|
15845
|
+
);
|
|
15846
|
+
}
|
|
15847
|
+
};
|
|
15848
|
+
|
|
15849
|
+
|
|
15850
|
+
/**
|
|
15851
|
+
* optional string asset_custom_id = 1;
|
|
15852
|
+
* @return {string}
|
|
15853
|
+
*/
|
|
15854
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getAssetCustomId = function() {
|
|
15855
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
15856
|
+
};
|
|
15857
|
+
|
|
15858
|
+
|
|
15859
|
+
/**
|
|
15860
|
+
* @param {string} value
|
|
15861
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
15862
|
+
*/
|
|
15863
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setAssetCustomId = function(value) {
|
|
15864
|
+
return jspb.Message.setField(this, 1, value);
|
|
15865
|
+
};
|
|
15866
|
+
|
|
15867
|
+
|
|
15868
|
+
/**
|
|
15869
|
+
* Clears the field making it undefined.
|
|
15870
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
15871
|
+
*/
|
|
15872
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearAssetCustomId = function() {
|
|
15873
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
15874
|
+
};
|
|
15875
|
+
|
|
15876
|
+
|
|
15877
|
+
/**
|
|
15878
|
+
* Returns whether this field is set.
|
|
15879
|
+
* @return {boolean}
|
|
15880
|
+
*/
|
|
15881
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasAssetCustomId = function() {
|
|
15882
|
+
return jspb.Message.getField(this, 1) != null;
|
|
15883
|
+
};
|
|
15884
|
+
|
|
15885
|
+
|
|
15886
|
+
/**
|
|
15887
|
+
* optional string state_id = 2;
|
|
15888
|
+
* @return {string}
|
|
15889
|
+
*/
|
|
15890
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getStateId = function() {
|
|
15891
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
15892
|
+
};
|
|
15893
|
+
|
|
15894
|
+
|
|
15895
|
+
/**
|
|
15896
|
+
* @param {string} value
|
|
15897
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
15898
|
+
*/
|
|
15899
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setStateId = function(value) {
|
|
15900
|
+
return jspb.Message.setField(this, 2, value);
|
|
15901
|
+
};
|
|
15902
|
+
|
|
15903
|
+
|
|
15904
|
+
/**
|
|
15905
|
+
* Clears the field making it undefined.
|
|
15906
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
15907
|
+
*/
|
|
15908
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearStateId = function() {
|
|
15909
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
15910
|
+
};
|
|
15911
|
+
|
|
15912
|
+
|
|
15913
|
+
/**
|
|
15914
|
+
* Returns whether this field is set.
|
|
15915
|
+
* @return {boolean}
|
|
15916
|
+
*/
|
|
15917
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasStateId = function() {
|
|
15918
|
+
return jspb.Message.getField(this, 2) != null;
|
|
15919
|
+
};
|
|
15920
|
+
|
|
15921
|
+
|
|
15922
|
+
/**
|
|
15923
|
+
* optional string purchase_date = 3;
|
|
15924
|
+
* @return {string}
|
|
15925
|
+
*/
|
|
15926
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPurchaseDate = function() {
|
|
15927
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
15928
|
+
};
|
|
15929
|
+
|
|
15930
|
+
|
|
15931
|
+
/**
|
|
15932
|
+
* @param {string} value
|
|
15933
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
15934
|
+
*/
|
|
15935
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPurchaseDate = function(value) {
|
|
15936
|
+
return jspb.Message.setField(this, 3, value);
|
|
15937
|
+
};
|
|
15938
|
+
|
|
15939
|
+
|
|
15940
|
+
/**
|
|
15941
|
+
* Clears the field making it undefined.
|
|
15942
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
15943
|
+
*/
|
|
15944
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPurchaseDate = function() {
|
|
15945
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
15946
|
+
};
|
|
15947
|
+
|
|
15948
|
+
|
|
15949
|
+
/**
|
|
15950
|
+
* Returns whether this field is set.
|
|
15951
|
+
* @return {boolean}
|
|
15952
|
+
*/
|
|
15953
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPurchaseDate = function() {
|
|
15954
|
+
return jspb.Message.getField(this, 3) != null;
|
|
15955
|
+
};
|
|
15956
|
+
|
|
15957
|
+
|
|
15958
|
+
/**
|
|
15959
|
+
* optional string warranty_date = 4;
|
|
15960
|
+
* @return {string}
|
|
15961
|
+
*/
|
|
15962
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getWarrantyDate = function() {
|
|
15963
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
15964
|
+
};
|
|
15965
|
+
|
|
15966
|
+
|
|
15967
|
+
/**
|
|
15968
|
+
* @param {string} value
|
|
15969
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
15970
|
+
*/
|
|
15971
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setWarrantyDate = function(value) {
|
|
15972
|
+
return jspb.Message.setField(this, 4, value);
|
|
15973
|
+
};
|
|
15974
|
+
|
|
15975
|
+
|
|
15976
|
+
/**
|
|
15977
|
+
* Clears the field making it undefined.
|
|
15978
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
15979
|
+
*/
|
|
15980
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearWarrantyDate = function() {
|
|
15981
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
15982
|
+
};
|
|
15983
|
+
|
|
15984
|
+
|
|
15985
|
+
/**
|
|
15986
|
+
* Returns whether this field is set.
|
|
15987
|
+
* @return {boolean}
|
|
15988
|
+
*/
|
|
15989
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasWarrantyDate = function() {
|
|
15990
|
+
return jspb.Message.getField(this, 4) != null;
|
|
15991
|
+
};
|
|
15992
|
+
|
|
15993
|
+
|
|
15994
|
+
/**
|
|
15995
|
+
* optional string last_patched = 5;
|
|
15996
|
+
* @return {string}
|
|
15997
|
+
*/
|
|
15998
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLastPatched = function() {
|
|
15999
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
16000
|
+
};
|
|
16001
|
+
|
|
16002
|
+
|
|
16003
|
+
/**
|
|
16004
|
+
* @param {string} value
|
|
16005
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16006
|
+
*/
|
|
16007
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLastPatched = function(value) {
|
|
16008
|
+
return jspb.Message.setField(this, 5, value);
|
|
16009
|
+
};
|
|
16010
|
+
|
|
16011
|
+
|
|
16012
|
+
/**
|
|
16013
|
+
* Clears the field making it undefined.
|
|
16014
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16015
|
+
*/
|
|
16016
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLastPatched = function() {
|
|
16017
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
16018
|
+
};
|
|
16019
|
+
|
|
16020
|
+
|
|
16021
|
+
/**
|
|
16022
|
+
* Returns whether this field is set.
|
|
16023
|
+
* @return {boolean}
|
|
16024
|
+
*/
|
|
16025
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLastPatched = function() {
|
|
16026
|
+
return jspb.Message.getField(this, 5) != null;
|
|
16027
|
+
};
|
|
16028
|
+
|
|
16029
|
+
|
|
16030
|
+
/**
|
|
16031
|
+
* optional string last_full_backup = 6;
|
|
16032
|
+
* @return {string}
|
|
16033
|
+
*/
|
|
16034
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLastFullBackup = function() {
|
|
16035
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
16036
|
+
};
|
|
16037
|
+
|
|
16038
|
+
|
|
16039
|
+
/**
|
|
16040
|
+
* @param {string} value
|
|
16041
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16042
|
+
*/
|
|
16043
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLastFullBackup = function(value) {
|
|
16044
|
+
return jspb.Message.setField(this, 6, value);
|
|
16045
|
+
};
|
|
16046
|
+
|
|
16047
|
+
|
|
16048
|
+
/**
|
|
16049
|
+
* Clears the field making it undefined.
|
|
16050
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16051
|
+
*/
|
|
16052
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLastFullBackup = function() {
|
|
16053
|
+
return jspb.Message.setField(this, 6, undefined);
|
|
16054
|
+
};
|
|
16055
|
+
|
|
16056
|
+
|
|
16057
|
+
/**
|
|
16058
|
+
* Returns whether this field is set.
|
|
16059
|
+
* @return {boolean}
|
|
16060
|
+
*/
|
|
16061
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLastFullBackup = function() {
|
|
16062
|
+
return jspb.Message.getField(this, 6) != null;
|
|
16063
|
+
};
|
|
16064
|
+
|
|
16065
|
+
|
|
16066
|
+
/**
|
|
16067
|
+
* optional string last_full_image = 7;
|
|
16068
|
+
* @return {string}
|
|
16069
|
+
*/
|
|
16070
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLastFullImage = function() {
|
|
16071
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
16072
|
+
};
|
|
16073
|
+
|
|
16074
|
+
|
|
16075
|
+
/**
|
|
16076
|
+
* @param {string} value
|
|
16077
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16078
|
+
*/
|
|
16079
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLastFullImage = function(value) {
|
|
16080
|
+
return jspb.Message.setField(this, 7, value);
|
|
16081
|
+
};
|
|
16082
|
+
|
|
16083
|
+
|
|
16084
|
+
/**
|
|
16085
|
+
* Clears the field making it undefined.
|
|
16086
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16087
|
+
*/
|
|
16088
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLastFullImage = function() {
|
|
16089
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
16090
|
+
};
|
|
16091
|
+
|
|
16092
|
+
|
|
16093
|
+
/**
|
|
16094
|
+
* Returns whether this field is set.
|
|
16095
|
+
* @return {boolean}
|
|
16096
|
+
*/
|
|
16097
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLastFullImage = function() {
|
|
16098
|
+
return jspb.Message.getField(this, 7) != null;
|
|
16099
|
+
};
|
|
16100
|
+
|
|
16101
|
+
|
|
16102
|
+
/**
|
|
16103
|
+
* optional string order_number = 8;
|
|
16104
|
+
* @return {string}
|
|
16105
|
+
*/
|
|
16106
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getOrderNumber = function() {
|
|
16107
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 8, ""));
|
|
16108
|
+
};
|
|
16109
|
+
|
|
16110
|
+
|
|
16111
|
+
/**
|
|
16112
|
+
* @param {string} value
|
|
16113
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16114
|
+
*/
|
|
16115
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setOrderNumber = function(value) {
|
|
16116
|
+
return jspb.Message.setField(this, 8, value);
|
|
16117
|
+
};
|
|
16118
|
+
|
|
16119
|
+
|
|
16120
|
+
/**
|
|
16121
|
+
* Clears the field making it undefined.
|
|
16122
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16123
|
+
*/
|
|
16124
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearOrderNumber = function() {
|
|
16125
|
+
return jspb.Message.setField(this, 8, undefined);
|
|
16126
|
+
};
|
|
16127
|
+
|
|
16128
|
+
|
|
16129
|
+
/**
|
|
16130
|
+
* Returns whether this field is set.
|
|
16131
|
+
* @return {boolean}
|
|
16132
|
+
*/
|
|
16133
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasOrderNumber = function() {
|
|
16134
|
+
return jspb.Message.getField(this, 8) != null;
|
|
16135
|
+
};
|
|
16136
|
+
|
|
16137
|
+
|
|
16138
|
+
/**
|
|
16139
|
+
* optional string comment = 9;
|
|
16140
|
+
* @return {string}
|
|
16141
|
+
*/
|
|
16142
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getComment = function() {
|
|
16143
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
16144
|
+
};
|
|
16145
|
+
|
|
16146
|
+
|
|
16147
|
+
/**
|
|
16148
|
+
* @param {string} value
|
|
16149
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16150
|
+
*/
|
|
16151
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setComment = function(value) {
|
|
16152
|
+
return jspb.Message.setField(this, 9, value);
|
|
16153
|
+
};
|
|
16154
|
+
|
|
16155
|
+
|
|
16156
|
+
/**
|
|
16157
|
+
* Clears the field making it undefined.
|
|
16158
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16159
|
+
*/
|
|
16160
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearComment = function() {
|
|
16161
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
16162
|
+
};
|
|
16163
|
+
|
|
16164
|
+
|
|
16165
|
+
/**
|
|
16166
|
+
* Returns whether this field is set.
|
|
16167
|
+
* @return {boolean}
|
|
16168
|
+
*/
|
|
16169
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasComment = function() {
|
|
16170
|
+
return jspb.Message.getField(this, 9) != null;
|
|
16171
|
+
};
|
|
16172
|
+
|
|
16173
|
+
|
|
16174
|
+
/**
|
|
16175
|
+
* optional string location = 10;
|
|
16176
|
+
* @return {string}
|
|
16177
|
+
*/
|
|
16178
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLocation = function() {
|
|
16179
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
16180
|
+
};
|
|
16181
|
+
|
|
16182
|
+
|
|
16183
|
+
/**
|
|
16184
|
+
* @param {string} value
|
|
16185
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16186
|
+
*/
|
|
16187
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLocation = function(value) {
|
|
16188
|
+
return jspb.Message.setField(this, 10, value);
|
|
16189
|
+
};
|
|
16190
|
+
|
|
16191
|
+
|
|
16192
|
+
/**
|
|
16193
|
+
* Clears the field making it undefined.
|
|
16194
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16195
|
+
*/
|
|
16196
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLocation = function() {
|
|
16197
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
16198
|
+
};
|
|
16199
|
+
|
|
16200
|
+
|
|
16201
|
+
/**
|
|
16202
|
+
* Returns whether this field is set.
|
|
16203
|
+
* @return {boolean}
|
|
16204
|
+
*/
|
|
16205
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLocation = function() {
|
|
16206
|
+
return jspb.Message.getField(this, 10) != null;
|
|
16207
|
+
};
|
|
16208
|
+
|
|
16209
|
+
|
|
16210
|
+
/**
|
|
16211
|
+
* optional bool location_lock = 11;
|
|
16212
|
+
* @return {boolean}
|
|
16213
|
+
*/
|
|
16214
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLocationLock = function() {
|
|
16215
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 11, false));
|
|
16216
|
+
};
|
|
16217
|
+
|
|
16218
|
+
|
|
16219
|
+
/**
|
|
16220
|
+
* @param {boolean} value
|
|
16221
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16222
|
+
*/
|
|
16223
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLocationLock = function(value) {
|
|
16224
|
+
return jspb.Message.setField(this, 11, value);
|
|
16225
|
+
};
|
|
16226
|
+
|
|
16227
|
+
|
|
16228
|
+
/**
|
|
16229
|
+
* Clears the field making it undefined.
|
|
16230
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16231
|
+
*/
|
|
16232
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLocationLock = function() {
|
|
16233
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
16234
|
+
};
|
|
16235
|
+
|
|
16236
|
+
|
|
16237
|
+
/**
|
|
16238
|
+
* Returns whether this field is set.
|
|
16239
|
+
* @return {boolean}
|
|
16240
|
+
*/
|
|
16241
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLocationLock = function() {
|
|
16242
|
+
return jspb.Message.getField(this, 11) != null;
|
|
16243
|
+
};
|
|
16244
|
+
|
|
16245
|
+
|
|
16246
|
+
/**
|
|
16247
|
+
* optional string building = 12;
|
|
16248
|
+
* @return {string}
|
|
16249
|
+
*/
|
|
16250
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getBuilding = function() {
|
|
16251
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
16252
|
+
};
|
|
16253
|
+
|
|
16254
|
+
|
|
16255
|
+
/**
|
|
16256
|
+
* @param {string} value
|
|
16257
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16258
|
+
*/
|
|
16259
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setBuilding = function(value) {
|
|
16260
|
+
return jspb.Message.setField(this, 12, value);
|
|
16261
|
+
};
|
|
16262
|
+
|
|
16263
|
+
|
|
16264
|
+
/**
|
|
16265
|
+
* Clears the field making it undefined.
|
|
16266
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16267
|
+
*/
|
|
16268
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearBuilding = function() {
|
|
16269
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
16270
|
+
};
|
|
16271
|
+
|
|
16272
|
+
|
|
16273
|
+
/**
|
|
16274
|
+
* Returns whether this field is set.
|
|
16275
|
+
* @return {boolean}
|
|
16276
|
+
*/
|
|
16277
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasBuilding = function() {
|
|
16278
|
+
return jspb.Message.getField(this, 12) != null;
|
|
16279
|
+
};
|
|
16280
|
+
|
|
16281
|
+
|
|
16282
|
+
/**
|
|
16283
|
+
* optional string department = 13;
|
|
16284
|
+
* @return {string}
|
|
16285
|
+
*/
|
|
16286
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getDepartment = function() {
|
|
16287
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
16288
|
+
};
|
|
16289
|
+
|
|
16290
|
+
|
|
16291
|
+
/**
|
|
16292
|
+
* @param {string} value
|
|
16293
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16294
|
+
*/
|
|
16295
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setDepartment = function(value) {
|
|
16296
|
+
return jspb.Message.setField(this, 13, value);
|
|
16297
|
+
};
|
|
16298
|
+
|
|
16299
|
+
|
|
16300
|
+
/**
|
|
16301
|
+
* Clears the field making it undefined.
|
|
16302
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16303
|
+
*/
|
|
16304
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearDepartment = function() {
|
|
16305
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
16306
|
+
};
|
|
16307
|
+
|
|
16308
|
+
|
|
16309
|
+
/**
|
|
16310
|
+
* Returns whether this field is set.
|
|
16311
|
+
* @return {boolean}
|
|
16312
|
+
*/
|
|
16313
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasDepartment = function() {
|
|
16314
|
+
return jspb.Message.getField(this, 13) != null;
|
|
16315
|
+
};
|
|
16316
|
+
|
|
16317
|
+
|
|
16318
|
+
/**
|
|
16319
|
+
* optional string branch_office = 14;
|
|
16320
|
+
* @return {string}
|
|
16321
|
+
*/
|
|
16322
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getBranchOffice = function() {
|
|
16323
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
16324
|
+
};
|
|
16325
|
+
|
|
16326
|
+
|
|
16327
|
+
/**
|
|
16328
|
+
* @param {string} value
|
|
16329
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16330
|
+
*/
|
|
16331
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setBranchOffice = function(value) {
|
|
16332
|
+
return jspb.Message.setField(this, 14, value);
|
|
16333
|
+
};
|
|
16334
|
+
|
|
16335
|
+
|
|
16336
|
+
/**
|
|
16337
|
+
* Clears the field making it undefined.
|
|
16338
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16339
|
+
*/
|
|
16340
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearBranchOffice = function() {
|
|
16341
|
+
return jspb.Message.setField(this, 14, undefined);
|
|
16342
|
+
};
|
|
16343
|
+
|
|
16344
|
+
|
|
16345
|
+
/**
|
|
16346
|
+
* Returns whether this field is set.
|
|
16347
|
+
* @return {boolean}
|
|
16348
|
+
*/
|
|
16349
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasBranchOffice = function() {
|
|
16350
|
+
return jspb.Message.getField(this, 14) != null;
|
|
16351
|
+
};
|
|
16352
|
+
|
|
16353
|
+
|
|
16354
|
+
/**
|
|
16355
|
+
* optional string bar_code = 15;
|
|
16356
|
+
* @return {string}
|
|
16357
|
+
*/
|
|
16358
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getBarCode = function() {
|
|
16359
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
16360
|
+
};
|
|
16361
|
+
|
|
16362
|
+
|
|
16363
|
+
/**
|
|
16364
|
+
* @param {string} value
|
|
16365
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16366
|
+
*/
|
|
16367
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setBarCode = function(value) {
|
|
16368
|
+
return jspb.Message.setField(this, 15, value);
|
|
16369
|
+
};
|
|
16370
|
+
|
|
16371
|
+
|
|
16372
|
+
/**
|
|
16373
|
+
* Clears the field making it undefined.
|
|
16374
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16375
|
+
*/
|
|
16376
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearBarCode = function() {
|
|
16377
|
+
return jspb.Message.setField(this, 15, undefined);
|
|
16378
|
+
};
|
|
16379
|
+
|
|
16380
|
+
|
|
16381
|
+
/**
|
|
16382
|
+
* Returns whether this field is set.
|
|
16383
|
+
* @return {boolean}
|
|
16384
|
+
*/
|
|
16385
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasBarCode = function() {
|
|
16386
|
+
return jspb.Message.getField(this, 15) != null;
|
|
16387
|
+
};
|
|
16388
|
+
|
|
16389
|
+
|
|
16390
|
+
/**
|
|
16391
|
+
* optional string manufacturer = 16;
|
|
16392
|
+
* @return {string}
|
|
16393
|
+
*/
|
|
16394
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getManufacturer = function() {
|
|
16395
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
16396
|
+
};
|
|
16397
|
+
|
|
16398
|
+
|
|
16399
|
+
/**
|
|
16400
|
+
* @param {string} value
|
|
16401
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16402
|
+
*/
|
|
16403
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setManufacturer = function(value) {
|
|
16404
|
+
return jspb.Message.setField(this, 16, value);
|
|
16405
|
+
};
|
|
16406
|
+
|
|
16407
|
+
|
|
16408
|
+
/**
|
|
16409
|
+
* Clears the field making it undefined.
|
|
16410
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16411
|
+
*/
|
|
16412
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearManufacturer = function() {
|
|
16413
|
+
return jspb.Message.setField(this, 16, undefined);
|
|
16414
|
+
};
|
|
16415
|
+
|
|
16416
|
+
|
|
16417
|
+
/**
|
|
16418
|
+
* Returns whether this field is set.
|
|
16419
|
+
* @return {boolean}
|
|
16420
|
+
*/
|
|
16421
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasManufacturer = function() {
|
|
16422
|
+
return jspb.Message.getField(this, 16) != null;
|
|
16423
|
+
};
|
|
16424
|
+
|
|
16425
|
+
|
|
16426
|
+
/**
|
|
16427
|
+
* optional bool manufacturer_lock = 17;
|
|
16428
|
+
* @return {boolean}
|
|
16429
|
+
*/
|
|
16430
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getManufacturerLock = function() {
|
|
16431
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 17, false));
|
|
16432
|
+
};
|
|
16433
|
+
|
|
16434
|
+
|
|
16435
|
+
/**
|
|
16436
|
+
* @param {boolean} value
|
|
16437
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16438
|
+
*/
|
|
16439
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setManufacturerLock = function(value) {
|
|
16440
|
+
return jspb.Message.setField(this, 17, value);
|
|
16441
|
+
};
|
|
16442
|
+
|
|
16443
|
+
|
|
16444
|
+
/**
|
|
16445
|
+
* Clears the field making it undefined.
|
|
16446
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16447
|
+
*/
|
|
16448
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearManufacturerLock = function() {
|
|
16449
|
+
return jspb.Message.setField(this, 17, undefined);
|
|
16450
|
+
};
|
|
16451
|
+
|
|
16452
|
+
|
|
16453
|
+
/**
|
|
16454
|
+
* Returns whether this field is set.
|
|
16455
|
+
* @return {boolean}
|
|
16456
|
+
*/
|
|
16457
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasManufacturerLock = function() {
|
|
16458
|
+
return jspb.Message.getField(this, 17) != null;
|
|
16459
|
+
};
|
|
16460
|
+
|
|
16461
|
+
|
|
16462
|
+
/**
|
|
16463
|
+
* optional string contact = 18;
|
|
16464
|
+
* @return {string}
|
|
16465
|
+
*/
|
|
16466
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getContact = function() {
|
|
16467
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 18, ""));
|
|
16468
|
+
};
|
|
16469
|
+
|
|
16470
|
+
|
|
16471
|
+
/**
|
|
16472
|
+
* @param {string} value
|
|
16473
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16474
|
+
*/
|
|
16475
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setContact = function(value) {
|
|
16476
|
+
return jspb.Message.setField(this, 18, value);
|
|
16477
|
+
};
|
|
16478
|
+
|
|
16479
|
+
|
|
16480
|
+
/**
|
|
16481
|
+
* Clears the field making it undefined.
|
|
16482
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16483
|
+
*/
|
|
16484
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearContact = function() {
|
|
16485
|
+
return jspb.Message.setField(this, 18, undefined);
|
|
16486
|
+
};
|
|
16487
|
+
|
|
16488
|
+
|
|
16489
|
+
/**
|
|
16490
|
+
* Returns whether this field is set.
|
|
16491
|
+
* @return {boolean}
|
|
16492
|
+
*/
|
|
16493
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasContact = function() {
|
|
16494
|
+
return jspb.Message.getField(this, 18) != null;
|
|
16495
|
+
};
|
|
16496
|
+
|
|
16497
|
+
|
|
16498
|
+
/**
|
|
16499
|
+
* optional bool contact_lock = 19;
|
|
16500
|
+
* @return {boolean}
|
|
16501
|
+
*/
|
|
16502
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getContactLock = function() {
|
|
16503
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 19, false));
|
|
16504
|
+
};
|
|
16505
|
+
|
|
16506
|
+
|
|
16507
|
+
/**
|
|
16508
|
+
* @param {boolean} value
|
|
16509
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16510
|
+
*/
|
|
16511
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setContactLock = function(value) {
|
|
16512
|
+
return jspb.Message.setField(this, 19, value);
|
|
16513
|
+
};
|
|
16514
|
+
|
|
16515
|
+
|
|
16516
|
+
/**
|
|
16517
|
+
* Clears the field making it undefined.
|
|
16518
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16519
|
+
*/
|
|
16520
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearContactLock = function() {
|
|
16521
|
+
return jspb.Message.setField(this, 19, undefined);
|
|
16522
|
+
};
|
|
16523
|
+
|
|
16524
|
+
|
|
16525
|
+
/**
|
|
16526
|
+
* Returns whether this field is set.
|
|
16527
|
+
* @return {boolean}
|
|
16528
|
+
*/
|
|
16529
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasContactLock = function() {
|
|
16530
|
+
return jspb.Message.getField(this, 19) != null;
|
|
16531
|
+
};
|
|
16532
|
+
|
|
16533
|
+
|
|
16534
|
+
/**
|
|
16535
|
+
* optional string model = 20;
|
|
16536
|
+
* @return {string}
|
|
16537
|
+
*/
|
|
16538
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getModel = function() {
|
|
16539
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
|
|
16540
|
+
};
|
|
16541
|
+
|
|
16542
|
+
|
|
16543
|
+
/**
|
|
16544
|
+
* @param {string} value
|
|
16545
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16546
|
+
*/
|
|
16547
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setModel = function(value) {
|
|
16548
|
+
return jspb.Message.setField(this, 20, value);
|
|
16549
|
+
};
|
|
16550
|
+
|
|
16551
|
+
|
|
16552
|
+
/**
|
|
16553
|
+
* Clears the field making it undefined.
|
|
16554
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16555
|
+
*/
|
|
16556
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearModel = function() {
|
|
16557
|
+
return jspb.Message.setField(this, 20, undefined);
|
|
16558
|
+
};
|
|
16559
|
+
|
|
16560
|
+
|
|
16561
|
+
/**
|
|
16562
|
+
* Returns whether this field is set.
|
|
16563
|
+
* @return {boolean}
|
|
16564
|
+
*/
|
|
16565
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasModel = function() {
|
|
16566
|
+
return jspb.Message.getField(this, 20) != null;
|
|
16567
|
+
};
|
|
16568
|
+
|
|
16569
|
+
|
|
16570
|
+
/**
|
|
16571
|
+
* optional bool model_lock = 21;
|
|
16572
|
+
* @return {boolean}
|
|
16573
|
+
*/
|
|
16574
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getModelLock = function() {
|
|
16575
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 21, false));
|
|
16576
|
+
};
|
|
16577
|
+
|
|
16578
|
+
|
|
16579
|
+
/**
|
|
16580
|
+
* @param {boolean} value
|
|
16581
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16582
|
+
*/
|
|
16583
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setModelLock = function(value) {
|
|
16584
|
+
return jspb.Message.setField(this, 21, value);
|
|
16585
|
+
};
|
|
16586
|
+
|
|
16587
|
+
|
|
16588
|
+
/**
|
|
16589
|
+
* Clears the field making it undefined.
|
|
16590
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16591
|
+
*/
|
|
16592
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearModelLock = function() {
|
|
16593
|
+
return jspb.Message.setField(this, 21, undefined);
|
|
16594
|
+
};
|
|
16595
|
+
|
|
16596
|
+
|
|
16597
|
+
/**
|
|
16598
|
+
* Returns whether this field is set.
|
|
16599
|
+
* @return {boolean}
|
|
16600
|
+
*/
|
|
16601
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasModelLock = function() {
|
|
16602
|
+
return jspb.Message.getField(this, 21) != null;
|
|
16603
|
+
};
|
|
16604
|
+
|
|
16605
|
+
|
|
16606
|
+
/**
|
|
16607
|
+
* optional string http_title = 22;
|
|
16608
|
+
* @return {string}
|
|
16609
|
+
*/
|
|
16610
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getHttpTitle = function() {
|
|
16611
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 22, ""));
|
|
16612
|
+
};
|
|
16613
|
+
|
|
16614
|
+
|
|
16615
|
+
/**
|
|
16616
|
+
* @param {string} value
|
|
16617
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16618
|
+
*/
|
|
16619
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setHttpTitle = function(value) {
|
|
16620
|
+
return jspb.Message.setField(this, 22, value);
|
|
16621
|
+
};
|
|
16622
|
+
|
|
16623
|
+
|
|
16624
|
+
/**
|
|
16625
|
+
* Clears the field making it undefined.
|
|
16626
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16627
|
+
*/
|
|
16628
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearHttpTitle = function() {
|
|
16629
|
+
return jspb.Message.setField(this, 22, undefined);
|
|
16630
|
+
};
|
|
16631
|
+
|
|
16632
|
+
|
|
16633
|
+
/**
|
|
16634
|
+
* Returns whether this field is set.
|
|
16635
|
+
* @return {boolean}
|
|
16636
|
+
*/
|
|
16637
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasHttpTitle = function() {
|
|
16638
|
+
return jspb.Message.getField(this, 22) != null;
|
|
16639
|
+
};
|
|
16640
|
+
|
|
16641
|
+
|
|
16642
|
+
/**
|
|
16643
|
+
* optional string http_server = 23;
|
|
16644
|
+
* @return {string}
|
|
16645
|
+
*/
|
|
16646
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getHttpServer = function() {
|
|
16647
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 23, ""));
|
|
16648
|
+
};
|
|
16649
|
+
|
|
16650
|
+
|
|
16651
|
+
/**
|
|
16652
|
+
* @param {string} value
|
|
16653
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16654
|
+
*/
|
|
16655
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setHttpServer = function(value) {
|
|
16656
|
+
return jspb.Message.setField(this, 23, value);
|
|
16657
|
+
};
|
|
16658
|
+
|
|
16659
|
+
|
|
16660
|
+
/**
|
|
16661
|
+
* Clears the field making it undefined.
|
|
16662
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16663
|
+
*/
|
|
16664
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearHttpServer = function() {
|
|
16665
|
+
return jspb.Message.setField(this, 23, undefined);
|
|
16666
|
+
};
|
|
16667
|
+
|
|
16668
|
+
|
|
16669
|
+
/**
|
|
16670
|
+
* Returns whether this field is set.
|
|
16671
|
+
* @return {boolean}
|
|
16672
|
+
*/
|
|
16673
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasHttpServer = function() {
|
|
16674
|
+
return jspb.Message.getField(this, 23) != null;
|
|
16675
|
+
};
|
|
16676
|
+
|
|
16677
|
+
|
|
16678
|
+
/**
|
|
16679
|
+
* optional string https_server = 24;
|
|
16680
|
+
* @return {string}
|
|
16681
|
+
*/
|
|
16682
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getHttpsServer = function() {
|
|
16683
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 24, ""));
|
|
16684
|
+
};
|
|
16685
|
+
|
|
16686
|
+
|
|
16687
|
+
/**
|
|
16688
|
+
* @param {string} value
|
|
16689
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16690
|
+
*/
|
|
16691
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setHttpsServer = function(value) {
|
|
16692
|
+
return jspb.Message.setField(this, 24, value);
|
|
16693
|
+
};
|
|
16694
|
+
|
|
16695
|
+
|
|
16696
|
+
/**
|
|
16697
|
+
* Clears the field making it undefined.
|
|
16698
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16699
|
+
*/
|
|
16700
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearHttpsServer = function() {
|
|
16701
|
+
return jspb.Message.setField(this, 24, undefined);
|
|
16702
|
+
};
|
|
16703
|
+
|
|
16704
|
+
|
|
16705
|
+
/**
|
|
16706
|
+
* Returns whether this field is set.
|
|
16707
|
+
* @return {boolean}
|
|
16708
|
+
*/
|
|
16709
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasHttpsServer = function() {
|
|
16710
|
+
return jspb.Message.getField(this, 24) != null;
|
|
16711
|
+
};
|
|
16712
|
+
|
|
16713
|
+
|
|
16714
|
+
/**
|
|
16715
|
+
* optional string snmp_o_id = 25;
|
|
16716
|
+
* @return {string}
|
|
16717
|
+
*/
|
|
16718
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSnmpOId = function() {
|
|
16719
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 25, ""));
|
|
16720
|
+
};
|
|
16721
|
+
|
|
16722
|
+
|
|
16723
|
+
/**
|
|
16724
|
+
* @param {string} value
|
|
16725
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16726
|
+
*/
|
|
16727
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSnmpOId = function(value) {
|
|
16728
|
+
return jspb.Message.setField(this, 25, value);
|
|
16729
|
+
};
|
|
16730
|
+
|
|
16731
|
+
|
|
16732
|
+
/**
|
|
16733
|
+
* Clears the field making it undefined.
|
|
16734
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16735
|
+
*/
|
|
16736
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSnmpOId = function() {
|
|
16737
|
+
return jspb.Message.setField(this, 25, undefined);
|
|
16738
|
+
};
|
|
16739
|
+
|
|
16740
|
+
|
|
16741
|
+
/**
|
|
16742
|
+
* Returns whether this field is set.
|
|
16743
|
+
* @return {boolean}
|
|
16744
|
+
*/
|
|
16745
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSnmpOId = function() {
|
|
16746
|
+
return jspb.Message.getField(this, 25) != null;
|
|
16747
|
+
};
|
|
16748
|
+
|
|
16749
|
+
|
|
16750
|
+
/**
|
|
16751
|
+
* optional string smtp_header = 26;
|
|
16752
|
+
* @return {string}
|
|
16753
|
+
*/
|
|
16754
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSmtpHeader = function() {
|
|
16755
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 26, ""));
|
|
16756
|
+
};
|
|
16757
|
+
|
|
16758
|
+
|
|
16759
|
+
/**
|
|
16760
|
+
* @param {string} value
|
|
16761
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16762
|
+
*/
|
|
16763
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSmtpHeader = function(value) {
|
|
16764
|
+
return jspb.Message.setField(this, 26, value);
|
|
16765
|
+
};
|
|
16766
|
+
|
|
16767
|
+
|
|
16768
|
+
/**
|
|
16769
|
+
* Clears the field making it undefined.
|
|
16770
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16771
|
+
*/
|
|
16772
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSmtpHeader = function() {
|
|
16773
|
+
return jspb.Message.setField(this, 26, undefined);
|
|
16774
|
+
};
|
|
16775
|
+
|
|
16776
|
+
|
|
16777
|
+
/**
|
|
16778
|
+
* Returns whether this field is set.
|
|
16779
|
+
* @return {boolean}
|
|
16780
|
+
*/
|
|
16781
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSmtpHeader = function() {
|
|
16782
|
+
return jspb.Message.getField(this, 26) != null;
|
|
16783
|
+
};
|
|
16784
|
+
|
|
16785
|
+
|
|
16786
|
+
/**
|
|
16787
|
+
* optional string ftp_header = 27;
|
|
16788
|
+
* @return {string}
|
|
16789
|
+
*/
|
|
16790
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getFtpHeader = function() {
|
|
16791
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 27, ""));
|
|
16792
|
+
};
|
|
16793
|
+
|
|
16794
|
+
|
|
16795
|
+
/**
|
|
16796
|
+
* @param {string} value
|
|
16797
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16798
|
+
*/
|
|
16799
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setFtpHeader = function(value) {
|
|
16800
|
+
return jspb.Message.setField(this, 27, value);
|
|
16801
|
+
};
|
|
16802
|
+
|
|
16803
|
+
|
|
16804
|
+
/**
|
|
16805
|
+
* Clears the field making it undefined.
|
|
16806
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16807
|
+
*/
|
|
16808
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearFtpHeader = function() {
|
|
16809
|
+
return jspb.Message.setField(this, 27, undefined);
|
|
16810
|
+
};
|
|
16811
|
+
|
|
16812
|
+
|
|
16813
|
+
/**
|
|
16814
|
+
* Returns whether this field is set.
|
|
16815
|
+
* @return {boolean}
|
|
16816
|
+
*/
|
|
16817
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasFtpHeader = function() {
|
|
16818
|
+
return jspb.Message.getField(this, 27) != null;
|
|
16819
|
+
};
|
|
16820
|
+
|
|
16821
|
+
|
|
16822
|
+
/**
|
|
16823
|
+
* optional string last_changed = 28;
|
|
16824
|
+
* @return {string}
|
|
16825
|
+
*/
|
|
16826
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLastChanged = function() {
|
|
16827
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 28, ""));
|
|
16828
|
+
};
|
|
16829
|
+
|
|
16830
|
+
|
|
16831
|
+
/**
|
|
16832
|
+
* @param {string} value
|
|
16833
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16834
|
+
*/
|
|
16835
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLastChanged = function(value) {
|
|
16836
|
+
return jspb.Message.setField(this, 28, value);
|
|
16837
|
+
};
|
|
16838
|
+
|
|
16839
|
+
|
|
16840
|
+
/**
|
|
16841
|
+
* Clears the field making it undefined.
|
|
16842
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16843
|
+
*/
|
|
16844
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLastChanged = function() {
|
|
16845
|
+
return jspb.Message.setField(this, 28, undefined);
|
|
16846
|
+
};
|
|
16847
|
+
|
|
16848
|
+
|
|
16849
|
+
/**
|
|
16850
|
+
* Returns whether this field is set.
|
|
16851
|
+
* @return {boolean}
|
|
16852
|
+
*/
|
|
16853
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLastChanged = function() {
|
|
16854
|
+
return jspb.Message.getField(this, 28) != null;
|
|
16855
|
+
};
|
|
16856
|
+
|
|
16857
|
+
|
|
16858
|
+
/**
|
|
16859
|
+
* optional string serial_number = 29;
|
|
16860
|
+
* @return {string}
|
|
16861
|
+
*/
|
|
16862
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSerialNumber = function() {
|
|
16863
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 29, ""));
|
|
16864
|
+
};
|
|
16865
|
+
|
|
16866
|
+
|
|
16867
|
+
/**
|
|
16868
|
+
* @param {string} value
|
|
16869
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16870
|
+
*/
|
|
16871
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSerialNumber = function(value) {
|
|
16872
|
+
return jspb.Message.setField(this, 29, value);
|
|
16873
|
+
};
|
|
16874
|
+
|
|
16875
|
+
|
|
16876
|
+
/**
|
|
16877
|
+
* Clears the field making it undefined.
|
|
16878
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16879
|
+
*/
|
|
16880
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSerialNumber = function() {
|
|
16881
|
+
return jspb.Message.setField(this, 29, undefined);
|
|
16882
|
+
};
|
|
16883
|
+
|
|
16884
|
+
|
|
16885
|
+
/**
|
|
16886
|
+
* Returns whether this field is set.
|
|
16887
|
+
* @return {boolean}
|
|
16888
|
+
*/
|
|
16889
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSerialNumber = function() {
|
|
16890
|
+
return jspb.Message.getField(this, 29) != null;
|
|
16891
|
+
};
|
|
16892
|
+
|
|
16893
|
+
|
|
16894
|
+
/**
|
|
16895
|
+
* optional bool serial_number_lock = 30;
|
|
16896
|
+
* @return {boolean}
|
|
16897
|
+
*/
|
|
16898
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSerialNumberLock = function() {
|
|
16899
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 30, false));
|
|
16900
|
+
};
|
|
16901
|
+
|
|
16902
|
+
|
|
16903
|
+
/**
|
|
16904
|
+
* @param {boolean} value
|
|
16905
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16906
|
+
*/
|
|
16907
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSerialNumberLock = function(value) {
|
|
16908
|
+
return jspb.Message.setField(this, 30, value);
|
|
16909
|
+
};
|
|
16910
|
+
|
|
16911
|
+
|
|
16912
|
+
/**
|
|
16913
|
+
* Clears the field making it undefined.
|
|
16914
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16915
|
+
*/
|
|
16916
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSerialNumberLock = function() {
|
|
16917
|
+
return jspb.Message.setField(this, 30, undefined);
|
|
16918
|
+
};
|
|
16919
|
+
|
|
16920
|
+
|
|
16921
|
+
/**
|
|
16922
|
+
* Returns whether this field is set.
|
|
16923
|
+
* @return {boolean}
|
|
16924
|
+
*/
|
|
16925
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSerialNumberLock = function() {
|
|
16926
|
+
return jspb.Message.getField(this, 30) != null;
|
|
16927
|
+
};
|
|
16928
|
+
|
|
16929
|
+
|
|
16930
|
+
/**
|
|
16931
|
+
* optional float printed_pages = 31;
|
|
16932
|
+
* @return {number}
|
|
16933
|
+
*/
|
|
16934
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPrintedPages = function() {
|
|
16935
|
+
return /** @type {number} */ (jspb.Message.getFloatingPointFieldWithDefault(this, 31, 0.0));
|
|
16936
|
+
};
|
|
16937
|
+
|
|
16938
|
+
|
|
16939
|
+
/**
|
|
16940
|
+
* @param {number} value
|
|
16941
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16942
|
+
*/
|
|
16943
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPrintedPages = function(value) {
|
|
16944
|
+
return jspb.Message.setField(this, 31, value);
|
|
16945
|
+
};
|
|
16946
|
+
|
|
16947
|
+
|
|
16948
|
+
/**
|
|
16949
|
+
* Clears the field making it undefined.
|
|
16950
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16951
|
+
*/
|
|
16952
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPrintedPages = function() {
|
|
16953
|
+
return jspb.Message.setField(this, 31, undefined);
|
|
16954
|
+
};
|
|
16955
|
+
|
|
16956
|
+
|
|
16957
|
+
/**
|
|
16958
|
+
* Returns whether this field is set.
|
|
16959
|
+
* @return {boolean}
|
|
16960
|
+
*/
|
|
16961
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPrintedPages = function() {
|
|
16962
|
+
return jspb.Message.getField(this, 31) != null;
|
|
16963
|
+
};
|
|
16964
|
+
|
|
16965
|
+
|
|
16966
|
+
/**
|
|
16967
|
+
* optional string printer_status = 32;
|
|
16968
|
+
* @return {string}
|
|
16969
|
+
*/
|
|
16970
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPrinterStatus = function() {
|
|
16971
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 32, ""));
|
|
16972
|
+
};
|
|
16973
|
+
|
|
16974
|
+
|
|
16975
|
+
/**
|
|
16976
|
+
* @param {string} value
|
|
16977
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16978
|
+
*/
|
|
16979
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPrinterStatus = function(value) {
|
|
16980
|
+
return jspb.Message.setField(this, 32, value);
|
|
16981
|
+
};
|
|
16982
|
+
|
|
16983
|
+
|
|
16984
|
+
/**
|
|
16985
|
+
* Clears the field making it undefined.
|
|
16986
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
16987
|
+
*/
|
|
16988
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPrinterStatus = function() {
|
|
16989
|
+
return jspb.Message.setField(this, 32, undefined);
|
|
16990
|
+
};
|
|
16991
|
+
|
|
16992
|
+
|
|
16993
|
+
/**
|
|
16994
|
+
* Returns whether this field is set.
|
|
16995
|
+
* @return {boolean}
|
|
16996
|
+
*/
|
|
16997
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPrinterStatus = function() {
|
|
16998
|
+
return jspb.Message.getField(this, 32) != null;
|
|
16999
|
+
};
|
|
17000
|
+
|
|
17001
|
+
|
|
17002
|
+
/**
|
|
17003
|
+
* optional string dns_name = 33;
|
|
17004
|
+
* @return {string}
|
|
17005
|
+
*/
|
|
17006
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getDnsName = function() {
|
|
17007
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 33, ""));
|
|
17008
|
+
};
|
|
17009
|
+
|
|
17010
|
+
|
|
17011
|
+
/**
|
|
17012
|
+
* @param {string} value
|
|
17013
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17014
|
+
*/
|
|
17015
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setDnsName = function(value) {
|
|
17016
|
+
return jspb.Message.setField(this, 33, value);
|
|
17017
|
+
};
|
|
17018
|
+
|
|
17019
|
+
|
|
17020
|
+
/**
|
|
17021
|
+
* Clears the field making it undefined.
|
|
17022
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17023
|
+
*/
|
|
17024
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearDnsName = function() {
|
|
17025
|
+
return jspb.Message.setField(this, 33, undefined);
|
|
17026
|
+
};
|
|
17027
|
+
|
|
17028
|
+
|
|
17029
|
+
/**
|
|
17030
|
+
* Returns whether this field is set.
|
|
17031
|
+
* @return {boolean}
|
|
17032
|
+
*/
|
|
17033
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasDnsName = function() {
|
|
17034
|
+
return jspb.Message.getField(this, 33) != null;
|
|
17035
|
+
};
|
|
17036
|
+
|
|
17037
|
+
|
|
17038
|
+
/**
|
|
17039
|
+
* optional string ssh_server = 34;
|
|
17040
|
+
* @return {string}
|
|
17041
|
+
*/
|
|
17042
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSshServer = function() {
|
|
17043
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 34, ""));
|
|
17044
|
+
};
|
|
17045
|
+
|
|
17046
|
+
|
|
17047
|
+
/**
|
|
17048
|
+
* @param {string} value
|
|
17049
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17050
|
+
*/
|
|
17051
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSshServer = function(value) {
|
|
17052
|
+
return jspb.Message.setField(this, 34, value);
|
|
17053
|
+
};
|
|
17054
|
+
|
|
17055
|
+
|
|
17056
|
+
/**
|
|
17057
|
+
* Clears the field making it undefined.
|
|
17058
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17059
|
+
*/
|
|
17060
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSshServer = function() {
|
|
17061
|
+
return jspb.Message.setField(this, 34, undefined);
|
|
17062
|
+
};
|
|
17063
|
+
|
|
17064
|
+
|
|
17065
|
+
/**
|
|
17066
|
+
* Returns whether this field is set.
|
|
17067
|
+
* @return {boolean}
|
|
17068
|
+
*/
|
|
17069
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSshServer = function() {
|
|
17070
|
+
return jspb.Message.getField(this, 34) != null;
|
|
17071
|
+
};
|
|
17072
|
+
|
|
17073
|
+
|
|
17074
|
+
/**
|
|
17075
|
+
* optional bool purchase_date_lock = 35;
|
|
17076
|
+
* @return {boolean}
|
|
17077
|
+
*/
|
|
17078
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPurchaseDateLock = function() {
|
|
17079
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 35, false));
|
|
17080
|
+
};
|
|
17081
|
+
|
|
17082
|
+
|
|
17083
|
+
/**
|
|
17084
|
+
* @param {boolean} value
|
|
17085
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17086
|
+
*/
|
|
17087
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPurchaseDateLock = function(value) {
|
|
17088
|
+
return jspb.Message.setField(this, 35, value);
|
|
17089
|
+
};
|
|
17090
|
+
|
|
17091
|
+
|
|
17092
|
+
/**
|
|
17093
|
+
* Clears the field making it undefined.
|
|
17094
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17095
|
+
*/
|
|
17096
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPurchaseDateLock = function() {
|
|
17097
|
+
return jspb.Message.setField(this, 35, undefined);
|
|
17098
|
+
};
|
|
17099
|
+
|
|
17100
|
+
|
|
17101
|
+
/**
|
|
17102
|
+
* Returns whether this field is set.
|
|
17103
|
+
* @return {boolean}
|
|
17104
|
+
*/
|
|
17105
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPurchaseDateLock = function() {
|
|
17106
|
+
return jspb.Message.getField(this, 35) != null;
|
|
17107
|
+
};
|
|
17108
|
+
|
|
17109
|
+
|
|
17110
|
+
/**
|
|
17111
|
+
* optional bool warranty_date_lock = 36;
|
|
17112
|
+
* @return {boolean}
|
|
17113
|
+
*/
|
|
17114
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getWarrantyDateLock = function() {
|
|
17115
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 36, false));
|
|
17116
|
+
};
|
|
17117
|
+
|
|
17118
|
+
|
|
17119
|
+
/**
|
|
17120
|
+
* @param {boolean} value
|
|
17121
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17122
|
+
*/
|
|
17123
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setWarrantyDateLock = function(value) {
|
|
17124
|
+
return jspb.Message.setField(this, 36, value);
|
|
17125
|
+
};
|
|
17126
|
+
|
|
17127
|
+
|
|
17128
|
+
/**
|
|
17129
|
+
* Clears the field making it undefined.
|
|
17130
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17131
|
+
*/
|
|
17132
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearWarrantyDateLock = function() {
|
|
17133
|
+
return jspb.Message.setField(this, 36, undefined);
|
|
17134
|
+
};
|
|
17135
|
+
|
|
17136
|
+
|
|
17137
|
+
/**
|
|
17138
|
+
* Returns whether this field is set.
|
|
17139
|
+
* @return {boolean}
|
|
17140
|
+
*/
|
|
17141
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasWarrantyDateLock = function() {
|
|
17142
|
+
return jspb.Message.getField(this, 36) != null;
|
|
17143
|
+
};
|
|
17144
|
+
|
|
17145
|
+
|
|
17146
|
+
/**
|
|
17147
|
+
* optional string system_sku = 37;
|
|
17148
|
+
* @return {string}
|
|
17149
|
+
*/
|
|
17150
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSystemSku = function() {
|
|
17151
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 37, ""));
|
|
17152
|
+
};
|
|
17153
|
+
|
|
17154
|
+
|
|
17155
|
+
/**
|
|
17156
|
+
* @param {string} value
|
|
17157
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17158
|
+
*/
|
|
17159
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSystemSku = function(value) {
|
|
17160
|
+
return jspb.Message.setField(this, 37, value);
|
|
17161
|
+
};
|
|
17162
|
+
|
|
17163
|
+
|
|
17164
|
+
/**
|
|
17165
|
+
* Clears the field making it undefined.
|
|
17166
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17167
|
+
*/
|
|
17168
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSystemSku = function() {
|
|
17169
|
+
return jspb.Message.setField(this, 37, undefined);
|
|
17170
|
+
};
|
|
17171
|
+
|
|
17172
|
+
|
|
17173
|
+
/**
|
|
17174
|
+
* Returns whether this field is set.
|
|
17175
|
+
* @return {boolean}
|
|
17176
|
+
*/
|
|
17177
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSystemSku = function() {
|
|
17178
|
+
return jspb.Message.getField(this, 37) != null;
|
|
17179
|
+
};
|
|
17180
|
+
|
|
17181
|
+
|
|
17182
|
+
/**
|
|
17183
|
+
* optional bool prevent_cleanup = 38;
|
|
17184
|
+
* @return {boolean}
|
|
17185
|
+
*/
|
|
17186
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPreventCleanup = function() {
|
|
17187
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 38, false));
|
|
17188
|
+
};
|
|
17189
|
+
|
|
17190
|
+
|
|
17191
|
+
/**
|
|
17192
|
+
* @param {boolean} value
|
|
17193
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17194
|
+
*/
|
|
17195
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPreventCleanup = function(value) {
|
|
17196
|
+
return jspb.Message.setField(this, 38, value);
|
|
17197
|
+
};
|
|
17198
|
+
|
|
17199
|
+
|
|
17200
|
+
/**
|
|
17201
|
+
* Clears the field making it undefined.
|
|
17202
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17203
|
+
*/
|
|
17204
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPreventCleanup = function() {
|
|
17205
|
+
return jspb.Message.setField(this, 38, undefined);
|
|
17206
|
+
};
|
|
17207
|
+
|
|
17208
|
+
|
|
17209
|
+
/**
|
|
17210
|
+
* Returns whether this field is set.
|
|
17211
|
+
* @return {boolean}
|
|
17212
|
+
*/
|
|
17213
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPreventCleanup = function() {
|
|
17214
|
+
return jspb.Message.getField(this, 38) != null;
|
|
17215
|
+
};
|
|
17216
|
+
|
|
17217
|
+
|
|
17218
|
+
/**
|
|
17219
|
+
* optional bool lock_system_sku = 39;
|
|
17220
|
+
* @return {boolean}
|
|
17221
|
+
*/
|
|
17222
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getLockSystemSku = function() {
|
|
17223
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 39, false));
|
|
17224
|
+
};
|
|
17225
|
+
|
|
17226
|
+
|
|
17227
|
+
/**
|
|
17228
|
+
* @param {boolean} value
|
|
17229
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17230
|
+
*/
|
|
17231
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setLockSystemSku = function(value) {
|
|
17232
|
+
return jspb.Message.setField(this, 39, value);
|
|
17233
|
+
};
|
|
17234
|
+
|
|
17235
|
+
|
|
17236
|
+
/**
|
|
17237
|
+
* Clears the field making it undefined.
|
|
17238
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17239
|
+
*/
|
|
17240
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearLockSystemSku = function() {
|
|
17241
|
+
return jspb.Message.setField(this, 39, undefined);
|
|
17242
|
+
};
|
|
17243
|
+
|
|
17244
|
+
|
|
17245
|
+
/**
|
|
17246
|
+
* Returns whether this field is set.
|
|
17247
|
+
* @return {boolean}
|
|
17248
|
+
*/
|
|
17249
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasLockSystemSku = function() {
|
|
17250
|
+
return jspb.Message.getField(this, 39) != null;
|
|
17251
|
+
};
|
|
17252
|
+
|
|
17253
|
+
|
|
17254
|
+
/**
|
|
17255
|
+
* optional bool dmi_decode_error = 40;
|
|
17256
|
+
* @return {boolean}
|
|
17257
|
+
*/
|
|
17258
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getDmiDecodeError = function() {
|
|
17259
|
+
return /** @type {boolean} */ (jspb.Message.getBooleanFieldWithDefault(this, 40, false));
|
|
17260
|
+
};
|
|
17261
|
+
|
|
17262
|
+
|
|
17263
|
+
/**
|
|
17264
|
+
* @param {boolean} value
|
|
17265
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17266
|
+
*/
|
|
17267
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setDmiDecodeError = function(value) {
|
|
17268
|
+
return jspb.Message.setField(this, 40, value);
|
|
17269
|
+
};
|
|
17270
|
+
|
|
17271
|
+
|
|
17272
|
+
/**
|
|
17273
|
+
* Clears the field making it undefined.
|
|
17274
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17275
|
+
*/
|
|
17276
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearDmiDecodeError = function() {
|
|
17277
|
+
return jspb.Message.setField(this, 40, undefined);
|
|
17278
|
+
};
|
|
17279
|
+
|
|
17280
|
+
|
|
17281
|
+
/**
|
|
17282
|
+
* Returns whether this field is set.
|
|
17283
|
+
* @return {boolean}
|
|
17284
|
+
*/
|
|
17285
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasDmiDecodeError = function() {
|
|
17286
|
+
return jspb.Message.getField(this, 40) != null;
|
|
17287
|
+
};
|
|
17288
|
+
|
|
17289
|
+
|
|
17290
|
+
/**
|
|
17291
|
+
* optional string hardware_version = 41;
|
|
17292
|
+
* @return {string}
|
|
17293
|
+
*/
|
|
17294
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getHardwareVersion = function() {
|
|
17295
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 41, ""));
|
|
17296
|
+
};
|
|
17297
|
+
|
|
17298
|
+
|
|
17299
|
+
/**
|
|
17300
|
+
* @param {string} value
|
|
17301
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17302
|
+
*/
|
|
17303
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setHardwareVersion = function(value) {
|
|
17304
|
+
return jspb.Message.setField(this, 41, value);
|
|
17305
|
+
};
|
|
17306
|
+
|
|
17307
|
+
|
|
17308
|
+
/**
|
|
17309
|
+
* Clears the field making it undefined.
|
|
17310
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17311
|
+
*/
|
|
17312
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearHardwareVersion = function() {
|
|
17313
|
+
return jspb.Message.setField(this, 41, undefined);
|
|
17314
|
+
};
|
|
17315
|
+
|
|
17316
|
+
|
|
17317
|
+
/**
|
|
17318
|
+
* Returns whether this field is set.
|
|
17319
|
+
* @return {boolean}
|
|
17320
|
+
*/
|
|
17321
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasHardwareVersion = function() {
|
|
17322
|
+
return jspb.Message.getField(this, 41) != null;
|
|
17323
|
+
};
|
|
17324
|
+
|
|
17325
|
+
|
|
17326
|
+
/**
|
|
17327
|
+
* optional string software_version = 42;
|
|
17328
|
+
* @return {string}
|
|
17329
|
+
*/
|
|
17330
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getSoftwareVersion = function() {
|
|
17331
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 42, ""));
|
|
17332
|
+
};
|
|
17333
|
+
|
|
17334
|
+
|
|
17335
|
+
/**
|
|
17336
|
+
* @param {string} value
|
|
17337
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17338
|
+
*/
|
|
17339
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setSoftwareVersion = function(value) {
|
|
17340
|
+
return jspb.Message.setField(this, 42, value);
|
|
17341
|
+
};
|
|
17342
|
+
|
|
17343
|
+
|
|
17344
|
+
/**
|
|
17345
|
+
* Clears the field making it undefined.
|
|
17346
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17347
|
+
*/
|
|
17348
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearSoftwareVersion = function() {
|
|
17349
|
+
return jspb.Message.setField(this, 42, undefined);
|
|
17350
|
+
};
|
|
17351
|
+
|
|
17352
|
+
|
|
17353
|
+
/**
|
|
17354
|
+
* Returns whether this field is set.
|
|
17355
|
+
* @return {boolean}
|
|
17356
|
+
*/
|
|
17357
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasSoftwareVersion = function() {
|
|
17358
|
+
return jspb.Message.getField(this, 42) != null;
|
|
17359
|
+
};
|
|
17360
|
+
|
|
17361
|
+
|
|
17362
|
+
/**
|
|
17363
|
+
* optional string firmware_version = 43;
|
|
17364
|
+
* @return {string}
|
|
17365
|
+
*/
|
|
17366
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getFirmwareVersion = function() {
|
|
17367
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 43, ""));
|
|
17368
|
+
};
|
|
17369
|
+
|
|
17370
|
+
|
|
17371
|
+
/**
|
|
17372
|
+
* @param {string} value
|
|
17373
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17374
|
+
*/
|
|
17375
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setFirmwareVersion = function(value) {
|
|
17376
|
+
return jspb.Message.setField(this, 43, value);
|
|
17377
|
+
};
|
|
17378
|
+
|
|
17379
|
+
|
|
17380
|
+
/**
|
|
17381
|
+
* Clears the field making it undefined.
|
|
17382
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17383
|
+
*/
|
|
17384
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearFirmwareVersion = function() {
|
|
17385
|
+
return jspb.Message.setField(this, 43, undefined);
|
|
17386
|
+
};
|
|
17387
|
+
|
|
17388
|
+
|
|
17389
|
+
/**
|
|
17390
|
+
* Returns whether this field is set.
|
|
17391
|
+
* @return {boolean}
|
|
17392
|
+
*/
|
|
17393
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasFirmwareVersion = function() {
|
|
17394
|
+
return jspb.Message.getField(this, 43) != null;
|
|
17395
|
+
};
|
|
17396
|
+
|
|
17397
|
+
|
|
17398
|
+
/**
|
|
17399
|
+
* optional string device_version = 44;
|
|
17400
|
+
* @return {string}
|
|
17401
|
+
*/
|
|
17402
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getDeviceVersion = function() {
|
|
17403
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 44, ""));
|
|
17404
|
+
};
|
|
17405
|
+
|
|
17406
|
+
|
|
17407
|
+
/**
|
|
17408
|
+
* @param {string} value
|
|
17409
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17410
|
+
*/
|
|
17411
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setDeviceVersion = function(value) {
|
|
17412
|
+
return jspb.Message.setField(this, 44, value);
|
|
17413
|
+
};
|
|
17414
|
+
|
|
17415
|
+
|
|
17416
|
+
/**
|
|
17417
|
+
* Clears the field making it undefined.
|
|
17418
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17419
|
+
*/
|
|
17420
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearDeviceVersion = function() {
|
|
17421
|
+
return jspb.Message.setField(this, 44, undefined);
|
|
17422
|
+
};
|
|
17423
|
+
|
|
17424
|
+
|
|
17425
|
+
/**
|
|
17426
|
+
* Returns whether this field is set.
|
|
17427
|
+
* @return {boolean}
|
|
17428
|
+
*/
|
|
17429
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasDeviceVersion = function() {
|
|
17430
|
+
return jspb.Message.getField(this, 44) != null;
|
|
17431
|
+
};
|
|
17432
|
+
|
|
17433
|
+
|
|
17434
|
+
/**
|
|
17435
|
+
* optional int64 printed_color_pages = 45;
|
|
17436
|
+
* @return {number}
|
|
17437
|
+
*/
|
|
17438
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPrintedColorPages = function() {
|
|
17439
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 45, 0));
|
|
17440
|
+
};
|
|
17441
|
+
|
|
17442
|
+
|
|
17443
|
+
/**
|
|
17444
|
+
* @param {number} value
|
|
17445
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17446
|
+
*/
|
|
17447
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPrintedColorPages = function(value) {
|
|
17448
|
+
return jspb.Message.setField(this, 45, value);
|
|
17449
|
+
};
|
|
17450
|
+
|
|
17451
|
+
|
|
17452
|
+
/**
|
|
17453
|
+
* Clears the field making it undefined.
|
|
17454
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17455
|
+
*/
|
|
17456
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPrintedColorPages = function() {
|
|
17457
|
+
return jspb.Message.setField(this, 45, undefined);
|
|
17458
|
+
};
|
|
17459
|
+
|
|
17460
|
+
|
|
17461
|
+
/**
|
|
17462
|
+
* Returns whether this field is set.
|
|
17463
|
+
* @return {boolean}
|
|
17464
|
+
*/
|
|
17465
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPrintedColorPages = function() {
|
|
17466
|
+
return jspb.Message.getField(this, 45) != null;
|
|
17467
|
+
};
|
|
17468
|
+
|
|
17469
|
+
|
|
17470
|
+
/**
|
|
17471
|
+
* optional int64 printed_mono_pages = 46;
|
|
17472
|
+
* @return {number}
|
|
17473
|
+
*/
|
|
17474
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getPrintedMonoPages = function() {
|
|
17475
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 46, 0));
|
|
17476
|
+
};
|
|
17477
|
+
|
|
17478
|
+
|
|
17479
|
+
/**
|
|
17480
|
+
* @param {number} value
|
|
17481
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17482
|
+
*/
|
|
17483
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setPrintedMonoPages = function(value) {
|
|
17484
|
+
return jspb.Message.setField(this, 46, value);
|
|
17485
|
+
};
|
|
17486
|
+
|
|
17487
|
+
|
|
17488
|
+
/**
|
|
17489
|
+
* Clears the field making it undefined.
|
|
17490
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17491
|
+
*/
|
|
17492
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearPrintedMonoPages = function() {
|
|
17493
|
+
return jspb.Message.setField(this, 46, undefined);
|
|
17494
|
+
};
|
|
17495
|
+
|
|
17496
|
+
|
|
17497
|
+
/**
|
|
17498
|
+
* Returns whether this field is set.
|
|
17499
|
+
* @return {boolean}
|
|
17500
|
+
*/
|
|
17501
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasPrintedMonoPages = function() {
|
|
17502
|
+
return jspb.Message.getField(this, 46) != null;
|
|
17503
|
+
};
|
|
17504
|
+
|
|
17505
|
+
|
|
17506
|
+
/**
|
|
17507
|
+
* optional string state_key = 47;
|
|
17508
|
+
* @return {string}
|
|
17509
|
+
*/
|
|
17510
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getStateKey = function() {
|
|
17511
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 47, ""));
|
|
17512
|
+
};
|
|
17513
|
+
|
|
17514
|
+
|
|
17515
|
+
/**
|
|
17516
|
+
* @param {string} value
|
|
17517
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17518
|
+
*/
|
|
17519
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setStateKey = function(value) {
|
|
17520
|
+
return jspb.Message.setField(this, 47, value);
|
|
17521
|
+
};
|
|
17522
|
+
|
|
17523
|
+
|
|
17524
|
+
/**
|
|
17525
|
+
* Clears the field making it undefined.
|
|
17526
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17527
|
+
*/
|
|
17528
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearStateKey = function() {
|
|
17529
|
+
return jspb.Message.setField(this, 47, undefined);
|
|
17530
|
+
};
|
|
17531
|
+
|
|
17532
|
+
|
|
17533
|
+
/**
|
|
17534
|
+
* Returns whether this field is set.
|
|
17535
|
+
* @return {boolean}
|
|
17536
|
+
*/
|
|
17537
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasStateKey = function() {
|
|
17538
|
+
return jspb.Message.getField(this, 47) != null;
|
|
17539
|
+
};
|
|
17540
|
+
|
|
17541
|
+
|
|
17542
|
+
/**
|
|
17543
|
+
* optional string state_name = 48;
|
|
17544
|
+
* @return {string}
|
|
17545
|
+
*/
|
|
17546
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getStateName = function() {
|
|
17547
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 48, ""));
|
|
17548
|
+
};
|
|
17549
|
+
|
|
17550
|
+
|
|
17551
|
+
/**
|
|
17552
|
+
* @param {string} value
|
|
17553
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17554
|
+
*/
|
|
17555
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setStateName = function(value) {
|
|
17556
|
+
return jspb.Message.setField(this, 48, value);
|
|
17557
|
+
};
|
|
17558
|
+
|
|
17559
|
+
|
|
17560
|
+
/**
|
|
17561
|
+
* Clears the field making it undefined.
|
|
17562
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17563
|
+
*/
|
|
17564
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearStateName = function() {
|
|
17565
|
+
return jspb.Message.setField(this, 48, undefined);
|
|
17566
|
+
};
|
|
17567
|
+
|
|
17568
|
+
|
|
17569
|
+
/**
|
|
17570
|
+
* Returns whether this field is set.
|
|
17571
|
+
* @return {boolean}
|
|
17572
|
+
*/
|
|
17573
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasStateName = function() {
|
|
17574
|
+
return jspb.Message.getField(this, 48) != null;
|
|
17575
|
+
};
|
|
17576
|
+
|
|
17577
|
+
|
|
17578
|
+
/**
|
|
17579
|
+
* repeated MappedValue fields = 49;
|
|
17580
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>}
|
|
17581
|
+
*/
|
|
17582
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getFieldsList = function() {
|
|
17583
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>} */ (
|
|
17584
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 49));
|
|
17585
|
+
};
|
|
17586
|
+
|
|
17587
|
+
|
|
17588
|
+
/**
|
|
17589
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.MappedValue>} value
|
|
17590
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17591
|
+
*/
|
|
17592
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setFieldsList = function(value) {
|
|
17593
|
+
return jspb.Message.setRepeatedWrapperField(this, 49, value);
|
|
17594
|
+
};
|
|
17595
|
+
|
|
17596
|
+
|
|
17597
|
+
/**
|
|
17598
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.MappedValue=} opt_value
|
|
17599
|
+
* @param {number=} opt_index
|
|
17600
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MappedValue}
|
|
17601
|
+
*/
|
|
17602
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.addFields = function(opt_value, opt_index) {
|
|
17603
|
+
return jspb.Message.addToRepeatedWrapperField(this, 49, opt_value, proto.com.lansweeper.dp.outbound.v1.MappedValue, opt_index);
|
|
17604
|
+
};
|
|
17605
|
+
|
|
17606
|
+
|
|
17607
|
+
/**
|
|
17608
|
+
* Clears the list making it empty but non-null.
|
|
17609
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17610
|
+
*/
|
|
17611
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearFieldsList = function() {
|
|
17612
|
+
return this.setFieldsList([]);
|
|
17613
|
+
};
|
|
17614
|
+
|
|
17615
|
+
|
|
17616
|
+
/**
|
|
17617
|
+
* repeated FieldValue custom_fields = 51;
|
|
17618
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.FieldValue>}
|
|
17619
|
+
*/
|
|
17620
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getCustomFieldsList = function() {
|
|
17621
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.FieldValue>} */ (
|
|
17622
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.FieldValue, 51));
|
|
17623
|
+
};
|
|
17624
|
+
|
|
17625
|
+
|
|
17626
|
+
/**
|
|
17627
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.FieldValue>} value
|
|
17628
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17629
|
+
*/
|
|
17630
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setCustomFieldsList = function(value) {
|
|
17631
|
+
return jspb.Message.setRepeatedWrapperField(this, 51, value);
|
|
17632
|
+
};
|
|
17633
|
+
|
|
17634
|
+
|
|
17635
|
+
/**
|
|
17636
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.FieldValue=} opt_value
|
|
17637
|
+
* @param {number=} opt_index
|
|
17638
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.FieldValue}
|
|
17639
|
+
*/
|
|
17640
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.addCustomFields = function(opt_value, opt_index) {
|
|
17641
|
+
return jspb.Message.addToRepeatedWrapperField(this, 51, opt_value, proto.com.lansweeper.dp.outbound.v1.FieldValue, opt_index);
|
|
17642
|
+
};
|
|
17643
|
+
|
|
17644
|
+
|
|
17645
|
+
/**
|
|
17646
|
+
* Clears the list making it empty but non-null.
|
|
17647
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17648
|
+
*/
|
|
17649
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearCustomFieldsList = function() {
|
|
17650
|
+
return this.setCustomFieldsList([]);
|
|
17651
|
+
};
|
|
17652
|
+
|
|
17653
|
+
|
|
17654
|
+
/**
|
|
17655
|
+
* optional string model_number = 50;
|
|
17656
|
+
* @return {string}
|
|
17657
|
+
*/
|
|
17658
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.getModelNumber = function() {
|
|
17659
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 50, ""));
|
|
17660
|
+
};
|
|
17661
|
+
|
|
17662
|
+
|
|
17663
|
+
/**
|
|
17664
|
+
* @param {string} value
|
|
17665
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17666
|
+
*/
|
|
17667
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.setModelNumber = function(value) {
|
|
17668
|
+
return jspb.Message.setField(this, 50, value);
|
|
17669
|
+
};
|
|
17670
|
+
|
|
17671
|
+
|
|
17672
|
+
/**
|
|
17673
|
+
* Clears the field making it undefined.
|
|
17674
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetCustom} returns this
|
|
17675
|
+
*/
|
|
17676
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.clearModelNumber = function() {
|
|
17677
|
+
return jspb.Message.setField(this, 50, undefined);
|
|
17678
|
+
};
|
|
17679
|
+
|
|
17680
|
+
|
|
17681
|
+
/**
|
|
17682
|
+
* Returns whether this field is set.
|
|
17683
|
+
* @return {boolean}
|
|
17684
|
+
*/
|
|
17685
|
+
proto.com.lansweeper.dp.outbound.v1.AssetCustom.prototype.hasModelNumber = function() {
|
|
17686
|
+
return jspb.Message.getField(this, 50) != null;
|
|
17687
|
+
};
|
|
17688
|
+
|
|
17689
|
+
|
|
17690
|
+
|
|
17691
|
+
|
|
17692
|
+
|
|
17693
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
17694
|
+
/**
|
|
17695
|
+
* Creates an object representation of this proto.
|
|
17696
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
17697
|
+
* Optional fields that are not set will be set to undefined.
|
|
17698
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
17699
|
+
* For the list of reserved names please see:
|
|
17700
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
17701
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
17702
|
+
* JSPB instance for transitional soy proto support:
|
|
17703
|
+
* http://goto/soy-param-migration
|
|
17704
|
+
* @return {!Object}
|
|
17705
|
+
*/
|
|
17706
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.toObject = function(opt_includeInstance) {
|
|
17707
|
+
return proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.toObject(opt_includeInstance, this);
|
|
17708
|
+
};
|
|
17709
|
+
|
|
17710
|
+
|
|
17711
|
+
/**
|
|
17712
|
+
* Static version of the {@see toObject} method.
|
|
17713
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
17714
|
+
* the JSPB instance for transitional soy proto support:
|
|
17715
|
+
* http://goto/soy-param-migration
|
|
17716
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} msg The msg instance to transform.
|
|
17717
|
+
* @return {!Object}
|
|
17718
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
17719
|
+
*/
|
|
17720
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.toObject = function(includeInstance, msg) {
|
|
17721
|
+
var f, obj = {
|
|
17722
|
+
assetGroupLinkId: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
17723
|
+
assetGroupId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
17724
|
+
assetGroupKey: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
17725
|
+
installKey: jspb.Message.getFieldWithDefault(msg, 4, "")
|
|
17726
|
+
};
|
|
17727
|
+
|
|
17728
|
+
if (includeInstance) {
|
|
17729
|
+
obj.$jspbMessageInstance = msg;
|
|
17730
|
+
}
|
|
17731
|
+
return obj;
|
|
17732
|
+
};
|
|
17733
|
+
}
|
|
17734
|
+
|
|
17735
|
+
|
|
17736
|
+
/**
|
|
17737
|
+
* Deserializes binary data (in protobuf wire format).
|
|
17738
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
17739
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink}
|
|
17740
|
+
*/
|
|
17741
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.deserializeBinary = function(bytes) {
|
|
17742
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
17743
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.AssetGroupLink;
|
|
17744
|
+
return proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.deserializeBinaryFromReader(msg, reader);
|
|
17745
|
+
};
|
|
17746
|
+
|
|
17747
|
+
|
|
17748
|
+
/**
|
|
17749
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
17750
|
+
* given reader into the given message object.
|
|
17751
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} msg The message object to deserialize into.
|
|
17752
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
17753
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink}
|
|
17754
|
+
*/
|
|
17755
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.deserializeBinaryFromReader = function(msg, reader) {
|
|
17756
|
+
while (reader.nextField()) {
|
|
17757
|
+
if (reader.isEndGroup()) {
|
|
17758
|
+
break;
|
|
17759
|
+
}
|
|
17760
|
+
var field = reader.getFieldNumber();
|
|
17761
|
+
switch (field) {
|
|
17762
|
+
case 1:
|
|
17763
|
+
var value = /** @type {string} */ (reader.readString());
|
|
17764
|
+
msg.setAssetGroupLinkId(value);
|
|
17765
|
+
break;
|
|
17766
|
+
case 2:
|
|
17767
|
+
var value = /** @type {string} */ (reader.readString());
|
|
17768
|
+
msg.setAssetGroupId(value);
|
|
17769
|
+
break;
|
|
17770
|
+
case 3:
|
|
17771
|
+
var value = /** @type {string} */ (reader.readString());
|
|
17772
|
+
msg.setAssetGroupKey(value);
|
|
17773
|
+
break;
|
|
17774
|
+
case 4:
|
|
17775
|
+
var value = /** @type {string} */ (reader.readString());
|
|
17776
|
+
msg.setInstallKey(value);
|
|
17777
|
+
break;
|
|
17778
|
+
default:
|
|
17779
|
+
reader.skipField();
|
|
17780
|
+
break;
|
|
17781
|
+
}
|
|
17782
|
+
}
|
|
17783
|
+
return msg;
|
|
17784
|
+
};
|
|
17785
|
+
|
|
17786
|
+
|
|
17787
|
+
/**
|
|
17788
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
17789
|
+
* @return {!Uint8Array}
|
|
17790
|
+
*/
|
|
17791
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.serializeBinary = function() {
|
|
17792
|
+
var writer = new jspb.BinaryWriter();
|
|
17793
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.serializeBinaryToWriter(this, writer);
|
|
17794
|
+
return writer.getResultBuffer();
|
|
17795
|
+
};
|
|
17796
|
+
|
|
17797
|
+
|
|
17798
|
+
/**
|
|
17799
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
17800
|
+
* format), writing to the given BinaryWriter.
|
|
17801
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} message
|
|
17802
|
+
* @param {!jspb.BinaryWriter} writer
|
|
17803
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
17804
|
+
*/
|
|
17805
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.serializeBinaryToWriter = function(message, writer) {
|
|
17806
|
+
var f = undefined;
|
|
17807
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
17808
|
+
if (f != null) {
|
|
17809
|
+
writer.writeString(
|
|
17810
|
+
1,
|
|
17811
|
+
f
|
|
17812
|
+
);
|
|
17813
|
+
}
|
|
17814
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
17815
|
+
if (f != null) {
|
|
17816
|
+
writer.writeString(
|
|
17817
|
+
2,
|
|
17818
|
+
f
|
|
17819
|
+
);
|
|
17820
|
+
}
|
|
17821
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
17822
|
+
if (f != null) {
|
|
17823
|
+
writer.writeString(
|
|
17824
|
+
3,
|
|
17825
|
+
f
|
|
17826
|
+
);
|
|
17827
|
+
}
|
|
17828
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
17829
|
+
if (f != null) {
|
|
17830
|
+
writer.writeString(
|
|
17831
|
+
4,
|
|
17832
|
+
f
|
|
17833
|
+
);
|
|
17834
|
+
}
|
|
17835
|
+
};
|
|
17836
|
+
|
|
17837
|
+
|
|
17838
|
+
/**
|
|
17839
|
+
* optional string asset_group_link_id = 1;
|
|
17840
|
+
* @return {string}
|
|
17841
|
+
*/
|
|
17842
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.getAssetGroupLinkId = function() {
|
|
17843
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
17844
|
+
};
|
|
17845
|
+
|
|
17846
|
+
|
|
17847
|
+
/**
|
|
17848
|
+
* @param {string} value
|
|
17849
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
|
|
17850
|
+
*/
|
|
17851
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.setAssetGroupLinkId = function(value) {
|
|
17852
|
+
return jspb.Message.setField(this, 1, value);
|
|
17853
|
+
};
|
|
17854
|
+
|
|
17855
|
+
|
|
17856
|
+
/**
|
|
17857
|
+
* Clears the field making it undefined.
|
|
17858
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
|
|
17859
|
+
*/
|
|
17860
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.clearAssetGroupLinkId = function() {
|
|
17861
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
17862
|
+
};
|
|
17863
|
+
|
|
17864
|
+
|
|
17865
|
+
/**
|
|
17866
|
+
* Returns whether this field is set.
|
|
17867
|
+
* @return {boolean}
|
|
17868
|
+
*/
|
|
17869
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.hasAssetGroupLinkId = function() {
|
|
17870
|
+
return jspb.Message.getField(this, 1) != null;
|
|
17871
|
+
};
|
|
17872
|
+
|
|
17873
|
+
|
|
17874
|
+
/**
|
|
17875
|
+
* optional string asset_group_id = 2;
|
|
17876
|
+
* @return {string}
|
|
17877
|
+
*/
|
|
17878
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.getAssetGroupId = function() {
|
|
17879
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
17880
|
+
};
|
|
17881
|
+
|
|
17882
|
+
|
|
17883
|
+
/**
|
|
17884
|
+
* @param {string} value
|
|
17885
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
|
|
17886
|
+
*/
|
|
17887
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.setAssetGroupId = function(value) {
|
|
17888
|
+
return jspb.Message.setField(this, 2, value);
|
|
17889
|
+
};
|
|
17890
|
+
|
|
17891
|
+
|
|
17892
|
+
/**
|
|
17893
|
+
* Clears the field making it undefined.
|
|
17894
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
|
|
17895
|
+
*/
|
|
17896
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.clearAssetGroupId = function() {
|
|
17897
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
17898
|
+
};
|
|
17899
|
+
|
|
17900
|
+
|
|
17901
|
+
/**
|
|
17902
|
+
* Returns whether this field is set.
|
|
17903
|
+
* @return {boolean}
|
|
17904
|
+
*/
|
|
17905
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.hasAssetGroupId = function() {
|
|
17906
|
+
return jspb.Message.getField(this, 2) != null;
|
|
17907
|
+
};
|
|
17908
|
+
|
|
17909
|
+
|
|
17910
|
+
/**
|
|
17911
|
+
* optional string asset_group_key = 3;
|
|
17912
|
+
* @return {string}
|
|
17913
|
+
*/
|
|
17914
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.getAssetGroupKey = function() {
|
|
17915
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
17916
|
+
};
|
|
17917
|
+
|
|
17918
|
+
|
|
17919
|
+
/**
|
|
17920
|
+
* @param {string} value
|
|
17921
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
|
|
17922
|
+
*/
|
|
17923
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.setAssetGroupKey = function(value) {
|
|
17924
|
+
return jspb.Message.setField(this, 3, value);
|
|
17925
|
+
};
|
|
17926
|
+
|
|
17927
|
+
|
|
17928
|
+
/**
|
|
17929
|
+
* Clears the field making it undefined.
|
|
17930
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
|
|
17931
|
+
*/
|
|
17932
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.clearAssetGroupKey = function() {
|
|
17933
|
+
return jspb.Message.setField(this, 3, undefined);
|
|
17934
|
+
};
|
|
17935
|
+
|
|
17936
|
+
|
|
17937
|
+
/**
|
|
17938
|
+
* Returns whether this field is set.
|
|
17939
|
+
* @return {boolean}
|
|
17940
|
+
*/
|
|
17941
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.hasAssetGroupKey = function() {
|
|
17942
|
+
return jspb.Message.getField(this, 3) != null;
|
|
17943
|
+
};
|
|
17944
|
+
|
|
17945
|
+
|
|
17946
|
+
/**
|
|
17947
|
+
* optional string install_key = 4;
|
|
17948
|
+
* @return {string}
|
|
17949
|
+
*/
|
|
17950
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.getInstallKey = function() {
|
|
17951
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
17952
|
+
};
|
|
17953
|
+
|
|
17954
|
+
|
|
17955
|
+
/**
|
|
17956
|
+
* @param {string} value
|
|
17957
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
|
|
17958
|
+
*/
|
|
17959
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.setInstallKey = function(value) {
|
|
17960
|
+
return jspb.Message.setField(this, 4, value);
|
|
17961
|
+
};
|
|
17962
|
+
|
|
17963
|
+
|
|
17964
|
+
/**
|
|
17965
|
+
* Clears the field making it undefined.
|
|
17966
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetGroupLink} returns this
|
|
17967
|
+
*/
|
|
17968
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.clearInstallKey = function() {
|
|
17969
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
17970
|
+
};
|
|
17971
|
+
|
|
17972
|
+
|
|
17973
|
+
/**
|
|
17974
|
+
* Returns whether this field is set.
|
|
17975
|
+
* @return {boolean}
|
|
17976
|
+
*/
|
|
17977
|
+
proto.com.lansweeper.dp.outbound.v1.AssetGroupLink.prototype.hasInstallKey = function() {
|
|
17978
|
+
return jspb.Message.getField(this, 4) != null;
|
|
17979
|
+
};
|
|
17980
|
+
|
|
17981
|
+
|
|
17982
|
+
|
|
17983
|
+
|
|
17984
|
+
|
|
17985
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
17986
|
+
/**
|
|
17987
|
+
* Creates an object representation of this proto.
|
|
17988
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
17989
|
+
* Optional fields that are not set will be set to undefined.
|
|
17990
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
17991
|
+
* For the list of reserved names please see:
|
|
17992
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
17993
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
17994
|
+
* JSPB instance for transitional soy proto support:
|
|
17995
|
+
* http://goto/soy-param-migration
|
|
17996
|
+
* @return {!Object}
|
|
17997
|
+
*/
|
|
17998
|
+
proto.com.lansweeper.dp.outbound.v1.LockedFields.prototype.toObject = function(opt_includeInstance) {
|
|
17999
|
+
return proto.com.lansweeper.dp.outbound.v1.LockedFields.toObject(opt_includeInstance, this);
|
|
18000
|
+
};
|
|
18001
|
+
|
|
18002
|
+
|
|
18003
|
+
/**
|
|
18004
|
+
* Static version of the {@see toObject} method.
|
|
18005
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
18006
|
+
* the JSPB instance for transitional soy proto support:
|
|
18007
|
+
* http://goto/soy-param-migration
|
|
18008
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.LockedFields} msg The msg instance to transform.
|
|
18009
|
+
* @return {!Object}
|
|
18010
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18011
|
+
*/
|
|
18012
|
+
proto.com.lansweeper.dp.outbound.v1.LockedFields.toObject = function(includeInstance, msg) {
|
|
18013
|
+
var f, obj = {
|
|
18014
|
+
assetName: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
18015
|
+
assetType: (f = msg.getAssetType()) && proto.com.lansweeper.dp.outbound.v1.AssetType.toObject(includeInstance, f),
|
|
18016
|
+
macAddress: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
18017
|
+
state: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
18018
|
+
description: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
18019
|
+
manufacturer: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
18020
|
+
model: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
18021
|
+
serialNumber: jspb.Message.getFieldWithDefault(msg, 8, ""),
|
|
18022
|
+
systemSku: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
18023
|
+
contact: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
18024
|
+
address: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
18025
|
+
purchaseDate: (f = msg.getPurchaseDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
18026
|
+
warrantyDate: (f = msg.getWarrantyDate()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f)
|
|
18027
|
+
};
|
|
18028
|
+
|
|
18029
|
+
if (includeInstance) {
|
|
18030
|
+
obj.$jspbMessageInstance = msg;
|
|
18031
|
+
}
|
|
18032
|
+
return obj;
|
|
18033
|
+
};
|
|
18034
|
+
}
|
|
18035
|
+
|
|
18036
|
+
|
|
18037
|
+
/**
|
|
18038
|
+
* Deserializes binary data (in protobuf wire format).
|
|
18039
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
18040
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LockedFields}
|
|
18041
|
+
*/
|
|
18042
|
+
proto.com.lansweeper.dp.outbound.v1.LockedFields.deserializeBinary = function(bytes) {
|
|
18043
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
18044
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.LockedFields;
|
|
18045
|
+
return proto.com.lansweeper.dp.outbound.v1.LockedFields.deserializeBinaryFromReader(msg, reader);
|
|
18046
|
+
};
|
|
18047
|
+
|
|
18048
|
+
|
|
18049
|
+
/**
|
|
18050
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
18051
|
+
* given reader into the given message object.
|
|
18052
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.LockedFields} msg The message object to deserialize into.
|
|
18053
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
18054
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.LockedFields}
|
|
18055
|
+
*/
|
|
18056
|
+
proto.com.lansweeper.dp.outbound.v1.LockedFields.deserializeBinaryFromReader = function(msg, reader) {
|
|
18057
|
+
while (reader.nextField()) {
|
|
18058
|
+
if (reader.isEndGroup()) {
|
|
18059
|
+
break;
|
|
18060
|
+
}
|
|
18061
|
+
var field = reader.getFieldNumber();
|
|
18062
|
+
switch (field) {
|
|
18063
|
+
case 1:
|
|
18064
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18065
|
+
msg.setAssetName(value);
|
|
18066
|
+
break;
|
|
18067
|
+
case 2:
|
|
18068
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.AssetType;
|
|
18069
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.AssetType.deserializeBinaryFromReader);
|
|
18070
|
+
msg.setAssetType(value);
|
|
18071
|
+
break;
|
|
18072
|
+
case 3:
|
|
18073
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18074
|
+
msg.setMacAddress(value);
|
|
18075
|
+
break;
|
|
18076
|
+
case 4:
|
|
18077
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18078
|
+
msg.setState(value);
|
|
18079
|
+
break;
|
|
18080
|
+
case 5:
|
|
18081
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18082
|
+
msg.setDescription(value);
|
|
18083
|
+
break;
|
|
18084
|
+
case 6:
|
|
18085
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18086
|
+
msg.setManufacturer(value);
|
|
18087
|
+
break;
|
|
18088
|
+
case 7:
|
|
18089
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18090
|
+
msg.setModel(value);
|
|
18091
|
+
break;
|
|
18092
|
+
case 8:
|
|
18093
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18094
|
+
msg.setSerialNumber(value);
|
|
18095
|
+
break;
|
|
18096
|
+
case 9:
|
|
18097
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18098
|
+
msg.setSystemSku(value);
|
|
18099
|
+
break;
|
|
18100
|
+
case 10:
|
|
18101
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18102
|
+
msg.setContact(value);
|
|
18103
|
+
break;
|
|
18104
|
+
case 11:
|
|
18105
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18106
|
+
msg.setAddress(value);
|
|
18107
|
+
break;
|
|
18108
|
+
case 12:
|
|
18109
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
18110
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
18111
|
+
msg.setPurchaseDate(value);
|
|
18112
|
+
break;
|
|
18113
|
+
case 13:
|
|
18114
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
18115
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
18116
|
+
msg.setWarrantyDate(value);
|
|
18117
|
+
break;
|
|
18118
|
+
default:
|
|
18119
|
+
reader.skipField();
|
|
18120
|
+
break;
|
|
18121
|
+
}
|
|
18122
|
+
}
|
|
18123
|
+
return msg;
|
|
18124
|
+
};
|
|
18125
|
+
|
|
18126
|
+
|
|
18127
|
+
/**
|
|
18128
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
18129
|
+
* @return {!Uint8Array}
|
|
18130
|
+
*/
|
|
18131
|
+
proto.com.lansweeper.dp.outbound.v1.LockedFields.prototype.serializeBinary = function() {
|
|
18132
|
+
var writer = new jspb.BinaryWriter();
|
|
18133
|
+
proto.com.lansweeper.dp.outbound.v1.LockedFields.serializeBinaryToWriter(this, writer);
|
|
18134
|
+
return writer.getResultBuffer();
|
|
18135
|
+
};
|
|
18136
|
+
|
|
18137
|
+
|
|
18138
|
+
/**
|
|
18139
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
18140
|
+
* format), writing to the given BinaryWriter.
|
|
18141
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.LockedFields} message
|
|
18142
|
+
* @param {!jspb.BinaryWriter} writer
|
|
18143
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18144
|
+
*/
|
|
18145
|
+
proto.com.lansweeper.dp.outbound.v1.LockedFields.serializeBinaryToWriter = function(message, writer) {
|
|
18146
|
+
var f = undefined;
|
|
18147
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
18148
|
+
if (f != null) {
|
|
18149
|
+
writer.writeString(
|
|
18150
|
+
1,
|
|
18151
|
+
f
|
|
18152
|
+
);
|
|
18153
|
+
}
|
|
18154
|
+
f = message.getAssetType();
|
|
18155
|
+
if (f != null) {
|
|
18156
|
+
writer.writeMessage(
|
|
18157
|
+
2,
|
|
18158
|
+
f,
|
|
18159
|
+
proto.com.lansweeper.dp.outbound.v1.AssetType.serializeBinaryToWriter
|
|
15126
18160
|
);
|
|
15127
18161
|
}
|
|
15128
18162
|
f = /** @type {string} */ (jspb.Message.getField(message, 3));
|
|
@@ -117310,6 +120344,184 @@ proto.com.lansweeper.dp.outbound.v1.MappedValue.prototype.hasName = function() {
|
|
|
117310
120344
|
|
|
117311
120345
|
|
|
117312
120346
|
|
|
120347
|
+
|
|
120348
|
+
|
|
120349
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
120350
|
+
/**
|
|
120351
|
+
* Creates an object representation of this proto.
|
|
120352
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
120353
|
+
* Optional fields that are not set will be set to undefined.
|
|
120354
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
120355
|
+
* For the list of reserved names please see:
|
|
120356
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
120357
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
120358
|
+
* JSPB instance for transitional soy proto support:
|
|
120359
|
+
* http://goto/soy-param-migration
|
|
120360
|
+
* @return {!Object}
|
|
120361
|
+
*/
|
|
120362
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.prototype.toObject = function(opt_includeInstance) {
|
|
120363
|
+
return proto.com.lansweeper.dp.outbound.v1.FieldValue.toObject(opt_includeInstance, this);
|
|
120364
|
+
};
|
|
120365
|
+
|
|
120366
|
+
|
|
120367
|
+
/**
|
|
120368
|
+
* Static version of the {@see toObject} method.
|
|
120369
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
120370
|
+
* the JSPB instance for transitional soy proto support:
|
|
120371
|
+
* http://goto/soy-param-migration
|
|
120372
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.FieldValue} msg The msg instance to transform.
|
|
120373
|
+
* @return {!Object}
|
|
120374
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
120375
|
+
*/
|
|
120376
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.toObject = function(includeInstance, msg) {
|
|
120377
|
+
var f, obj = {
|
|
120378
|
+
key: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
120379
|
+
name: jspb.Message.getFieldWithDefault(msg, 2, "")
|
|
120380
|
+
};
|
|
120381
|
+
|
|
120382
|
+
if (includeInstance) {
|
|
120383
|
+
obj.$jspbMessageInstance = msg;
|
|
120384
|
+
}
|
|
120385
|
+
return obj;
|
|
120386
|
+
};
|
|
120387
|
+
}
|
|
120388
|
+
|
|
120389
|
+
|
|
120390
|
+
/**
|
|
120391
|
+
* Deserializes binary data (in protobuf wire format).
|
|
120392
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
120393
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.FieldValue}
|
|
120394
|
+
*/
|
|
120395
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.deserializeBinary = function(bytes) {
|
|
120396
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
120397
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.FieldValue;
|
|
120398
|
+
return proto.com.lansweeper.dp.outbound.v1.FieldValue.deserializeBinaryFromReader(msg, reader);
|
|
120399
|
+
};
|
|
120400
|
+
|
|
120401
|
+
|
|
120402
|
+
/**
|
|
120403
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
120404
|
+
* given reader into the given message object.
|
|
120405
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.FieldValue} msg The message object to deserialize into.
|
|
120406
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
120407
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.FieldValue}
|
|
120408
|
+
*/
|
|
120409
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.deserializeBinaryFromReader = function(msg, reader) {
|
|
120410
|
+
while (reader.nextField()) {
|
|
120411
|
+
if (reader.isEndGroup()) {
|
|
120412
|
+
break;
|
|
120413
|
+
}
|
|
120414
|
+
var field = reader.getFieldNumber();
|
|
120415
|
+
switch (field) {
|
|
120416
|
+
case 1:
|
|
120417
|
+
var value = /** @type {string} */ (reader.readString());
|
|
120418
|
+
msg.setKey(value);
|
|
120419
|
+
break;
|
|
120420
|
+
case 2:
|
|
120421
|
+
var value = /** @type {string} */ (reader.readString());
|
|
120422
|
+
msg.setName(value);
|
|
120423
|
+
break;
|
|
120424
|
+
default:
|
|
120425
|
+
reader.skipField();
|
|
120426
|
+
break;
|
|
120427
|
+
}
|
|
120428
|
+
}
|
|
120429
|
+
return msg;
|
|
120430
|
+
};
|
|
120431
|
+
|
|
120432
|
+
|
|
120433
|
+
/**
|
|
120434
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
120435
|
+
* @return {!Uint8Array}
|
|
120436
|
+
*/
|
|
120437
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.prototype.serializeBinary = function() {
|
|
120438
|
+
var writer = new jspb.BinaryWriter();
|
|
120439
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.serializeBinaryToWriter(this, writer);
|
|
120440
|
+
return writer.getResultBuffer();
|
|
120441
|
+
};
|
|
120442
|
+
|
|
120443
|
+
|
|
120444
|
+
/**
|
|
120445
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
120446
|
+
* format), writing to the given BinaryWriter.
|
|
120447
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.FieldValue} message
|
|
120448
|
+
* @param {!jspb.BinaryWriter} writer
|
|
120449
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
120450
|
+
*/
|
|
120451
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.serializeBinaryToWriter = function(message, writer) {
|
|
120452
|
+
var f = undefined;
|
|
120453
|
+
f = message.getKey();
|
|
120454
|
+
if (f.length > 0) {
|
|
120455
|
+
writer.writeString(
|
|
120456
|
+
1,
|
|
120457
|
+
f
|
|
120458
|
+
);
|
|
120459
|
+
}
|
|
120460
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
120461
|
+
if (f != null) {
|
|
120462
|
+
writer.writeString(
|
|
120463
|
+
2,
|
|
120464
|
+
f
|
|
120465
|
+
);
|
|
120466
|
+
}
|
|
120467
|
+
};
|
|
120468
|
+
|
|
120469
|
+
|
|
120470
|
+
/**
|
|
120471
|
+
* optional string key = 1;
|
|
120472
|
+
* @return {string}
|
|
120473
|
+
*/
|
|
120474
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.prototype.getKey = function() {
|
|
120475
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
120476
|
+
};
|
|
120477
|
+
|
|
120478
|
+
|
|
120479
|
+
/**
|
|
120480
|
+
* @param {string} value
|
|
120481
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.FieldValue} returns this
|
|
120482
|
+
*/
|
|
120483
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.prototype.setKey = function(value) {
|
|
120484
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
120485
|
+
};
|
|
120486
|
+
|
|
120487
|
+
|
|
120488
|
+
/**
|
|
120489
|
+
* optional string name = 2;
|
|
120490
|
+
* @return {string}
|
|
120491
|
+
*/
|
|
120492
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.prototype.getName = function() {
|
|
120493
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
120494
|
+
};
|
|
120495
|
+
|
|
120496
|
+
|
|
120497
|
+
/**
|
|
120498
|
+
* @param {string} value
|
|
120499
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.FieldValue} returns this
|
|
120500
|
+
*/
|
|
120501
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.prototype.setName = function(value) {
|
|
120502
|
+
return jspb.Message.setField(this, 2, value);
|
|
120503
|
+
};
|
|
120504
|
+
|
|
120505
|
+
|
|
120506
|
+
/**
|
|
120507
|
+
* Clears the field making it undefined.
|
|
120508
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.FieldValue} returns this
|
|
120509
|
+
*/
|
|
120510
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.prototype.clearName = function() {
|
|
120511
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
120512
|
+
};
|
|
120513
|
+
|
|
120514
|
+
|
|
120515
|
+
/**
|
|
120516
|
+
* Returns whether this field is set.
|
|
120517
|
+
* @return {boolean}
|
|
120518
|
+
*/
|
|
120519
|
+
proto.com.lansweeper.dp.outbound.v1.FieldValue.prototype.hasName = function() {
|
|
120520
|
+
return jspb.Message.getField(this, 2) != null;
|
|
120521
|
+
};
|
|
120522
|
+
|
|
120523
|
+
|
|
120524
|
+
|
|
117313
120525
|
/**
|
|
117314
120526
|
* List of repeated fields within this message type.
|
|
117315
120527
|
* @private {!Array<number>}
|