@lansweeper/data-platform-outbound-grpc 0.3.12 → 0.3.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +81 -0
- package/gen-proto/outbound_pb.js +673 -0
- package/generated-go/outbound.pb.go +9695 -9464
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +20 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperV$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperV$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperV.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVNetwork$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVNetwork$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVNetwork.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVNetworkOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/HyperVOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +20 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +252 -60
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperV.java +1833 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVNetwork.java +542 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVNetworkOrBuilder.java +22 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/HyperVOrBuilder.java +136 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +2847 -2812
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +9 -1
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +5 -1
- package/model/target/{outbound-model-0.3.11-sources.jar → outbound-model-0.3.12-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.11.jar → outbound-model-0.3.12.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +20 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.11-sources.jar → outbound-service-0.3.12-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.11.jar → outbound-service-0.3.12.jar} +0 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -122,6 +122,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.HardwareInfo', null, glob
|
|
|
122
122
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.HttpCertificate', null, global);
|
|
123
123
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.HttpCertificate.SslPolicyErrors', null, global);
|
|
124
124
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.HttpServerInfo', null, global);
|
|
125
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.HyperV', null, global);
|
|
126
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.HyperVNetwork', null, global);
|
|
125
127
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer', null, global);
|
|
126
128
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.ActiveX', null, global);
|
|
127
129
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BarInfo', null, global);
|
|
@@ -770,6 +772,48 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
770
772
|
*/
|
|
771
773
|
proto.com.lansweeper.dp.outbound.v1.SccmClient.displayName = 'proto.com.lansweeper.dp.outbound.v1.SccmClient';
|
|
772
774
|
}
|
|
775
|
+
/**
|
|
776
|
+
* Generated by JsPbCodeGenerator.
|
|
777
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
778
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
779
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
780
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
781
|
+
* valid.
|
|
782
|
+
* @extends {jspb.Message}
|
|
783
|
+
* @constructor
|
|
784
|
+
*/
|
|
785
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV = function(opt_data) {
|
|
786
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.HyperV.repeatedFields_, null);
|
|
787
|
+
};
|
|
788
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.HyperV, jspb.Message);
|
|
789
|
+
if (goog.DEBUG && !COMPILED) {
|
|
790
|
+
/**
|
|
791
|
+
* @public
|
|
792
|
+
* @override
|
|
793
|
+
*/
|
|
794
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.displayName = 'proto.com.lansweeper.dp.outbound.v1.HyperV';
|
|
795
|
+
}
|
|
796
|
+
/**
|
|
797
|
+
* Generated by JsPbCodeGenerator.
|
|
798
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
799
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
800
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
801
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
802
|
+
* valid.
|
|
803
|
+
* @extends {jspb.Message}
|
|
804
|
+
* @constructor
|
|
805
|
+
*/
|
|
806
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork = function(opt_data) {
|
|
807
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
808
|
+
};
|
|
809
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.HyperVNetwork, jspb.Message);
|
|
810
|
+
if (goog.DEBUG && !COMPILED) {
|
|
811
|
+
/**
|
|
812
|
+
* @public
|
|
813
|
+
* @override
|
|
814
|
+
*/
|
|
815
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.displayName = 'proto.com.lansweeper.dp.outbound.v1.HyperVNetwork';
|
|
816
|
+
}
|
|
773
817
|
/**
|
|
774
818
|
* Generated by JsPbCodeGenerator.
|
|
775
819
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -9093,6 +9137,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.toObject = function(includeInstance, m
|
|
|
9093
9137
|
computer: (f = msg.getComputer()) && proto.com.lansweeper.dp.outbound.v1.Computer.toObject(includeInstance, f),
|
|
9094
9138
|
serverGroup: (f = msg.getServerGroup()) && proto.com.lansweeper.dp.outbound.v1.ServerGroup.toObject(includeInstance, f),
|
|
9095
9139
|
adComputer: (f = msg.getAdComputer()) && proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.toObject(includeInstance, f),
|
|
9140
|
+
hyperVComputer: (f = msg.getHyperVComputer()) && proto.com.lansweeper.dp.outbound.v1.HyperV.toObject(includeInstance, f),
|
|
9096
9141
|
printer: (f = msg.getPrinter()) && proto.com.lansweeper.dp.outbound.v1.Printer.toObject(includeInstance, f),
|
|
9097
9142
|
ups: (f = msg.getUps()) && proto.com.lansweeper.dp.outbound.v1.Ups.toObject(includeInstance, f),
|
|
9098
9143
|
otModule: (f = msg.getOtModule()) && proto.com.lansweeper.dp.outbound.v1.OtModule.toObject(includeInstance, f),
|
|
@@ -9267,6 +9312,11 @@ proto.com.lansweeper.dp.outbound.v1.Asset.deserializeBinaryFromReader = function
|
|
|
9267
9312
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.deserializeBinaryFromReader);
|
|
9268
9313
|
msg.setAdComputer(value);
|
|
9269
9314
|
break;
|
|
9315
|
+
case 89:
|
|
9316
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.HyperV;
|
|
9317
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.HyperV.deserializeBinaryFromReader);
|
|
9318
|
+
msg.setHyperVComputer(value);
|
|
9319
|
+
break;
|
|
9270
9320
|
case 84:
|
|
9271
9321
|
var value = new proto.com.lansweeper.dp.outbound.v1.Printer;
|
|
9272
9322
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.Printer.deserializeBinaryFromReader);
|
|
@@ -9534,6 +9584,14 @@ proto.com.lansweeper.dp.outbound.v1.Asset.serializeBinaryToWriter = function(mes
|
|
|
9534
9584
|
proto.com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.serializeBinaryToWriter
|
|
9535
9585
|
);
|
|
9536
9586
|
}
|
|
9587
|
+
f = message.getHyperVComputer();
|
|
9588
|
+
if (f != null) {
|
|
9589
|
+
writer.writeMessage(
|
|
9590
|
+
89,
|
|
9591
|
+
f,
|
|
9592
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.serializeBinaryToWriter
|
|
9593
|
+
);
|
|
9594
|
+
}
|
|
9537
9595
|
f = message.getPrinter();
|
|
9538
9596
|
if (f != null) {
|
|
9539
9597
|
writer.writeMessage(
|
|
@@ -10579,6 +10637,43 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasAdComputer = function() {
|
|
|
10579
10637
|
};
|
|
10580
10638
|
|
|
10581
10639
|
|
|
10640
|
+
/**
|
|
10641
|
+
* optional HyperV hyper_v_computer = 89;
|
|
10642
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.HyperV}
|
|
10643
|
+
*/
|
|
10644
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.getHyperVComputer = function() {
|
|
10645
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.HyperV} */ (
|
|
10646
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.HyperV, 89));
|
|
10647
|
+
};
|
|
10648
|
+
|
|
10649
|
+
|
|
10650
|
+
/**
|
|
10651
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.HyperV|undefined} value
|
|
10652
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
10653
|
+
*/
|
|
10654
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.setHyperVComputer = function(value) {
|
|
10655
|
+
return jspb.Message.setWrapperField(this, 89, value);
|
|
10656
|
+
};
|
|
10657
|
+
|
|
10658
|
+
|
|
10659
|
+
/**
|
|
10660
|
+
* Clears the message field making it undefined.
|
|
10661
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Asset} returns this
|
|
10662
|
+
*/
|
|
10663
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearHyperVComputer = function() {
|
|
10664
|
+
return this.setHyperVComputer(undefined);
|
|
10665
|
+
};
|
|
10666
|
+
|
|
10667
|
+
|
|
10668
|
+
/**
|
|
10669
|
+
* Returns whether this field is set.
|
|
10670
|
+
* @return {boolean}
|
|
10671
|
+
*/
|
|
10672
|
+
proto.com.lansweeper.dp.outbound.v1.Asset.prototype.hasHyperVComputer = function() {
|
|
10673
|
+
return jspb.Message.getField(this, 89) != null;
|
|
10674
|
+
};
|
|
10675
|
+
|
|
10676
|
+
|
|
10582
10677
|
/**
|
|
10583
10678
|
* optional Printer printer = 84;
|
|
10584
10679
|
* @return {?proto.com.lansweeper.dp.outbound.v1.Printer}
|
|
@@ -17492,6 +17587,584 @@ proto.com.lansweeper.dp.outbound.v1.SccmClient.prototype.hasClientVersion = func
|
|
|
17492
17587
|
|
|
17493
17588
|
|
|
17494
17589
|
|
|
17590
|
+
/**
|
|
17591
|
+
* List of repeated fields within this message type.
|
|
17592
|
+
* @private {!Array<number>}
|
|
17593
|
+
* @const
|
|
17594
|
+
*/
|
|
17595
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.repeatedFields_ = [8];
|
|
17596
|
+
|
|
17597
|
+
|
|
17598
|
+
|
|
17599
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
17600
|
+
/**
|
|
17601
|
+
* Creates an object representation of this proto.
|
|
17602
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
17603
|
+
* Optional fields that are not set will be set to undefined.
|
|
17604
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
17605
|
+
* For the list of reserved names please see:
|
|
17606
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
17607
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
17608
|
+
* JSPB instance for transitional soy proto support:
|
|
17609
|
+
* http://goto/soy-param-migration
|
|
17610
|
+
* @return {!Object}
|
|
17611
|
+
*/
|
|
17612
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.toObject = function(opt_includeInstance) {
|
|
17613
|
+
return proto.com.lansweeper.dp.outbound.v1.HyperV.toObject(opt_includeInstance, this);
|
|
17614
|
+
};
|
|
17615
|
+
|
|
17616
|
+
|
|
17617
|
+
/**
|
|
17618
|
+
* Static version of the {@see toObject} method.
|
|
17619
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
17620
|
+
* the JSPB instance for transitional soy proto support:
|
|
17621
|
+
* http://goto/soy-param-migration
|
|
17622
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.HyperV} msg The msg instance to transform.
|
|
17623
|
+
* @return {!Object}
|
|
17624
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
17625
|
+
*/
|
|
17626
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.toObject = function(includeInstance, msg) {
|
|
17627
|
+
var f, obj = {
|
|
17628
|
+
host: (f = msg.getHost()) && proto.com.lansweeper.dp.outbound.v1.EntityPath.toObject(includeInstance, f),
|
|
17629
|
+
instanceId: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
17630
|
+
elementName: jspb.Message.getFieldWithDefault(msg, 3, ""),
|
|
17631
|
+
enabledState: (f = msg.getEnabledState()) && proto.com.lansweeper.dp.outbound.v1.MappedValue.toObject(includeInstance, f),
|
|
17632
|
+
healthState: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
17633
|
+
name: jspb.Message.getFieldWithDefault(msg, 6, ""),
|
|
17634
|
+
virtualQuantity: jspb.Message.getFieldWithDefault(msg, 7, 0),
|
|
17635
|
+
hyperVNetworkList: jspb.Message.toObjectList(msg.getHyperVNetworkList(),
|
|
17636
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.toObject, includeInstance)
|
|
17637
|
+
};
|
|
17638
|
+
|
|
17639
|
+
if (includeInstance) {
|
|
17640
|
+
obj.$jspbMessageInstance = msg;
|
|
17641
|
+
}
|
|
17642
|
+
return obj;
|
|
17643
|
+
};
|
|
17644
|
+
}
|
|
17645
|
+
|
|
17646
|
+
|
|
17647
|
+
/**
|
|
17648
|
+
* Deserializes binary data (in protobuf wire format).
|
|
17649
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
17650
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV}
|
|
17651
|
+
*/
|
|
17652
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.deserializeBinary = function(bytes) {
|
|
17653
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
17654
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.HyperV;
|
|
17655
|
+
return proto.com.lansweeper.dp.outbound.v1.HyperV.deserializeBinaryFromReader(msg, reader);
|
|
17656
|
+
};
|
|
17657
|
+
|
|
17658
|
+
|
|
17659
|
+
/**
|
|
17660
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
17661
|
+
* given reader into the given message object.
|
|
17662
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.HyperV} msg The message object to deserialize into.
|
|
17663
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
17664
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV}
|
|
17665
|
+
*/
|
|
17666
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.deserializeBinaryFromReader = function(msg, reader) {
|
|
17667
|
+
while (reader.nextField()) {
|
|
17668
|
+
if (reader.isEndGroup()) {
|
|
17669
|
+
break;
|
|
17670
|
+
}
|
|
17671
|
+
var field = reader.getFieldNumber();
|
|
17672
|
+
switch (field) {
|
|
17673
|
+
case 1:
|
|
17674
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.EntityPath;
|
|
17675
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.EntityPath.deserializeBinaryFromReader);
|
|
17676
|
+
msg.setHost(value);
|
|
17677
|
+
break;
|
|
17678
|
+
case 2:
|
|
17679
|
+
var value = /** @type {string} */ (reader.readString());
|
|
17680
|
+
msg.setInstanceId(value);
|
|
17681
|
+
break;
|
|
17682
|
+
case 3:
|
|
17683
|
+
var value = /** @type {string} */ (reader.readString());
|
|
17684
|
+
msg.setElementName(value);
|
|
17685
|
+
break;
|
|
17686
|
+
case 4:
|
|
17687
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.MappedValue;
|
|
17688
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MappedValue.deserializeBinaryFromReader);
|
|
17689
|
+
msg.setEnabledState(value);
|
|
17690
|
+
break;
|
|
17691
|
+
case 5:
|
|
17692
|
+
var value = /** @type {string} */ (reader.readString());
|
|
17693
|
+
msg.setHealthState(value);
|
|
17694
|
+
break;
|
|
17695
|
+
case 6:
|
|
17696
|
+
var value = /** @type {string} */ (reader.readString());
|
|
17697
|
+
msg.setName(value);
|
|
17698
|
+
break;
|
|
17699
|
+
case 7:
|
|
17700
|
+
var value = /** @type {number} */ (reader.readInt64());
|
|
17701
|
+
msg.setVirtualQuantity(value);
|
|
17702
|
+
break;
|
|
17703
|
+
case 8:
|
|
17704
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.HyperVNetwork;
|
|
17705
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.deserializeBinaryFromReader);
|
|
17706
|
+
msg.addHyperVNetwork(value);
|
|
17707
|
+
break;
|
|
17708
|
+
default:
|
|
17709
|
+
reader.skipField();
|
|
17710
|
+
break;
|
|
17711
|
+
}
|
|
17712
|
+
}
|
|
17713
|
+
return msg;
|
|
17714
|
+
};
|
|
17715
|
+
|
|
17716
|
+
|
|
17717
|
+
/**
|
|
17718
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
17719
|
+
* @return {!Uint8Array}
|
|
17720
|
+
*/
|
|
17721
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.serializeBinary = function() {
|
|
17722
|
+
var writer = new jspb.BinaryWriter();
|
|
17723
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.serializeBinaryToWriter(this, writer);
|
|
17724
|
+
return writer.getResultBuffer();
|
|
17725
|
+
};
|
|
17726
|
+
|
|
17727
|
+
|
|
17728
|
+
/**
|
|
17729
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
17730
|
+
* format), writing to the given BinaryWriter.
|
|
17731
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.HyperV} message
|
|
17732
|
+
* @param {!jspb.BinaryWriter} writer
|
|
17733
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
17734
|
+
*/
|
|
17735
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.serializeBinaryToWriter = function(message, writer) {
|
|
17736
|
+
var f = undefined;
|
|
17737
|
+
f = message.getHost();
|
|
17738
|
+
if (f != null) {
|
|
17739
|
+
writer.writeMessage(
|
|
17740
|
+
1,
|
|
17741
|
+
f,
|
|
17742
|
+
proto.com.lansweeper.dp.outbound.v1.EntityPath.serializeBinaryToWriter
|
|
17743
|
+
);
|
|
17744
|
+
}
|
|
17745
|
+
f = message.getInstanceId();
|
|
17746
|
+
if (f.length > 0) {
|
|
17747
|
+
writer.writeString(
|
|
17748
|
+
2,
|
|
17749
|
+
f
|
|
17750
|
+
);
|
|
17751
|
+
}
|
|
17752
|
+
f = message.getElementName();
|
|
17753
|
+
if (f.length > 0) {
|
|
17754
|
+
writer.writeString(
|
|
17755
|
+
3,
|
|
17756
|
+
f
|
|
17757
|
+
);
|
|
17758
|
+
}
|
|
17759
|
+
f = message.getEnabledState();
|
|
17760
|
+
if (f != null) {
|
|
17761
|
+
writer.writeMessage(
|
|
17762
|
+
4,
|
|
17763
|
+
f,
|
|
17764
|
+
proto.com.lansweeper.dp.outbound.v1.MappedValue.serializeBinaryToWriter
|
|
17765
|
+
);
|
|
17766
|
+
}
|
|
17767
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
17768
|
+
if (f != null) {
|
|
17769
|
+
writer.writeString(
|
|
17770
|
+
5,
|
|
17771
|
+
f
|
|
17772
|
+
);
|
|
17773
|
+
}
|
|
17774
|
+
f = message.getName();
|
|
17775
|
+
if (f.length > 0) {
|
|
17776
|
+
writer.writeString(
|
|
17777
|
+
6,
|
|
17778
|
+
f
|
|
17779
|
+
);
|
|
17780
|
+
}
|
|
17781
|
+
f = /** @type {number} */ (jspb.Message.getField(message, 7));
|
|
17782
|
+
if (f != null) {
|
|
17783
|
+
writer.writeInt64(
|
|
17784
|
+
7,
|
|
17785
|
+
f
|
|
17786
|
+
);
|
|
17787
|
+
}
|
|
17788
|
+
f = message.getHyperVNetworkList();
|
|
17789
|
+
if (f.length > 0) {
|
|
17790
|
+
writer.writeRepeatedMessage(
|
|
17791
|
+
8,
|
|
17792
|
+
f,
|
|
17793
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.serializeBinaryToWriter
|
|
17794
|
+
);
|
|
17795
|
+
}
|
|
17796
|
+
};
|
|
17797
|
+
|
|
17798
|
+
|
|
17799
|
+
/**
|
|
17800
|
+
* optional EntityPath host = 1;
|
|
17801
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.EntityPath}
|
|
17802
|
+
*/
|
|
17803
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.getHost = function() {
|
|
17804
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.EntityPath} */ (
|
|
17805
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.EntityPath, 1));
|
|
17806
|
+
};
|
|
17807
|
+
|
|
17808
|
+
|
|
17809
|
+
/**
|
|
17810
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.EntityPath|undefined} value
|
|
17811
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17812
|
+
*/
|
|
17813
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.setHost = function(value) {
|
|
17814
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
17815
|
+
};
|
|
17816
|
+
|
|
17817
|
+
|
|
17818
|
+
/**
|
|
17819
|
+
* Clears the message field making it undefined.
|
|
17820
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17821
|
+
*/
|
|
17822
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.clearHost = function() {
|
|
17823
|
+
return this.setHost(undefined);
|
|
17824
|
+
};
|
|
17825
|
+
|
|
17826
|
+
|
|
17827
|
+
/**
|
|
17828
|
+
* Returns whether this field is set.
|
|
17829
|
+
* @return {boolean}
|
|
17830
|
+
*/
|
|
17831
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.hasHost = function() {
|
|
17832
|
+
return jspb.Message.getField(this, 1) != null;
|
|
17833
|
+
};
|
|
17834
|
+
|
|
17835
|
+
|
|
17836
|
+
/**
|
|
17837
|
+
* optional string instance_id = 2;
|
|
17838
|
+
* @return {string}
|
|
17839
|
+
*/
|
|
17840
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.getInstanceId = function() {
|
|
17841
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
17842
|
+
};
|
|
17843
|
+
|
|
17844
|
+
|
|
17845
|
+
/**
|
|
17846
|
+
* @param {string} value
|
|
17847
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17848
|
+
*/
|
|
17849
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.setInstanceId = function(value) {
|
|
17850
|
+
return jspb.Message.setProto3StringField(this, 2, value);
|
|
17851
|
+
};
|
|
17852
|
+
|
|
17853
|
+
|
|
17854
|
+
/**
|
|
17855
|
+
* optional string element_name = 3;
|
|
17856
|
+
* @return {string}
|
|
17857
|
+
*/
|
|
17858
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.getElementName = function() {
|
|
17859
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 3, ""));
|
|
17860
|
+
};
|
|
17861
|
+
|
|
17862
|
+
|
|
17863
|
+
/**
|
|
17864
|
+
* @param {string} value
|
|
17865
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17866
|
+
*/
|
|
17867
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.setElementName = function(value) {
|
|
17868
|
+
return jspb.Message.setProto3StringField(this, 3, value);
|
|
17869
|
+
};
|
|
17870
|
+
|
|
17871
|
+
|
|
17872
|
+
/**
|
|
17873
|
+
* optional MappedValue enabled_state = 4;
|
|
17874
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.MappedValue}
|
|
17875
|
+
*/
|
|
17876
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.getEnabledState = function() {
|
|
17877
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.MappedValue} */ (
|
|
17878
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MappedValue, 4));
|
|
17879
|
+
};
|
|
17880
|
+
|
|
17881
|
+
|
|
17882
|
+
/**
|
|
17883
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.MappedValue|undefined} value
|
|
17884
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17885
|
+
*/
|
|
17886
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.setEnabledState = function(value) {
|
|
17887
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
17888
|
+
};
|
|
17889
|
+
|
|
17890
|
+
|
|
17891
|
+
/**
|
|
17892
|
+
* Clears the message field making it undefined.
|
|
17893
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17894
|
+
*/
|
|
17895
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.clearEnabledState = function() {
|
|
17896
|
+
return this.setEnabledState(undefined);
|
|
17897
|
+
};
|
|
17898
|
+
|
|
17899
|
+
|
|
17900
|
+
/**
|
|
17901
|
+
* Returns whether this field is set.
|
|
17902
|
+
* @return {boolean}
|
|
17903
|
+
*/
|
|
17904
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.hasEnabledState = function() {
|
|
17905
|
+
return jspb.Message.getField(this, 4) != null;
|
|
17906
|
+
};
|
|
17907
|
+
|
|
17908
|
+
|
|
17909
|
+
/**
|
|
17910
|
+
* optional string health_state = 5;
|
|
17911
|
+
* @return {string}
|
|
17912
|
+
*/
|
|
17913
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.getHealthState = function() {
|
|
17914
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
17915
|
+
};
|
|
17916
|
+
|
|
17917
|
+
|
|
17918
|
+
/**
|
|
17919
|
+
* @param {string} value
|
|
17920
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17921
|
+
*/
|
|
17922
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.setHealthState = function(value) {
|
|
17923
|
+
return jspb.Message.setField(this, 5, value);
|
|
17924
|
+
};
|
|
17925
|
+
|
|
17926
|
+
|
|
17927
|
+
/**
|
|
17928
|
+
* Clears the field making it undefined.
|
|
17929
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17930
|
+
*/
|
|
17931
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.clearHealthState = function() {
|
|
17932
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
17933
|
+
};
|
|
17934
|
+
|
|
17935
|
+
|
|
17936
|
+
/**
|
|
17937
|
+
* Returns whether this field is set.
|
|
17938
|
+
* @return {boolean}
|
|
17939
|
+
*/
|
|
17940
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.hasHealthState = function() {
|
|
17941
|
+
return jspb.Message.getField(this, 5) != null;
|
|
17942
|
+
};
|
|
17943
|
+
|
|
17944
|
+
|
|
17945
|
+
/**
|
|
17946
|
+
* optional string name = 6;
|
|
17947
|
+
* @return {string}
|
|
17948
|
+
*/
|
|
17949
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.getName = function() {
|
|
17950
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 6, ""));
|
|
17951
|
+
};
|
|
17952
|
+
|
|
17953
|
+
|
|
17954
|
+
/**
|
|
17955
|
+
* @param {string} value
|
|
17956
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17957
|
+
*/
|
|
17958
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.setName = function(value) {
|
|
17959
|
+
return jspb.Message.setProto3StringField(this, 6, value);
|
|
17960
|
+
};
|
|
17961
|
+
|
|
17962
|
+
|
|
17963
|
+
/**
|
|
17964
|
+
* optional int64 virtual_quantity = 7;
|
|
17965
|
+
* @return {number}
|
|
17966
|
+
*/
|
|
17967
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.getVirtualQuantity = function() {
|
|
17968
|
+
return /** @type {number} */ (jspb.Message.getFieldWithDefault(this, 7, 0));
|
|
17969
|
+
};
|
|
17970
|
+
|
|
17971
|
+
|
|
17972
|
+
/**
|
|
17973
|
+
* @param {number} value
|
|
17974
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17975
|
+
*/
|
|
17976
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.setVirtualQuantity = function(value) {
|
|
17977
|
+
return jspb.Message.setField(this, 7, value);
|
|
17978
|
+
};
|
|
17979
|
+
|
|
17980
|
+
|
|
17981
|
+
/**
|
|
17982
|
+
* Clears the field making it undefined.
|
|
17983
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
17984
|
+
*/
|
|
17985
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.clearVirtualQuantity = function() {
|
|
17986
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
17987
|
+
};
|
|
17988
|
+
|
|
17989
|
+
|
|
17990
|
+
/**
|
|
17991
|
+
* Returns whether this field is set.
|
|
17992
|
+
* @return {boolean}
|
|
17993
|
+
*/
|
|
17994
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.hasVirtualQuantity = function() {
|
|
17995
|
+
return jspb.Message.getField(this, 7) != null;
|
|
17996
|
+
};
|
|
17997
|
+
|
|
17998
|
+
|
|
17999
|
+
/**
|
|
18000
|
+
* repeated HyperVNetwork hyper_v_network = 8;
|
|
18001
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork>}
|
|
18002
|
+
*/
|
|
18003
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.getHyperVNetworkList = function() {
|
|
18004
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork>} */ (
|
|
18005
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.HyperVNetwork, 8));
|
|
18006
|
+
};
|
|
18007
|
+
|
|
18008
|
+
|
|
18009
|
+
/**
|
|
18010
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork>} value
|
|
18011
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
18012
|
+
*/
|
|
18013
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.setHyperVNetworkList = function(value) {
|
|
18014
|
+
return jspb.Message.setRepeatedWrapperField(this, 8, value);
|
|
18015
|
+
};
|
|
18016
|
+
|
|
18017
|
+
|
|
18018
|
+
/**
|
|
18019
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork=} opt_value
|
|
18020
|
+
* @param {number=} opt_index
|
|
18021
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork}
|
|
18022
|
+
*/
|
|
18023
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.addHyperVNetwork = function(opt_value, opt_index) {
|
|
18024
|
+
return jspb.Message.addToRepeatedWrapperField(this, 8, opt_value, proto.com.lansweeper.dp.outbound.v1.HyperVNetwork, opt_index);
|
|
18025
|
+
};
|
|
18026
|
+
|
|
18027
|
+
|
|
18028
|
+
/**
|
|
18029
|
+
* Clears the list making it empty but non-null.
|
|
18030
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperV} returns this
|
|
18031
|
+
*/
|
|
18032
|
+
proto.com.lansweeper.dp.outbound.v1.HyperV.prototype.clearHyperVNetworkList = function() {
|
|
18033
|
+
return this.setHyperVNetworkList([]);
|
|
18034
|
+
};
|
|
18035
|
+
|
|
18036
|
+
|
|
18037
|
+
|
|
18038
|
+
|
|
18039
|
+
|
|
18040
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
18041
|
+
/**
|
|
18042
|
+
* Creates an object representation of this proto.
|
|
18043
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
18044
|
+
* Optional fields that are not set will be set to undefined.
|
|
18045
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
18046
|
+
* For the list of reserved names please see:
|
|
18047
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
18048
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
18049
|
+
* JSPB instance for transitional soy proto support:
|
|
18050
|
+
* http://goto/soy-param-migration
|
|
18051
|
+
* @return {!Object}
|
|
18052
|
+
*/
|
|
18053
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.prototype.toObject = function(opt_includeInstance) {
|
|
18054
|
+
return proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.toObject(opt_includeInstance, this);
|
|
18055
|
+
};
|
|
18056
|
+
|
|
18057
|
+
|
|
18058
|
+
/**
|
|
18059
|
+
* Static version of the {@see toObject} method.
|
|
18060
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
18061
|
+
* the JSPB instance for transitional soy proto support:
|
|
18062
|
+
* http://goto/soy-param-migration
|
|
18063
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork} msg The msg instance to transform.
|
|
18064
|
+
* @return {!Object}
|
|
18065
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18066
|
+
*/
|
|
18067
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.toObject = function(includeInstance, msg) {
|
|
18068
|
+
var f, obj = {
|
|
18069
|
+
macAddress: jspb.Message.getFieldWithDefault(msg, 1, "")
|
|
18070
|
+
};
|
|
18071
|
+
|
|
18072
|
+
if (includeInstance) {
|
|
18073
|
+
obj.$jspbMessageInstance = msg;
|
|
18074
|
+
}
|
|
18075
|
+
return obj;
|
|
18076
|
+
};
|
|
18077
|
+
}
|
|
18078
|
+
|
|
18079
|
+
|
|
18080
|
+
/**
|
|
18081
|
+
* Deserializes binary data (in protobuf wire format).
|
|
18082
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
18083
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork}
|
|
18084
|
+
*/
|
|
18085
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.deserializeBinary = function(bytes) {
|
|
18086
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
18087
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.HyperVNetwork;
|
|
18088
|
+
return proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.deserializeBinaryFromReader(msg, reader);
|
|
18089
|
+
};
|
|
18090
|
+
|
|
18091
|
+
|
|
18092
|
+
/**
|
|
18093
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
18094
|
+
* given reader into the given message object.
|
|
18095
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork} msg The message object to deserialize into.
|
|
18096
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
18097
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork}
|
|
18098
|
+
*/
|
|
18099
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.deserializeBinaryFromReader = function(msg, reader) {
|
|
18100
|
+
while (reader.nextField()) {
|
|
18101
|
+
if (reader.isEndGroup()) {
|
|
18102
|
+
break;
|
|
18103
|
+
}
|
|
18104
|
+
var field = reader.getFieldNumber();
|
|
18105
|
+
switch (field) {
|
|
18106
|
+
case 1:
|
|
18107
|
+
var value = /** @type {string} */ (reader.readString());
|
|
18108
|
+
msg.setMacAddress(value);
|
|
18109
|
+
break;
|
|
18110
|
+
default:
|
|
18111
|
+
reader.skipField();
|
|
18112
|
+
break;
|
|
18113
|
+
}
|
|
18114
|
+
}
|
|
18115
|
+
return msg;
|
|
18116
|
+
};
|
|
18117
|
+
|
|
18118
|
+
|
|
18119
|
+
/**
|
|
18120
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
18121
|
+
* @return {!Uint8Array}
|
|
18122
|
+
*/
|
|
18123
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.prototype.serializeBinary = function() {
|
|
18124
|
+
var writer = new jspb.BinaryWriter();
|
|
18125
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.serializeBinaryToWriter(this, writer);
|
|
18126
|
+
return writer.getResultBuffer();
|
|
18127
|
+
};
|
|
18128
|
+
|
|
18129
|
+
|
|
18130
|
+
/**
|
|
18131
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
18132
|
+
* format), writing to the given BinaryWriter.
|
|
18133
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork} message
|
|
18134
|
+
* @param {!jspb.BinaryWriter} writer
|
|
18135
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
18136
|
+
*/
|
|
18137
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.serializeBinaryToWriter = function(message, writer) {
|
|
18138
|
+
var f = undefined;
|
|
18139
|
+
f = message.getMacAddress();
|
|
18140
|
+
if (f.length > 0) {
|
|
18141
|
+
writer.writeString(
|
|
18142
|
+
1,
|
|
18143
|
+
f
|
|
18144
|
+
);
|
|
18145
|
+
}
|
|
18146
|
+
};
|
|
18147
|
+
|
|
18148
|
+
|
|
18149
|
+
/**
|
|
18150
|
+
* optional string mac_address = 1;
|
|
18151
|
+
* @return {string}
|
|
18152
|
+
*/
|
|
18153
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.prototype.getMacAddress = function() {
|
|
18154
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
18155
|
+
};
|
|
18156
|
+
|
|
18157
|
+
|
|
18158
|
+
/**
|
|
18159
|
+
* @param {string} value
|
|
18160
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.HyperVNetwork} returns this
|
|
18161
|
+
*/
|
|
18162
|
+
proto.com.lansweeper.dp.outbound.v1.HyperVNetwork.prototype.setMacAddress = function(value) {
|
|
18163
|
+
return jspb.Message.setProto3StringField(this, 1, value);
|
|
18164
|
+
};
|
|
18165
|
+
|
|
18166
|
+
|
|
18167
|
+
|
|
17495
18168
|
|
|
17496
18169
|
|
|
17497
18170
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|