@lansweeper/data-platform-outbound-grpc 0.1.94 → 0.1.96
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 +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +249 -0
- package/gen-proto/outbound_pb.js +1983 -5
- package/generated-go/outbound.pb.go +11880 -11222
- package/java.json +1 -1
- package/package.json +2 -2
- package/proto/outbound.proto +53 -0
package/gen-proto/outbound_pb.js
CHANGED
|
@@ -97,6 +97,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.BrowserO
|
|
|
97
97
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.InternetExplorer.Extension', null, global);
|
|
98
98
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpInfo', null, global);
|
|
99
99
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.IpLocationConfig', null, global);
|
|
100
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.KernelExtensionError', null, global);
|
|
101
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType', null, global);
|
|
100
102
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Keyboard', null, global);
|
|
101
103
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.LastUser', null, global);
|
|
102
104
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.LinuxBios', null, global);
|
|
@@ -106,6 +108,7 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.ListEntityResponse', null
|
|
|
106
108
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacComputerBattery', null, global);
|
|
107
109
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacNetworkVolume', null, global);
|
|
108
110
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacOperatingSystemInfo', null, global);
|
|
111
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension', null, global);
|
|
109
112
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MappedValue', null, global);
|
|
110
113
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.Memory', null, global);
|
|
111
114
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.MemoryArray', null, global);
|
|
@@ -193,6 +196,8 @@ goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver', nu
|
|
|
193
196
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSinglePageFile', null, global);
|
|
194
197
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer', null, global);
|
|
195
198
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.SqlAuthenticationMode', null, global);
|
|
199
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent', null, global);
|
|
200
|
+
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType', null, global);
|
|
196
201
|
goog.exportSymbol('proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver', null, global);
|
|
197
202
|
/**
|
|
198
203
|
* Generated by JsPbCodeGenerator.
|
|
@@ -1118,6 +1123,27 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1118
1123
|
*/
|
|
1119
1124
|
proto.com.lansweeper.dp.outbound.v1.SqlServerClusterNode.displayName = 'proto.com.lansweeper.dp.outbound.v1.SqlServerClusterNode';
|
|
1120
1125
|
}
|
|
1126
|
+
/**
|
|
1127
|
+
* Generated by JsPbCodeGenerator.
|
|
1128
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1129
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1130
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1131
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1132
|
+
* valid.
|
|
1133
|
+
* @extends {jspb.Message}
|
|
1134
|
+
* @constructor
|
|
1135
|
+
*/
|
|
1136
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent = function(opt_data) {
|
|
1137
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
1138
|
+
};
|
|
1139
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent, jspb.Message);
|
|
1140
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1141
|
+
/**
|
|
1142
|
+
* @public
|
|
1143
|
+
* @override
|
|
1144
|
+
*/
|
|
1145
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent';
|
|
1146
|
+
}
|
|
1121
1147
|
/**
|
|
1122
1148
|
* Generated by JsPbCodeGenerator.
|
|
1123
1149
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -1958,6 +1984,69 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1958
1984
|
*/
|
|
1959
1985
|
proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.displayName = 'proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver';
|
|
1960
1986
|
}
|
|
1987
|
+
/**
|
|
1988
|
+
* Generated by JsPbCodeGenerator.
|
|
1989
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1990
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1991
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1992
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1993
|
+
* valid.
|
|
1994
|
+
* @extends {jspb.Message}
|
|
1995
|
+
* @constructor
|
|
1996
|
+
*/
|
|
1997
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension = function(opt_data) {
|
|
1998
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.repeatedFields_, null);
|
|
1999
|
+
};
|
|
2000
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension, jspb.Message);
|
|
2001
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2002
|
+
/**
|
|
2003
|
+
* @public
|
|
2004
|
+
* @override
|
|
2005
|
+
*/
|
|
2006
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.displayName = 'proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension';
|
|
2007
|
+
}
|
|
2008
|
+
/**
|
|
2009
|
+
* Generated by JsPbCodeGenerator.
|
|
2010
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2011
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2012
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2013
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2014
|
+
* valid.
|
|
2015
|
+
* @extends {jspb.Message}
|
|
2016
|
+
* @constructor
|
|
2017
|
+
*/
|
|
2018
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType = function(opt_data) {
|
|
2019
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.repeatedFields_, null);
|
|
2020
|
+
};
|
|
2021
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType, jspb.Message);
|
|
2022
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2023
|
+
/**
|
|
2024
|
+
* @public
|
|
2025
|
+
* @override
|
|
2026
|
+
*/
|
|
2027
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.displayName = 'proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType';
|
|
2028
|
+
}
|
|
2029
|
+
/**
|
|
2030
|
+
* Generated by JsPbCodeGenerator.
|
|
2031
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2032
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2033
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2034
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2035
|
+
* valid.
|
|
2036
|
+
* @extends {jspb.Message}
|
|
2037
|
+
* @constructor
|
|
2038
|
+
*/
|
|
2039
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError = function(opt_data) {
|
|
2040
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.repeatedFields_, null);
|
|
2041
|
+
};
|
|
2042
|
+
goog.inherits(proto.com.lansweeper.dp.outbound.v1.KernelExtensionError, jspb.Message);
|
|
2043
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2044
|
+
/**
|
|
2045
|
+
* @public
|
|
2046
|
+
* @override
|
|
2047
|
+
*/
|
|
2048
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.displayName = 'proto.com.lansweeper.dp.outbound.v1.KernelExtensionError';
|
|
2049
|
+
}
|
|
1961
2050
|
/**
|
|
1962
2051
|
* Generated by JsPbCodeGenerator.
|
|
1963
2052
|
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
@@ -7605,7 +7694,7 @@ proto.com.lansweeper.dp.outbound.v1.Asset.prototype.clearChangeLogList = functio
|
|
|
7605
7694
|
* @private {!Array<!Array<number>>}
|
|
7606
7695
|
* @const
|
|
7607
7696
|
*/
|
|
7608
|
-
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_ = [[2,3]];
|
|
7697
|
+
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_ = [[2,3,4]];
|
|
7609
7698
|
|
|
7610
7699
|
/**
|
|
7611
7700
|
* @enum {number}
|
|
@@ -7613,7 +7702,8 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_ = [[2,3]];
|
|
|
7613
7702
|
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.EventCase = {
|
|
7614
7703
|
EVENT_NOT_SET: 0,
|
|
7615
7704
|
SW: 2,
|
|
7616
|
-
OS: 3
|
|
7705
|
+
OS: 3,
|
|
7706
|
+
SQL_SERVER: 4
|
|
7617
7707
|
};
|
|
7618
7708
|
|
|
7619
7709
|
/**
|
|
@@ -7656,7 +7746,8 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.toObject = function(include
|
|
|
7656
7746
|
var f, obj = {
|
|
7657
7747
|
timestamp: (f = msg.getTimestamp()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
7658
7748
|
sw: (f = msg.getSw()) && proto.com.lansweeper.dp.outbound.v1.SoftwareChangeEvent.toObject(includeInstance, f),
|
|
7659
|
-
os: (f = msg.getOs()) && proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.toObject(includeInstance, f)
|
|
7749
|
+
os: (f = msg.getOs()) && proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.toObject(includeInstance, f),
|
|
7750
|
+
sqlServer: (f = msg.getSqlServer()) && proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.toObject(includeInstance, f)
|
|
7660
7751
|
};
|
|
7661
7752
|
|
|
7662
7753
|
if (includeInstance) {
|
|
@@ -7708,6 +7799,11 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.deserializeBinaryFromReader
|
|
|
7708
7799
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.deserializeBinaryFromReader);
|
|
7709
7800
|
msg.setOs(value);
|
|
7710
7801
|
break;
|
|
7802
|
+
case 4:
|
|
7803
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent;
|
|
7804
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.deserializeBinaryFromReader);
|
|
7805
|
+
msg.setSqlServer(value);
|
|
7806
|
+
break;
|
|
7711
7807
|
default:
|
|
7712
7808
|
reader.skipField();
|
|
7713
7809
|
break;
|
|
@@ -7761,6 +7857,14 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.serializeBinaryToWriter = f
|
|
|
7761
7857
|
proto.com.lansweeper.dp.outbound.v1.OperatingSystemChangeEvent.serializeBinaryToWriter
|
|
7762
7858
|
);
|
|
7763
7859
|
}
|
|
7860
|
+
f = message.getSqlServer();
|
|
7861
|
+
if (f != null) {
|
|
7862
|
+
writer.writeMessage(
|
|
7863
|
+
4,
|
|
7864
|
+
f,
|
|
7865
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.serializeBinaryToWriter
|
|
7866
|
+
);
|
|
7867
|
+
}
|
|
7764
7868
|
};
|
|
7765
7869
|
|
|
7766
7870
|
|
|
@@ -7875,6 +7979,43 @@ proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.hasOs = function(
|
|
|
7875
7979
|
};
|
|
7876
7980
|
|
|
7877
7981
|
|
|
7982
|
+
/**
|
|
7983
|
+
* optional WindowsSqlServerChangeEvent sql_server = 4;
|
|
7984
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent}
|
|
7985
|
+
*/
|
|
7986
|
+
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.getSqlServer = function() {
|
|
7987
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} */ (
|
|
7988
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent, 4));
|
|
7989
|
+
};
|
|
7990
|
+
|
|
7991
|
+
|
|
7992
|
+
/**
|
|
7993
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent|undefined} value
|
|
7994
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
|
|
7995
|
+
*/
|
|
7996
|
+
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.setSqlServer = function(value) {
|
|
7997
|
+
return jspb.Message.setOneofWrapperField(this, 4, proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.oneofGroups_[0], value);
|
|
7998
|
+
};
|
|
7999
|
+
|
|
8000
|
+
|
|
8001
|
+
/**
|
|
8002
|
+
* Clears the message field making it undefined.
|
|
8003
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent} returns this
|
|
8004
|
+
*/
|
|
8005
|
+
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.clearSqlServer = function() {
|
|
8006
|
+
return this.setSqlServer(undefined);
|
|
8007
|
+
};
|
|
8008
|
+
|
|
8009
|
+
|
|
8010
|
+
/**
|
|
8011
|
+
* Returns whether this field is set.
|
|
8012
|
+
* @return {boolean}
|
|
8013
|
+
*/
|
|
8014
|
+
proto.com.lansweeper.dp.outbound.v1.AssetChangeEvent.prototype.hasSqlServer = function() {
|
|
8015
|
+
return jspb.Message.getField(this, 4) != null;
|
|
8016
|
+
};
|
|
8017
|
+
|
|
8018
|
+
|
|
7878
8019
|
|
|
7879
8020
|
/**
|
|
7880
8021
|
* List of repeated fields within this message type.
|
|
@@ -21933,6 +22074,298 @@ proto.com.lansweeper.dp.outbound.v1.SqlServerClusterNode.prototype.hasName = fun
|
|
|
21933
22074
|
|
|
21934
22075
|
|
|
21935
22076
|
|
|
22077
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
22078
|
+
/**
|
|
22079
|
+
* Creates an object representation of this proto.
|
|
22080
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
22081
|
+
* Optional fields that are not set will be set to undefined.
|
|
22082
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
22083
|
+
* For the list of reserved names please see:
|
|
22084
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
22085
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
22086
|
+
* JSPB instance for transitional soy proto support:
|
|
22087
|
+
* http://goto/soy-param-migration
|
|
22088
|
+
* @return {!Object}
|
|
22089
|
+
*/
|
|
22090
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.toObject = function(opt_includeInstance) {
|
|
22091
|
+
return proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.toObject(opt_includeInstance, this);
|
|
22092
|
+
};
|
|
22093
|
+
|
|
22094
|
+
|
|
22095
|
+
/**
|
|
22096
|
+
* Static version of the {@see toObject} method.
|
|
22097
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
22098
|
+
* the JSPB instance for transitional soy proto support:
|
|
22099
|
+
* http://goto/soy-param-migration
|
|
22100
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} msg The msg instance to transform.
|
|
22101
|
+
* @return {!Object}
|
|
22102
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
22103
|
+
*/
|
|
22104
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.toObject = function(includeInstance, msg) {
|
|
22105
|
+
var f, obj = {
|
|
22106
|
+
eventType: jspb.Message.getFieldWithDefault(msg, 1, 0),
|
|
22107
|
+
start: (f = msg.getStart()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22108
|
+
end: (f = msg.getEnd()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
22109
|
+
windowsSqlServer: (f = msg.getWindowsSqlServer()) && proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.toObject(includeInstance, f)
|
|
22110
|
+
};
|
|
22111
|
+
|
|
22112
|
+
if (includeInstance) {
|
|
22113
|
+
obj.$jspbMessageInstance = msg;
|
|
22114
|
+
}
|
|
22115
|
+
return obj;
|
|
22116
|
+
};
|
|
22117
|
+
}
|
|
22118
|
+
|
|
22119
|
+
|
|
22120
|
+
/**
|
|
22121
|
+
* Deserializes binary data (in protobuf wire format).
|
|
22122
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
22123
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent}
|
|
22124
|
+
*/
|
|
22125
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.deserializeBinary = function(bytes) {
|
|
22126
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
22127
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent;
|
|
22128
|
+
return proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.deserializeBinaryFromReader(msg, reader);
|
|
22129
|
+
};
|
|
22130
|
+
|
|
22131
|
+
|
|
22132
|
+
/**
|
|
22133
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
22134
|
+
* given reader into the given message object.
|
|
22135
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} msg The message object to deserialize into.
|
|
22136
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
22137
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent}
|
|
22138
|
+
*/
|
|
22139
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.deserializeBinaryFromReader = function(msg, reader) {
|
|
22140
|
+
while (reader.nextField()) {
|
|
22141
|
+
if (reader.isEndGroup()) {
|
|
22142
|
+
break;
|
|
22143
|
+
}
|
|
22144
|
+
var field = reader.getFieldNumber();
|
|
22145
|
+
switch (field) {
|
|
22146
|
+
case 1:
|
|
22147
|
+
var value = /** @type {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType} */ (reader.readEnum());
|
|
22148
|
+
msg.setEventType(value);
|
|
22149
|
+
break;
|
|
22150
|
+
case 2:
|
|
22151
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
22152
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
22153
|
+
msg.setStart(value);
|
|
22154
|
+
break;
|
|
22155
|
+
case 3:
|
|
22156
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
22157
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
22158
|
+
msg.setEnd(value);
|
|
22159
|
+
break;
|
|
22160
|
+
case 4:
|
|
22161
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer;
|
|
22162
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.deserializeBinaryFromReader);
|
|
22163
|
+
msg.setWindowsSqlServer(value);
|
|
22164
|
+
break;
|
|
22165
|
+
default:
|
|
22166
|
+
reader.skipField();
|
|
22167
|
+
break;
|
|
22168
|
+
}
|
|
22169
|
+
}
|
|
22170
|
+
return msg;
|
|
22171
|
+
};
|
|
22172
|
+
|
|
22173
|
+
|
|
22174
|
+
/**
|
|
22175
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
22176
|
+
* @return {!Uint8Array}
|
|
22177
|
+
*/
|
|
22178
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.serializeBinary = function() {
|
|
22179
|
+
var writer = new jspb.BinaryWriter();
|
|
22180
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.serializeBinaryToWriter(this, writer);
|
|
22181
|
+
return writer.getResultBuffer();
|
|
22182
|
+
};
|
|
22183
|
+
|
|
22184
|
+
|
|
22185
|
+
/**
|
|
22186
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
22187
|
+
* format), writing to the given BinaryWriter.
|
|
22188
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} message
|
|
22189
|
+
* @param {!jspb.BinaryWriter} writer
|
|
22190
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
22191
|
+
*/
|
|
22192
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.serializeBinaryToWriter = function(message, writer) {
|
|
22193
|
+
var f = undefined;
|
|
22194
|
+
f = message.getEventType();
|
|
22195
|
+
if (f !== 0.0) {
|
|
22196
|
+
writer.writeEnum(
|
|
22197
|
+
1,
|
|
22198
|
+
f
|
|
22199
|
+
);
|
|
22200
|
+
}
|
|
22201
|
+
f = message.getStart();
|
|
22202
|
+
if (f != null) {
|
|
22203
|
+
writer.writeMessage(
|
|
22204
|
+
2,
|
|
22205
|
+
f,
|
|
22206
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
22207
|
+
);
|
|
22208
|
+
}
|
|
22209
|
+
f = message.getEnd();
|
|
22210
|
+
if (f != null) {
|
|
22211
|
+
writer.writeMessage(
|
|
22212
|
+
3,
|
|
22213
|
+
f,
|
|
22214
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
22215
|
+
);
|
|
22216
|
+
}
|
|
22217
|
+
f = message.getWindowsSqlServer();
|
|
22218
|
+
if (f != null) {
|
|
22219
|
+
writer.writeMessage(
|
|
22220
|
+
4,
|
|
22221
|
+
f,
|
|
22222
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer.serializeBinaryToWriter
|
|
22223
|
+
);
|
|
22224
|
+
}
|
|
22225
|
+
};
|
|
22226
|
+
|
|
22227
|
+
|
|
22228
|
+
/**
|
|
22229
|
+
* @enum {number}
|
|
22230
|
+
*/
|
|
22231
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType = {
|
|
22232
|
+
INSTALL: 0,
|
|
22233
|
+
UNINSTALL: 1,
|
|
22234
|
+
UPDATE: 2
|
|
22235
|
+
};
|
|
22236
|
+
|
|
22237
|
+
/**
|
|
22238
|
+
* optional EventType event_type = 1;
|
|
22239
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType}
|
|
22240
|
+
*/
|
|
22241
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.getEventType = function() {
|
|
22242
|
+
return /** @type {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType} */ (jspb.Message.getFieldWithDefault(this, 1, 0));
|
|
22243
|
+
};
|
|
22244
|
+
|
|
22245
|
+
|
|
22246
|
+
/**
|
|
22247
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.EventType} value
|
|
22248
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
|
|
22249
|
+
*/
|
|
22250
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.setEventType = function(value) {
|
|
22251
|
+
return jspb.Message.setProto3EnumField(this, 1, value);
|
|
22252
|
+
};
|
|
22253
|
+
|
|
22254
|
+
|
|
22255
|
+
/**
|
|
22256
|
+
* optional google.protobuf.Timestamp start = 2;
|
|
22257
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
22258
|
+
*/
|
|
22259
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.getStart = function() {
|
|
22260
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
22261
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 2));
|
|
22262
|
+
};
|
|
22263
|
+
|
|
22264
|
+
|
|
22265
|
+
/**
|
|
22266
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
22267
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
|
|
22268
|
+
*/
|
|
22269
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.setStart = function(value) {
|
|
22270
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
22271
|
+
};
|
|
22272
|
+
|
|
22273
|
+
|
|
22274
|
+
/**
|
|
22275
|
+
* Clears the message field making it undefined.
|
|
22276
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
|
|
22277
|
+
*/
|
|
22278
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.clearStart = function() {
|
|
22279
|
+
return this.setStart(undefined);
|
|
22280
|
+
};
|
|
22281
|
+
|
|
22282
|
+
|
|
22283
|
+
/**
|
|
22284
|
+
* Returns whether this field is set.
|
|
22285
|
+
* @return {boolean}
|
|
22286
|
+
*/
|
|
22287
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.hasStart = function() {
|
|
22288
|
+
return jspb.Message.getField(this, 2) != null;
|
|
22289
|
+
};
|
|
22290
|
+
|
|
22291
|
+
|
|
22292
|
+
/**
|
|
22293
|
+
* optional google.protobuf.Timestamp end = 3;
|
|
22294
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
22295
|
+
*/
|
|
22296
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.getEnd = function() {
|
|
22297
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
22298
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 3));
|
|
22299
|
+
};
|
|
22300
|
+
|
|
22301
|
+
|
|
22302
|
+
/**
|
|
22303
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
22304
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
|
|
22305
|
+
*/
|
|
22306
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.setEnd = function(value) {
|
|
22307
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
22308
|
+
};
|
|
22309
|
+
|
|
22310
|
+
|
|
22311
|
+
/**
|
|
22312
|
+
* Clears the message field making it undefined.
|
|
22313
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
|
|
22314
|
+
*/
|
|
22315
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.clearEnd = function() {
|
|
22316
|
+
return this.setEnd(undefined);
|
|
22317
|
+
};
|
|
22318
|
+
|
|
22319
|
+
|
|
22320
|
+
/**
|
|
22321
|
+
* Returns whether this field is set.
|
|
22322
|
+
* @return {boolean}
|
|
22323
|
+
*/
|
|
22324
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.hasEnd = function() {
|
|
22325
|
+
return jspb.Message.getField(this, 3) != null;
|
|
22326
|
+
};
|
|
22327
|
+
|
|
22328
|
+
|
|
22329
|
+
/**
|
|
22330
|
+
* optional WindowsSqlServer windows_sql_server = 4;
|
|
22331
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer}
|
|
22332
|
+
*/
|
|
22333
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.getWindowsSqlServer = function() {
|
|
22334
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer} */ (
|
|
22335
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer, 4));
|
|
22336
|
+
};
|
|
22337
|
+
|
|
22338
|
+
|
|
22339
|
+
/**
|
|
22340
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.WindowsSqlServer|undefined} value
|
|
22341
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
|
|
22342
|
+
*/
|
|
22343
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.setWindowsSqlServer = function(value) {
|
|
22344
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
22345
|
+
};
|
|
22346
|
+
|
|
22347
|
+
|
|
22348
|
+
/**
|
|
22349
|
+
* Clears the message field making it undefined.
|
|
22350
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent} returns this
|
|
22351
|
+
*/
|
|
22352
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.clearWindowsSqlServer = function() {
|
|
22353
|
+
return this.setWindowsSqlServer(undefined);
|
|
22354
|
+
};
|
|
22355
|
+
|
|
22356
|
+
|
|
22357
|
+
/**
|
|
22358
|
+
* Returns whether this field is set.
|
|
22359
|
+
* @return {boolean}
|
|
22360
|
+
*/
|
|
22361
|
+
proto.com.lansweeper.dp.outbound.v1.WindowsSqlServerChangeEvent.prototype.hasWindowsSqlServer = function() {
|
|
22362
|
+
return jspb.Message.getField(this, 4) != null;
|
|
22363
|
+
};
|
|
22364
|
+
|
|
22365
|
+
|
|
22366
|
+
|
|
22367
|
+
|
|
22368
|
+
|
|
21936
22369
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
21937
22370
|
/**
|
|
21938
22371
|
* Creates an object representation of this proto.
|
|
@@ -41614,7 +42047,7 @@ proto.com.lansweeper.dp.outbound.v1.WindowsOsRecovery.prototype.hasMiniDumpDirec
|
|
|
41614
42047
|
* @private {!Array<!Array<number>>}
|
|
41615
42048
|
* @const
|
|
41616
42049
|
*/
|
|
41617
|
-
proto.com.lansweeper.dp.outbound.v1.Driver.oneofGroups_ = [[1,2,3]];
|
|
42050
|
+
proto.com.lansweeper.dp.outbound.v1.Driver.oneofGroups_ = [[1,2,3,4]];
|
|
41618
42051
|
|
|
41619
42052
|
/**
|
|
41620
42053
|
* @enum {number}
|
|
@@ -41623,7 +42056,8 @@ proto.com.lansweeper.dp.outbound.v1.Driver.DriverCase = {
|
|
|
41623
42056
|
DRIVER_NOT_SET: 0,
|
|
41624
42057
|
WIN_SYS: 1,
|
|
41625
42058
|
WIN_PNP: 2,
|
|
41626
|
-
WIN_PRINTER: 3
|
|
42059
|
+
WIN_PRINTER: 3,
|
|
42060
|
+
MAC_KERNEL_EXTENSION: 4
|
|
41627
42061
|
};
|
|
41628
42062
|
|
|
41629
42063
|
/**
|
|
@@ -41667,6 +42101,7 @@ proto.com.lansweeper.dp.outbound.v1.Driver.toObject = function(includeInstance,
|
|
|
41667
42101
|
winSys: (f = msg.getWinSys()) && proto.com.lansweeper.dp.outbound.v1.WindowsSystemDriver.toObject(includeInstance, f),
|
|
41668
42102
|
winPnp: (f = msg.getWinPnp()) && proto.com.lansweeper.dp.outbound.v1.WindowsPnpSignedDriver.toObject(includeInstance, f),
|
|
41669
42103
|
winPrinter: (f = msg.getWinPrinter()) && proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.toObject(includeInstance, f),
|
|
42104
|
+
macKernelExtension: (f = msg.getMacKernelExtension()) && proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.toObject(includeInstance, f),
|
|
41670
42105
|
name: jspb.Message.getFieldWithDefault(msg, 100, ""),
|
|
41671
42106
|
description: jspb.Message.getFieldWithDefault(msg, 101, "")
|
|
41672
42107
|
};
|
|
@@ -41720,6 +42155,11 @@ proto.com.lansweeper.dp.outbound.v1.Driver.deserializeBinaryFromReader = functio
|
|
|
41720
42155
|
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.deserializeBinaryFromReader);
|
|
41721
42156
|
msg.setWinPrinter(value);
|
|
41722
42157
|
break;
|
|
42158
|
+
case 4:
|
|
42159
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension;
|
|
42160
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.deserializeBinaryFromReader);
|
|
42161
|
+
msg.setMacKernelExtension(value);
|
|
42162
|
+
break;
|
|
41723
42163
|
case 100:
|
|
41724
42164
|
var value = /** @type {string} */ (reader.readString());
|
|
41725
42165
|
msg.setName(value);
|
|
@@ -41781,6 +42221,14 @@ proto.com.lansweeper.dp.outbound.v1.Driver.serializeBinaryToWriter = function(me
|
|
|
41781
42221
|
proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.serializeBinaryToWriter
|
|
41782
42222
|
);
|
|
41783
42223
|
}
|
|
42224
|
+
f = message.getMacKernelExtension();
|
|
42225
|
+
if (f != null) {
|
|
42226
|
+
writer.writeMessage(
|
|
42227
|
+
4,
|
|
42228
|
+
f,
|
|
42229
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.serializeBinaryToWriter
|
|
42230
|
+
);
|
|
42231
|
+
}
|
|
41784
42232
|
f = /** @type {string} */ (jspb.Message.getField(message, 100));
|
|
41785
42233
|
if (f != null) {
|
|
41786
42234
|
writer.writeString(
|
|
@@ -41909,6 +42357,43 @@ proto.com.lansweeper.dp.outbound.v1.Driver.prototype.hasWinPrinter = function()
|
|
|
41909
42357
|
};
|
|
41910
42358
|
|
|
41911
42359
|
|
|
42360
|
+
/**
|
|
42361
|
+
* optional MacOsKernelExtension mac_kernel_extension = 4;
|
|
42362
|
+
* @return {?proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension}
|
|
42363
|
+
*/
|
|
42364
|
+
proto.com.lansweeper.dp.outbound.v1.Driver.prototype.getMacKernelExtension = function() {
|
|
42365
|
+
return /** @type{?proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} */ (
|
|
42366
|
+
jspb.Message.getWrapperField(this, proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension, 4));
|
|
42367
|
+
};
|
|
42368
|
+
|
|
42369
|
+
|
|
42370
|
+
/**
|
|
42371
|
+
* @param {?proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension|undefined} value
|
|
42372
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
|
|
42373
|
+
*/
|
|
42374
|
+
proto.com.lansweeper.dp.outbound.v1.Driver.prototype.setMacKernelExtension = function(value) {
|
|
42375
|
+
return jspb.Message.setOneofWrapperField(this, 4, proto.com.lansweeper.dp.outbound.v1.Driver.oneofGroups_[0], value);
|
|
42376
|
+
};
|
|
42377
|
+
|
|
42378
|
+
|
|
42379
|
+
/**
|
|
42380
|
+
* Clears the message field making it undefined.
|
|
42381
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.Driver} returns this
|
|
42382
|
+
*/
|
|
42383
|
+
proto.com.lansweeper.dp.outbound.v1.Driver.prototype.clearMacKernelExtension = function() {
|
|
42384
|
+
return this.setMacKernelExtension(undefined);
|
|
42385
|
+
};
|
|
42386
|
+
|
|
42387
|
+
|
|
42388
|
+
/**
|
|
42389
|
+
* Returns whether this field is set.
|
|
42390
|
+
* @return {boolean}
|
|
42391
|
+
*/
|
|
42392
|
+
proto.com.lansweeper.dp.outbound.v1.Driver.prototype.hasMacKernelExtension = function() {
|
|
42393
|
+
return jspb.Message.getField(this, 4) != null;
|
|
42394
|
+
};
|
|
42395
|
+
|
|
42396
|
+
|
|
41912
42397
|
/**
|
|
41913
42398
|
* optional string name = 100;
|
|
41914
42399
|
* @return {string}
|
|
@@ -44925,6 +45410,1499 @@ proto.com.lansweeper.dp.outbound.v1.WindowsPrinterDriver.prototype.hasManufactur
|
|
|
44925
45410
|
|
|
44926
45411
|
|
|
44927
45412
|
|
|
45413
|
+
/**
|
|
45414
|
+
* List of repeated fields within this message type.
|
|
45415
|
+
* @private {!Array<number>}
|
|
45416
|
+
* @const
|
|
45417
|
+
*/
|
|
45418
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.repeatedFields_ = [3,6,18];
|
|
45419
|
+
|
|
45420
|
+
|
|
45421
|
+
|
|
45422
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
45423
|
+
/**
|
|
45424
|
+
* Creates an object representation of this proto.
|
|
45425
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
45426
|
+
* Optional fields that are not set will be set to undefined.
|
|
45427
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
45428
|
+
* For the list of reserved names please see:
|
|
45429
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
45430
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
45431
|
+
* JSPB instance for transitional soy proto support:
|
|
45432
|
+
* http://goto/soy-param-migration
|
|
45433
|
+
* @return {!Object}
|
|
45434
|
+
*/
|
|
45435
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.toObject = function(opt_includeInstance) {
|
|
45436
|
+
return proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.toObject(opt_includeInstance, this);
|
|
45437
|
+
};
|
|
45438
|
+
|
|
45439
|
+
|
|
45440
|
+
/**
|
|
45441
|
+
* Static version of the {@see toObject} method.
|
|
45442
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
45443
|
+
* the JSPB instance for transitional soy proto support:
|
|
45444
|
+
* http://goto/soy-param-migration
|
|
45445
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} msg The msg instance to transform.
|
|
45446
|
+
* @return {!Object}
|
|
45447
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
45448
|
+
*/
|
|
45449
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.toObject = function(includeInstance, msg) {
|
|
45450
|
+
var f, obj = {
|
|
45451
|
+
name: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
45452
|
+
has64BitIntelCode: jspb.Message.getFieldWithDefault(msg, 2, ""),
|
|
45453
|
+
architecturesList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f,
|
|
45454
|
+
bundleId: jspb.Message.getFieldWithDefault(msg, 4, ""),
|
|
45455
|
+
dependencies: jspb.Message.getFieldWithDefault(msg, 5, ""),
|
|
45456
|
+
dependencyErrorsList: jspb.Message.toObjectList(msg.getDependencyErrorsList(),
|
|
45457
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.toObject, includeInstance),
|
|
45458
|
+
info: jspb.Message.getFieldWithDefault(msg, 7, ""),
|
|
45459
|
+
lastModified: (f = msg.getLastModified()) && google_protobuf_timestamp_pb.Timestamp.toObject(includeInstance, f),
|
|
45460
|
+
loadAddress: jspb.Message.getFieldWithDefault(msg, 9, ""),
|
|
45461
|
+
loadable: jspb.Message.getFieldWithDefault(msg, 10, ""),
|
|
45462
|
+
loaded: jspb.Message.getFieldWithDefault(msg, 11, ""),
|
|
45463
|
+
notarized: jspb.Message.getFieldWithDefault(msg, 12, ""),
|
|
45464
|
+
obtainedFrom: jspb.Message.getFieldWithDefault(msg, 13, ""),
|
|
45465
|
+
pathLocation: jspb.Message.getFieldWithDefault(msg, 14, ""),
|
|
45466
|
+
runtimeEnvironment: jspb.Message.getFieldWithDefault(msg, 15, ""),
|
|
45467
|
+
signedBy: jspb.Message.getFieldWithDefault(msg, 16, ""),
|
|
45468
|
+
signingErrors: jspb.Message.getFieldWithDefault(msg, 17, ""),
|
|
45469
|
+
validityErrorsList: jspb.Message.toObjectList(msg.getValidityErrorsList(),
|
|
45470
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.toObject, includeInstance),
|
|
45471
|
+
version: jspb.Message.getFieldWithDefault(msg, 19, ""),
|
|
45472
|
+
versionKext: jspb.Message.getFieldWithDefault(msg, 20, "")
|
|
45473
|
+
};
|
|
45474
|
+
|
|
45475
|
+
if (includeInstance) {
|
|
45476
|
+
obj.$jspbMessageInstance = msg;
|
|
45477
|
+
}
|
|
45478
|
+
return obj;
|
|
45479
|
+
};
|
|
45480
|
+
}
|
|
45481
|
+
|
|
45482
|
+
|
|
45483
|
+
/**
|
|
45484
|
+
* Deserializes binary data (in protobuf wire format).
|
|
45485
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
45486
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension}
|
|
45487
|
+
*/
|
|
45488
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.deserializeBinary = function(bytes) {
|
|
45489
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
45490
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension;
|
|
45491
|
+
return proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.deserializeBinaryFromReader(msg, reader);
|
|
45492
|
+
};
|
|
45493
|
+
|
|
45494
|
+
|
|
45495
|
+
/**
|
|
45496
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
45497
|
+
* given reader into the given message object.
|
|
45498
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} msg The message object to deserialize into.
|
|
45499
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
45500
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension}
|
|
45501
|
+
*/
|
|
45502
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.deserializeBinaryFromReader = function(msg, reader) {
|
|
45503
|
+
while (reader.nextField()) {
|
|
45504
|
+
if (reader.isEndGroup()) {
|
|
45505
|
+
break;
|
|
45506
|
+
}
|
|
45507
|
+
var field = reader.getFieldNumber();
|
|
45508
|
+
switch (field) {
|
|
45509
|
+
case 1:
|
|
45510
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45511
|
+
msg.setName(value);
|
|
45512
|
+
break;
|
|
45513
|
+
case 2:
|
|
45514
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45515
|
+
msg.setHas64BitIntelCode(value);
|
|
45516
|
+
break;
|
|
45517
|
+
case 3:
|
|
45518
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45519
|
+
msg.addArchitectures(value);
|
|
45520
|
+
break;
|
|
45521
|
+
case 4:
|
|
45522
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45523
|
+
msg.setBundleId(value);
|
|
45524
|
+
break;
|
|
45525
|
+
case 5:
|
|
45526
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45527
|
+
msg.setDependencies(value);
|
|
45528
|
+
break;
|
|
45529
|
+
case 6:
|
|
45530
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType;
|
|
45531
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.deserializeBinaryFromReader);
|
|
45532
|
+
msg.addDependencyErrors(value);
|
|
45533
|
+
break;
|
|
45534
|
+
case 7:
|
|
45535
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45536
|
+
msg.setInfo(value);
|
|
45537
|
+
break;
|
|
45538
|
+
case 8:
|
|
45539
|
+
var value = new google_protobuf_timestamp_pb.Timestamp;
|
|
45540
|
+
reader.readMessage(value,google_protobuf_timestamp_pb.Timestamp.deserializeBinaryFromReader);
|
|
45541
|
+
msg.setLastModified(value);
|
|
45542
|
+
break;
|
|
45543
|
+
case 9:
|
|
45544
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45545
|
+
msg.setLoadAddress(value);
|
|
45546
|
+
break;
|
|
45547
|
+
case 10:
|
|
45548
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45549
|
+
msg.setLoadable(value);
|
|
45550
|
+
break;
|
|
45551
|
+
case 11:
|
|
45552
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45553
|
+
msg.setLoaded(value);
|
|
45554
|
+
break;
|
|
45555
|
+
case 12:
|
|
45556
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45557
|
+
msg.setNotarized(value);
|
|
45558
|
+
break;
|
|
45559
|
+
case 13:
|
|
45560
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45561
|
+
msg.setObtainedFrom(value);
|
|
45562
|
+
break;
|
|
45563
|
+
case 14:
|
|
45564
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45565
|
+
msg.setPathLocation(value);
|
|
45566
|
+
break;
|
|
45567
|
+
case 15:
|
|
45568
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45569
|
+
msg.setRuntimeEnvironment(value);
|
|
45570
|
+
break;
|
|
45571
|
+
case 16:
|
|
45572
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45573
|
+
msg.setSignedBy(value);
|
|
45574
|
+
break;
|
|
45575
|
+
case 17:
|
|
45576
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45577
|
+
msg.setSigningErrors(value);
|
|
45578
|
+
break;
|
|
45579
|
+
case 18:
|
|
45580
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType;
|
|
45581
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.deserializeBinaryFromReader);
|
|
45582
|
+
msg.addValidityErrors(value);
|
|
45583
|
+
break;
|
|
45584
|
+
case 19:
|
|
45585
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45586
|
+
msg.setVersion(value);
|
|
45587
|
+
break;
|
|
45588
|
+
case 20:
|
|
45589
|
+
var value = /** @type {string} */ (reader.readString());
|
|
45590
|
+
msg.setVersionKext(value);
|
|
45591
|
+
break;
|
|
45592
|
+
default:
|
|
45593
|
+
reader.skipField();
|
|
45594
|
+
break;
|
|
45595
|
+
}
|
|
45596
|
+
}
|
|
45597
|
+
return msg;
|
|
45598
|
+
};
|
|
45599
|
+
|
|
45600
|
+
|
|
45601
|
+
/**
|
|
45602
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
45603
|
+
* @return {!Uint8Array}
|
|
45604
|
+
*/
|
|
45605
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.serializeBinary = function() {
|
|
45606
|
+
var writer = new jspb.BinaryWriter();
|
|
45607
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.serializeBinaryToWriter(this, writer);
|
|
45608
|
+
return writer.getResultBuffer();
|
|
45609
|
+
};
|
|
45610
|
+
|
|
45611
|
+
|
|
45612
|
+
/**
|
|
45613
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
45614
|
+
* format), writing to the given BinaryWriter.
|
|
45615
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} message
|
|
45616
|
+
* @param {!jspb.BinaryWriter} writer
|
|
45617
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
45618
|
+
*/
|
|
45619
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.serializeBinaryToWriter = function(message, writer) {
|
|
45620
|
+
var f = undefined;
|
|
45621
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
45622
|
+
if (f != null) {
|
|
45623
|
+
writer.writeString(
|
|
45624
|
+
1,
|
|
45625
|
+
f
|
|
45626
|
+
);
|
|
45627
|
+
}
|
|
45628
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 2));
|
|
45629
|
+
if (f != null) {
|
|
45630
|
+
writer.writeString(
|
|
45631
|
+
2,
|
|
45632
|
+
f
|
|
45633
|
+
);
|
|
45634
|
+
}
|
|
45635
|
+
f = message.getArchitecturesList();
|
|
45636
|
+
if (f.length > 0) {
|
|
45637
|
+
writer.writeRepeatedString(
|
|
45638
|
+
3,
|
|
45639
|
+
f
|
|
45640
|
+
);
|
|
45641
|
+
}
|
|
45642
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 4));
|
|
45643
|
+
if (f != null) {
|
|
45644
|
+
writer.writeString(
|
|
45645
|
+
4,
|
|
45646
|
+
f
|
|
45647
|
+
);
|
|
45648
|
+
}
|
|
45649
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 5));
|
|
45650
|
+
if (f != null) {
|
|
45651
|
+
writer.writeString(
|
|
45652
|
+
5,
|
|
45653
|
+
f
|
|
45654
|
+
);
|
|
45655
|
+
}
|
|
45656
|
+
f = message.getDependencyErrorsList();
|
|
45657
|
+
if (f.length > 0) {
|
|
45658
|
+
writer.writeRepeatedMessage(
|
|
45659
|
+
6,
|
|
45660
|
+
f,
|
|
45661
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.serializeBinaryToWriter
|
|
45662
|
+
);
|
|
45663
|
+
}
|
|
45664
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 7));
|
|
45665
|
+
if (f != null) {
|
|
45666
|
+
writer.writeString(
|
|
45667
|
+
7,
|
|
45668
|
+
f
|
|
45669
|
+
);
|
|
45670
|
+
}
|
|
45671
|
+
f = message.getLastModified();
|
|
45672
|
+
if (f != null) {
|
|
45673
|
+
writer.writeMessage(
|
|
45674
|
+
8,
|
|
45675
|
+
f,
|
|
45676
|
+
google_protobuf_timestamp_pb.Timestamp.serializeBinaryToWriter
|
|
45677
|
+
);
|
|
45678
|
+
}
|
|
45679
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 9));
|
|
45680
|
+
if (f != null) {
|
|
45681
|
+
writer.writeString(
|
|
45682
|
+
9,
|
|
45683
|
+
f
|
|
45684
|
+
);
|
|
45685
|
+
}
|
|
45686
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 10));
|
|
45687
|
+
if (f != null) {
|
|
45688
|
+
writer.writeString(
|
|
45689
|
+
10,
|
|
45690
|
+
f
|
|
45691
|
+
);
|
|
45692
|
+
}
|
|
45693
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 11));
|
|
45694
|
+
if (f != null) {
|
|
45695
|
+
writer.writeString(
|
|
45696
|
+
11,
|
|
45697
|
+
f
|
|
45698
|
+
);
|
|
45699
|
+
}
|
|
45700
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 12));
|
|
45701
|
+
if (f != null) {
|
|
45702
|
+
writer.writeString(
|
|
45703
|
+
12,
|
|
45704
|
+
f
|
|
45705
|
+
);
|
|
45706
|
+
}
|
|
45707
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 13));
|
|
45708
|
+
if (f != null) {
|
|
45709
|
+
writer.writeString(
|
|
45710
|
+
13,
|
|
45711
|
+
f
|
|
45712
|
+
);
|
|
45713
|
+
}
|
|
45714
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 14));
|
|
45715
|
+
if (f != null) {
|
|
45716
|
+
writer.writeString(
|
|
45717
|
+
14,
|
|
45718
|
+
f
|
|
45719
|
+
);
|
|
45720
|
+
}
|
|
45721
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 15));
|
|
45722
|
+
if (f != null) {
|
|
45723
|
+
writer.writeString(
|
|
45724
|
+
15,
|
|
45725
|
+
f
|
|
45726
|
+
);
|
|
45727
|
+
}
|
|
45728
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 16));
|
|
45729
|
+
if (f != null) {
|
|
45730
|
+
writer.writeString(
|
|
45731
|
+
16,
|
|
45732
|
+
f
|
|
45733
|
+
);
|
|
45734
|
+
}
|
|
45735
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 17));
|
|
45736
|
+
if (f != null) {
|
|
45737
|
+
writer.writeString(
|
|
45738
|
+
17,
|
|
45739
|
+
f
|
|
45740
|
+
);
|
|
45741
|
+
}
|
|
45742
|
+
f = message.getValidityErrorsList();
|
|
45743
|
+
if (f.length > 0) {
|
|
45744
|
+
writer.writeRepeatedMessage(
|
|
45745
|
+
18,
|
|
45746
|
+
f,
|
|
45747
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.serializeBinaryToWriter
|
|
45748
|
+
);
|
|
45749
|
+
}
|
|
45750
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 19));
|
|
45751
|
+
if (f != null) {
|
|
45752
|
+
writer.writeString(
|
|
45753
|
+
19,
|
|
45754
|
+
f
|
|
45755
|
+
);
|
|
45756
|
+
}
|
|
45757
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 20));
|
|
45758
|
+
if (f != null) {
|
|
45759
|
+
writer.writeString(
|
|
45760
|
+
20,
|
|
45761
|
+
f
|
|
45762
|
+
);
|
|
45763
|
+
}
|
|
45764
|
+
};
|
|
45765
|
+
|
|
45766
|
+
|
|
45767
|
+
/**
|
|
45768
|
+
* optional string name = 1;
|
|
45769
|
+
* @return {string}
|
|
45770
|
+
*/
|
|
45771
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getName = function() {
|
|
45772
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
45773
|
+
};
|
|
45774
|
+
|
|
45775
|
+
|
|
45776
|
+
/**
|
|
45777
|
+
* @param {string} value
|
|
45778
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45779
|
+
*/
|
|
45780
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setName = function(value) {
|
|
45781
|
+
return jspb.Message.setField(this, 1, value);
|
|
45782
|
+
};
|
|
45783
|
+
|
|
45784
|
+
|
|
45785
|
+
/**
|
|
45786
|
+
* Clears the field making it undefined.
|
|
45787
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45788
|
+
*/
|
|
45789
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearName = function() {
|
|
45790
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
45791
|
+
};
|
|
45792
|
+
|
|
45793
|
+
|
|
45794
|
+
/**
|
|
45795
|
+
* Returns whether this field is set.
|
|
45796
|
+
* @return {boolean}
|
|
45797
|
+
*/
|
|
45798
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasName = function() {
|
|
45799
|
+
return jspb.Message.getField(this, 1) != null;
|
|
45800
|
+
};
|
|
45801
|
+
|
|
45802
|
+
|
|
45803
|
+
/**
|
|
45804
|
+
* optional string has64_bit_intel_code = 2;
|
|
45805
|
+
* @return {string}
|
|
45806
|
+
*/
|
|
45807
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getHas64BitIntelCode = function() {
|
|
45808
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 2, ""));
|
|
45809
|
+
};
|
|
45810
|
+
|
|
45811
|
+
|
|
45812
|
+
/**
|
|
45813
|
+
* @param {string} value
|
|
45814
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45815
|
+
*/
|
|
45816
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setHas64BitIntelCode = function(value) {
|
|
45817
|
+
return jspb.Message.setField(this, 2, value);
|
|
45818
|
+
};
|
|
45819
|
+
|
|
45820
|
+
|
|
45821
|
+
/**
|
|
45822
|
+
* Clears the field making it undefined.
|
|
45823
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45824
|
+
*/
|
|
45825
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearHas64BitIntelCode = function() {
|
|
45826
|
+
return jspb.Message.setField(this, 2, undefined);
|
|
45827
|
+
};
|
|
45828
|
+
|
|
45829
|
+
|
|
45830
|
+
/**
|
|
45831
|
+
* Returns whether this field is set.
|
|
45832
|
+
* @return {boolean}
|
|
45833
|
+
*/
|
|
45834
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasHas64BitIntelCode = function() {
|
|
45835
|
+
return jspb.Message.getField(this, 2) != null;
|
|
45836
|
+
};
|
|
45837
|
+
|
|
45838
|
+
|
|
45839
|
+
/**
|
|
45840
|
+
* repeated string architectures = 3;
|
|
45841
|
+
* @return {!Array<string>}
|
|
45842
|
+
*/
|
|
45843
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getArchitecturesList = function() {
|
|
45844
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 3));
|
|
45845
|
+
};
|
|
45846
|
+
|
|
45847
|
+
|
|
45848
|
+
/**
|
|
45849
|
+
* @param {!Array<string>} value
|
|
45850
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45851
|
+
*/
|
|
45852
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setArchitecturesList = function(value) {
|
|
45853
|
+
return jspb.Message.setField(this, 3, value || []);
|
|
45854
|
+
};
|
|
45855
|
+
|
|
45856
|
+
|
|
45857
|
+
/**
|
|
45858
|
+
* @param {string} value
|
|
45859
|
+
* @param {number=} opt_index
|
|
45860
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45861
|
+
*/
|
|
45862
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.addArchitectures = function(value, opt_index) {
|
|
45863
|
+
return jspb.Message.addToRepeatedField(this, 3, value, opt_index);
|
|
45864
|
+
};
|
|
45865
|
+
|
|
45866
|
+
|
|
45867
|
+
/**
|
|
45868
|
+
* Clears the list making it empty but non-null.
|
|
45869
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45870
|
+
*/
|
|
45871
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearArchitecturesList = function() {
|
|
45872
|
+
return this.setArchitecturesList([]);
|
|
45873
|
+
};
|
|
45874
|
+
|
|
45875
|
+
|
|
45876
|
+
/**
|
|
45877
|
+
* optional string bundle_id = 4;
|
|
45878
|
+
* @return {string}
|
|
45879
|
+
*/
|
|
45880
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getBundleId = function() {
|
|
45881
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 4, ""));
|
|
45882
|
+
};
|
|
45883
|
+
|
|
45884
|
+
|
|
45885
|
+
/**
|
|
45886
|
+
* @param {string} value
|
|
45887
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45888
|
+
*/
|
|
45889
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setBundleId = function(value) {
|
|
45890
|
+
return jspb.Message.setField(this, 4, value);
|
|
45891
|
+
};
|
|
45892
|
+
|
|
45893
|
+
|
|
45894
|
+
/**
|
|
45895
|
+
* Clears the field making it undefined.
|
|
45896
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45897
|
+
*/
|
|
45898
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearBundleId = function() {
|
|
45899
|
+
return jspb.Message.setField(this, 4, undefined);
|
|
45900
|
+
};
|
|
45901
|
+
|
|
45902
|
+
|
|
45903
|
+
/**
|
|
45904
|
+
* Returns whether this field is set.
|
|
45905
|
+
* @return {boolean}
|
|
45906
|
+
*/
|
|
45907
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasBundleId = function() {
|
|
45908
|
+
return jspb.Message.getField(this, 4) != null;
|
|
45909
|
+
};
|
|
45910
|
+
|
|
45911
|
+
|
|
45912
|
+
/**
|
|
45913
|
+
* optional string dependencies = 5;
|
|
45914
|
+
* @return {string}
|
|
45915
|
+
*/
|
|
45916
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getDependencies = function() {
|
|
45917
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 5, ""));
|
|
45918
|
+
};
|
|
45919
|
+
|
|
45920
|
+
|
|
45921
|
+
/**
|
|
45922
|
+
* @param {string} value
|
|
45923
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45924
|
+
*/
|
|
45925
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setDependencies = function(value) {
|
|
45926
|
+
return jspb.Message.setField(this, 5, value);
|
|
45927
|
+
};
|
|
45928
|
+
|
|
45929
|
+
|
|
45930
|
+
/**
|
|
45931
|
+
* Clears the field making it undefined.
|
|
45932
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45933
|
+
*/
|
|
45934
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearDependencies = function() {
|
|
45935
|
+
return jspb.Message.setField(this, 5, undefined);
|
|
45936
|
+
};
|
|
45937
|
+
|
|
45938
|
+
|
|
45939
|
+
/**
|
|
45940
|
+
* Returns whether this field is set.
|
|
45941
|
+
* @return {boolean}
|
|
45942
|
+
*/
|
|
45943
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasDependencies = function() {
|
|
45944
|
+
return jspb.Message.getField(this, 5) != null;
|
|
45945
|
+
};
|
|
45946
|
+
|
|
45947
|
+
|
|
45948
|
+
/**
|
|
45949
|
+
* repeated KernelExtensionErrorType dependency_errors = 6;
|
|
45950
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType>}
|
|
45951
|
+
*/
|
|
45952
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getDependencyErrorsList = function() {
|
|
45953
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType>} */ (
|
|
45954
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType, 6));
|
|
45955
|
+
};
|
|
45956
|
+
|
|
45957
|
+
|
|
45958
|
+
/**
|
|
45959
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType>} value
|
|
45960
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45961
|
+
*/
|
|
45962
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setDependencyErrorsList = function(value) {
|
|
45963
|
+
return jspb.Message.setRepeatedWrapperField(this, 6, value);
|
|
45964
|
+
};
|
|
45965
|
+
|
|
45966
|
+
|
|
45967
|
+
/**
|
|
45968
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType=} opt_value
|
|
45969
|
+
* @param {number=} opt_index
|
|
45970
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType}
|
|
45971
|
+
*/
|
|
45972
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.addDependencyErrors = function(opt_value, opt_index) {
|
|
45973
|
+
return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType, opt_index);
|
|
45974
|
+
};
|
|
45975
|
+
|
|
45976
|
+
|
|
45977
|
+
/**
|
|
45978
|
+
* Clears the list making it empty but non-null.
|
|
45979
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45980
|
+
*/
|
|
45981
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearDependencyErrorsList = function() {
|
|
45982
|
+
return this.setDependencyErrorsList([]);
|
|
45983
|
+
};
|
|
45984
|
+
|
|
45985
|
+
|
|
45986
|
+
/**
|
|
45987
|
+
* optional string info = 7;
|
|
45988
|
+
* @return {string}
|
|
45989
|
+
*/
|
|
45990
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getInfo = function() {
|
|
45991
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 7, ""));
|
|
45992
|
+
};
|
|
45993
|
+
|
|
45994
|
+
|
|
45995
|
+
/**
|
|
45996
|
+
* @param {string} value
|
|
45997
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
45998
|
+
*/
|
|
45999
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setInfo = function(value) {
|
|
46000
|
+
return jspb.Message.setField(this, 7, value);
|
|
46001
|
+
};
|
|
46002
|
+
|
|
46003
|
+
|
|
46004
|
+
/**
|
|
46005
|
+
* Clears the field making it undefined.
|
|
46006
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46007
|
+
*/
|
|
46008
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearInfo = function() {
|
|
46009
|
+
return jspb.Message.setField(this, 7, undefined);
|
|
46010
|
+
};
|
|
46011
|
+
|
|
46012
|
+
|
|
46013
|
+
/**
|
|
46014
|
+
* Returns whether this field is set.
|
|
46015
|
+
* @return {boolean}
|
|
46016
|
+
*/
|
|
46017
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasInfo = function() {
|
|
46018
|
+
return jspb.Message.getField(this, 7) != null;
|
|
46019
|
+
};
|
|
46020
|
+
|
|
46021
|
+
|
|
46022
|
+
/**
|
|
46023
|
+
* optional google.protobuf.Timestamp last_modified = 8;
|
|
46024
|
+
* @return {?proto.google.protobuf.Timestamp}
|
|
46025
|
+
*/
|
|
46026
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getLastModified = function() {
|
|
46027
|
+
return /** @type{?proto.google.protobuf.Timestamp} */ (
|
|
46028
|
+
jspb.Message.getWrapperField(this, google_protobuf_timestamp_pb.Timestamp, 8));
|
|
46029
|
+
};
|
|
46030
|
+
|
|
46031
|
+
|
|
46032
|
+
/**
|
|
46033
|
+
* @param {?proto.google.protobuf.Timestamp|undefined} value
|
|
46034
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46035
|
+
*/
|
|
46036
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setLastModified = function(value) {
|
|
46037
|
+
return jspb.Message.setWrapperField(this, 8, value);
|
|
46038
|
+
};
|
|
46039
|
+
|
|
46040
|
+
|
|
46041
|
+
/**
|
|
46042
|
+
* Clears the message field making it undefined.
|
|
46043
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46044
|
+
*/
|
|
46045
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearLastModified = function() {
|
|
46046
|
+
return this.setLastModified(undefined);
|
|
46047
|
+
};
|
|
46048
|
+
|
|
46049
|
+
|
|
46050
|
+
/**
|
|
46051
|
+
* Returns whether this field is set.
|
|
46052
|
+
* @return {boolean}
|
|
46053
|
+
*/
|
|
46054
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasLastModified = function() {
|
|
46055
|
+
return jspb.Message.getField(this, 8) != null;
|
|
46056
|
+
};
|
|
46057
|
+
|
|
46058
|
+
|
|
46059
|
+
/**
|
|
46060
|
+
* optional string load_address = 9;
|
|
46061
|
+
* @return {string}
|
|
46062
|
+
*/
|
|
46063
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getLoadAddress = function() {
|
|
46064
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 9, ""));
|
|
46065
|
+
};
|
|
46066
|
+
|
|
46067
|
+
|
|
46068
|
+
/**
|
|
46069
|
+
* @param {string} value
|
|
46070
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46071
|
+
*/
|
|
46072
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setLoadAddress = function(value) {
|
|
46073
|
+
return jspb.Message.setField(this, 9, value);
|
|
46074
|
+
};
|
|
46075
|
+
|
|
46076
|
+
|
|
46077
|
+
/**
|
|
46078
|
+
* Clears the field making it undefined.
|
|
46079
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46080
|
+
*/
|
|
46081
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearLoadAddress = function() {
|
|
46082
|
+
return jspb.Message.setField(this, 9, undefined);
|
|
46083
|
+
};
|
|
46084
|
+
|
|
46085
|
+
|
|
46086
|
+
/**
|
|
46087
|
+
* Returns whether this field is set.
|
|
46088
|
+
* @return {boolean}
|
|
46089
|
+
*/
|
|
46090
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasLoadAddress = function() {
|
|
46091
|
+
return jspb.Message.getField(this, 9) != null;
|
|
46092
|
+
};
|
|
46093
|
+
|
|
46094
|
+
|
|
46095
|
+
/**
|
|
46096
|
+
* optional string loadable = 10;
|
|
46097
|
+
* @return {string}
|
|
46098
|
+
*/
|
|
46099
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getLoadable = function() {
|
|
46100
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 10, ""));
|
|
46101
|
+
};
|
|
46102
|
+
|
|
46103
|
+
|
|
46104
|
+
/**
|
|
46105
|
+
* @param {string} value
|
|
46106
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46107
|
+
*/
|
|
46108
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setLoadable = function(value) {
|
|
46109
|
+
return jspb.Message.setField(this, 10, value);
|
|
46110
|
+
};
|
|
46111
|
+
|
|
46112
|
+
|
|
46113
|
+
/**
|
|
46114
|
+
* Clears the field making it undefined.
|
|
46115
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46116
|
+
*/
|
|
46117
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearLoadable = function() {
|
|
46118
|
+
return jspb.Message.setField(this, 10, undefined);
|
|
46119
|
+
};
|
|
46120
|
+
|
|
46121
|
+
|
|
46122
|
+
/**
|
|
46123
|
+
* Returns whether this field is set.
|
|
46124
|
+
* @return {boolean}
|
|
46125
|
+
*/
|
|
46126
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasLoadable = function() {
|
|
46127
|
+
return jspb.Message.getField(this, 10) != null;
|
|
46128
|
+
};
|
|
46129
|
+
|
|
46130
|
+
|
|
46131
|
+
/**
|
|
46132
|
+
* optional string loaded = 11;
|
|
46133
|
+
* @return {string}
|
|
46134
|
+
*/
|
|
46135
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getLoaded = function() {
|
|
46136
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 11, ""));
|
|
46137
|
+
};
|
|
46138
|
+
|
|
46139
|
+
|
|
46140
|
+
/**
|
|
46141
|
+
* @param {string} value
|
|
46142
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46143
|
+
*/
|
|
46144
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setLoaded = function(value) {
|
|
46145
|
+
return jspb.Message.setField(this, 11, value);
|
|
46146
|
+
};
|
|
46147
|
+
|
|
46148
|
+
|
|
46149
|
+
/**
|
|
46150
|
+
* Clears the field making it undefined.
|
|
46151
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46152
|
+
*/
|
|
46153
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearLoaded = function() {
|
|
46154
|
+
return jspb.Message.setField(this, 11, undefined);
|
|
46155
|
+
};
|
|
46156
|
+
|
|
46157
|
+
|
|
46158
|
+
/**
|
|
46159
|
+
* Returns whether this field is set.
|
|
46160
|
+
* @return {boolean}
|
|
46161
|
+
*/
|
|
46162
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasLoaded = function() {
|
|
46163
|
+
return jspb.Message.getField(this, 11) != null;
|
|
46164
|
+
};
|
|
46165
|
+
|
|
46166
|
+
|
|
46167
|
+
/**
|
|
46168
|
+
* optional string notarized = 12;
|
|
46169
|
+
* @return {string}
|
|
46170
|
+
*/
|
|
46171
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getNotarized = function() {
|
|
46172
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 12, ""));
|
|
46173
|
+
};
|
|
46174
|
+
|
|
46175
|
+
|
|
46176
|
+
/**
|
|
46177
|
+
* @param {string} value
|
|
46178
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46179
|
+
*/
|
|
46180
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setNotarized = function(value) {
|
|
46181
|
+
return jspb.Message.setField(this, 12, value);
|
|
46182
|
+
};
|
|
46183
|
+
|
|
46184
|
+
|
|
46185
|
+
/**
|
|
46186
|
+
* Clears the field making it undefined.
|
|
46187
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46188
|
+
*/
|
|
46189
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearNotarized = function() {
|
|
46190
|
+
return jspb.Message.setField(this, 12, undefined);
|
|
46191
|
+
};
|
|
46192
|
+
|
|
46193
|
+
|
|
46194
|
+
/**
|
|
46195
|
+
* Returns whether this field is set.
|
|
46196
|
+
* @return {boolean}
|
|
46197
|
+
*/
|
|
46198
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasNotarized = function() {
|
|
46199
|
+
return jspb.Message.getField(this, 12) != null;
|
|
46200
|
+
};
|
|
46201
|
+
|
|
46202
|
+
|
|
46203
|
+
/**
|
|
46204
|
+
* optional string obtained_from = 13;
|
|
46205
|
+
* @return {string}
|
|
46206
|
+
*/
|
|
46207
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getObtainedFrom = function() {
|
|
46208
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 13, ""));
|
|
46209
|
+
};
|
|
46210
|
+
|
|
46211
|
+
|
|
46212
|
+
/**
|
|
46213
|
+
* @param {string} value
|
|
46214
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46215
|
+
*/
|
|
46216
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setObtainedFrom = function(value) {
|
|
46217
|
+
return jspb.Message.setField(this, 13, value);
|
|
46218
|
+
};
|
|
46219
|
+
|
|
46220
|
+
|
|
46221
|
+
/**
|
|
46222
|
+
* Clears the field making it undefined.
|
|
46223
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46224
|
+
*/
|
|
46225
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearObtainedFrom = function() {
|
|
46226
|
+
return jspb.Message.setField(this, 13, undefined);
|
|
46227
|
+
};
|
|
46228
|
+
|
|
46229
|
+
|
|
46230
|
+
/**
|
|
46231
|
+
* Returns whether this field is set.
|
|
46232
|
+
* @return {boolean}
|
|
46233
|
+
*/
|
|
46234
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasObtainedFrom = function() {
|
|
46235
|
+
return jspb.Message.getField(this, 13) != null;
|
|
46236
|
+
};
|
|
46237
|
+
|
|
46238
|
+
|
|
46239
|
+
/**
|
|
46240
|
+
* optional string path_location = 14;
|
|
46241
|
+
* @return {string}
|
|
46242
|
+
*/
|
|
46243
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getPathLocation = function() {
|
|
46244
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 14, ""));
|
|
46245
|
+
};
|
|
46246
|
+
|
|
46247
|
+
|
|
46248
|
+
/**
|
|
46249
|
+
* @param {string} value
|
|
46250
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46251
|
+
*/
|
|
46252
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setPathLocation = function(value) {
|
|
46253
|
+
return jspb.Message.setField(this, 14, value);
|
|
46254
|
+
};
|
|
46255
|
+
|
|
46256
|
+
|
|
46257
|
+
/**
|
|
46258
|
+
* Clears the field making it undefined.
|
|
46259
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46260
|
+
*/
|
|
46261
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearPathLocation = function() {
|
|
46262
|
+
return jspb.Message.setField(this, 14, undefined);
|
|
46263
|
+
};
|
|
46264
|
+
|
|
46265
|
+
|
|
46266
|
+
/**
|
|
46267
|
+
* Returns whether this field is set.
|
|
46268
|
+
* @return {boolean}
|
|
46269
|
+
*/
|
|
46270
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasPathLocation = function() {
|
|
46271
|
+
return jspb.Message.getField(this, 14) != null;
|
|
46272
|
+
};
|
|
46273
|
+
|
|
46274
|
+
|
|
46275
|
+
/**
|
|
46276
|
+
* optional string runtime_environment = 15;
|
|
46277
|
+
* @return {string}
|
|
46278
|
+
*/
|
|
46279
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getRuntimeEnvironment = function() {
|
|
46280
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 15, ""));
|
|
46281
|
+
};
|
|
46282
|
+
|
|
46283
|
+
|
|
46284
|
+
/**
|
|
46285
|
+
* @param {string} value
|
|
46286
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46287
|
+
*/
|
|
46288
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setRuntimeEnvironment = function(value) {
|
|
46289
|
+
return jspb.Message.setField(this, 15, value);
|
|
46290
|
+
};
|
|
46291
|
+
|
|
46292
|
+
|
|
46293
|
+
/**
|
|
46294
|
+
* Clears the field making it undefined.
|
|
46295
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46296
|
+
*/
|
|
46297
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearRuntimeEnvironment = function() {
|
|
46298
|
+
return jspb.Message.setField(this, 15, undefined);
|
|
46299
|
+
};
|
|
46300
|
+
|
|
46301
|
+
|
|
46302
|
+
/**
|
|
46303
|
+
* Returns whether this field is set.
|
|
46304
|
+
* @return {boolean}
|
|
46305
|
+
*/
|
|
46306
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasRuntimeEnvironment = function() {
|
|
46307
|
+
return jspb.Message.getField(this, 15) != null;
|
|
46308
|
+
};
|
|
46309
|
+
|
|
46310
|
+
|
|
46311
|
+
/**
|
|
46312
|
+
* optional string signed_by = 16;
|
|
46313
|
+
* @return {string}
|
|
46314
|
+
*/
|
|
46315
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getSignedBy = function() {
|
|
46316
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 16, ""));
|
|
46317
|
+
};
|
|
46318
|
+
|
|
46319
|
+
|
|
46320
|
+
/**
|
|
46321
|
+
* @param {string} value
|
|
46322
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46323
|
+
*/
|
|
46324
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setSignedBy = function(value) {
|
|
46325
|
+
return jspb.Message.setField(this, 16, value);
|
|
46326
|
+
};
|
|
46327
|
+
|
|
46328
|
+
|
|
46329
|
+
/**
|
|
46330
|
+
* Clears the field making it undefined.
|
|
46331
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46332
|
+
*/
|
|
46333
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearSignedBy = function() {
|
|
46334
|
+
return jspb.Message.setField(this, 16, undefined);
|
|
46335
|
+
};
|
|
46336
|
+
|
|
46337
|
+
|
|
46338
|
+
/**
|
|
46339
|
+
* Returns whether this field is set.
|
|
46340
|
+
* @return {boolean}
|
|
46341
|
+
*/
|
|
46342
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasSignedBy = function() {
|
|
46343
|
+
return jspb.Message.getField(this, 16) != null;
|
|
46344
|
+
};
|
|
46345
|
+
|
|
46346
|
+
|
|
46347
|
+
/**
|
|
46348
|
+
* optional string signing_errors = 17;
|
|
46349
|
+
* @return {string}
|
|
46350
|
+
*/
|
|
46351
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getSigningErrors = function() {
|
|
46352
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 17, ""));
|
|
46353
|
+
};
|
|
46354
|
+
|
|
46355
|
+
|
|
46356
|
+
/**
|
|
46357
|
+
* @param {string} value
|
|
46358
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46359
|
+
*/
|
|
46360
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setSigningErrors = function(value) {
|
|
46361
|
+
return jspb.Message.setField(this, 17, value);
|
|
46362
|
+
};
|
|
46363
|
+
|
|
46364
|
+
|
|
46365
|
+
/**
|
|
46366
|
+
* Clears the field making it undefined.
|
|
46367
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46368
|
+
*/
|
|
46369
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearSigningErrors = function() {
|
|
46370
|
+
return jspb.Message.setField(this, 17, undefined);
|
|
46371
|
+
};
|
|
46372
|
+
|
|
46373
|
+
|
|
46374
|
+
/**
|
|
46375
|
+
* Returns whether this field is set.
|
|
46376
|
+
* @return {boolean}
|
|
46377
|
+
*/
|
|
46378
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasSigningErrors = function() {
|
|
46379
|
+
return jspb.Message.getField(this, 17) != null;
|
|
46380
|
+
};
|
|
46381
|
+
|
|
46382
|
+
|
|
46383
|
+
/**
|
|
46384
|
+
* repeated KernelExtensionErrorType validity_errors = 18;
|
|
46385
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType>}
|
|
46386
|
+
*/
|
|
46387
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getValidityErrorsList = function() {
|
|
46388
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType>} */ (
|
|
46389
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType, 18));
|
|
46390
|
+
};
|
|
46391
|
+
|
|
46392
|
+
|
|
46393
|
+
/**
|
|
46394
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType>} value
|
|
46395
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46396
|
+
*/
|
|
46397
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setValidityErrorsList = function(value) {
|
|
46398
|
+
return jspb.Message.setRepeatedWrapperField(this, 18, value);
|
|
46399
|
+
};
|
|
46400
|
+
|
|
46401
|
+
|
|
46402
|
+
/**
|
|
46403
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType=} opt_value
|
|
46404
|
+
* @param {number=} opt_index
|
|
46405
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType}
|
|
46406
|
+
*/
|
|
46407
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.addValidityErrors = function(opt_value, opt_index) {
|
|
46408
|
+
return jspb.Message.addToRepeatedWrapperField(this, 18, opt_value, proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType, opt_index);
|
|
46409
|
+
};
|
|
46410
|
+
|
|
46411
|
+
|
|
46412
|
+
/**
|
|
46413
|
+
* Clears the list making it empty but non-null.
|
|
46414
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46415
|
+
*/
|
|
46416
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearValidityErrorsList = function() {
|
|
46417
|
+
return this.setValidityErrorsList([]);
|
|
46418
|
+
};
|
|
46419
|
+
|
|
46420
|
+
|
|
46421
|
+
/**
|
|
46422
|
+
* optional string version = 19;
|
|
46423
|
+
* @return {string}
|
|
46424
|
+
*/
|
|
46425
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getVersion = function() {
|
|
46426
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 19, ""));
|
|
46427
|
+
};
|
|
46428
|
+
|
|
46429
|
+
|
|
46430
|
+
/**
|
|
46431
|
+
* @param {string} value
|
|
46432
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46433
|
+
*/
|
|
46434
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setVersion = function(value) {
|
|
46435
|
+
return jspb.Message.setField(this, 19, value);
|
|
46436
|
+
};
|
|
46437
|
+
|
|
46438
|
+
|
|
46439
|
+
/**
|
|
46440
|
+
* Clears the field making it undefined.
|
|
46441
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46442
|
+
*/
|
|
46443
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearVersion = function() {
|
|
46444
|
+
return jspb.Message.setField(this, 19, undefined);
|
|
46445
|
+
};
|
|
46446
|
+
|
|
46447
|
+
|
|
46448
|
+
/**
|
|
46449
|
+
* Returns whether this field is set.
|
|
46450
|
+
* @return {boolean}
|
|
46451
|
+
*/
|
|
46452
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasVersion = function() {
|
|
46453
|
+
return jspb.Message.getField(this, 19) != null;
|
|
46454
|
+
};
|
|
46455
|
+
|
|
46456
|
+
|
|
46457
|
+
/**
|
|
46458
|
+
* optional string version_kext = 20;
|
|
46459
|
+
* @return {string}
|
|
46460
|
+
*/
|
|
46461
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.getVersionKext = function() {
|
|
46462
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 20, ""));
|
|
46463
|
+
};
|
|
46464
|
+
|
|
46465
|
+
|
|
46466
|
+
/**
|
|
46467
|
+
* @param {string} value
|
|
46468
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46469
|
+
*/
|
|
46470
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.setVersionKext = function(value) {
|
|
46471
|
+
return jspb.Message.setField(this, 20, value);
|
|
46472
|
+
};
|
|
46473
|
+
|
|
46474
|
+
|
|
46475
|
+
/**
|
|
46476
|
+
* Clears the field making it undefined.
|
|
46477
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension} returns this
|
|
46478
|
+
*/
|
|
46479
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.clearVersionKext = function() {
|
|
46480
|
+
return jspb.Message.setField(this, 20, undefined);
|
|
46481
|
+
};
|
|
46482
|
+
|
|
46483
|
+
|
|
46484
|
+
/**
|
|
46485
|
+
* Returns whether this field is set.
|
|
46486
|
+
* @return {boolean}
|
|
46487
|
+
*/
|
|
46488
|
+
proto.com.lansweeper.dp.outbound.v1.MacOsKernelExtension.prototype.hasVersionKext = function() {
|
|
46489
|
+
return jspb.Message.getField(this, 20) != null;
|
|
46490
|
+
};
|
|
46491
|
+
|
|
46492
|
+
|
|
46493
|
+
|
|
46494
|
+
/**
|
|
46495
|
+
* List of repeated fields within this message type.
|
|
46496
|
+
* @private {!Array<number>}
|
|
46497
|
+
* @const
|
|
46498
|
+
*/
|
|
46499
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.repeatedFields_ = [2];
|
|
46500
|
+
|
|
46501
|
+
|
|
46502
|
+
|
|
46503
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
46504
|
+
/**
|
|
46505
|
+
* Creates an object representation of this proto.
|
|
46506
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
46507
|
+
* Optional fields that are not set will be set to undefined.
|
|
46508
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
46509
|
+
* For the list of reserved names please see:
|
|
46510
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
46511
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
46512
|
+
* JSPB instance for transitional soy proto support:
|
|
46513
|
+
* http://goto/soy-param-migration
|
|
46514
|
+
* @return {!Object}
|
|
46515
|
+
*/
|
|
46516
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.prototype.toObject = function(opt_includeInstance) {
|
|
46517
|
+
return proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.toObject(opt_includeInstance, this);
|
|
46518
|
+
};
|
|
46519
|
+
|
|
46520
|
+
|
|
46521
|
+
/**
|
|
46522
|
+
* Static version of the {@see toObject} method.
|
|
46523
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
46524
|
+
* the JSPB instance for transitional soy proto support:
|
|
46525
|
+
* http://goto/soy-param-migration
|
|
46526
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType} msg The msg instance to transform.
|
|
46527
|
+
* @return {!Object}
|
|
46528
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
46529
|
+
*/
|
|
46530
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.toObject = function(includeInstance, msg) {
|
|
46531
|
+
var f, obj = {
|
|
46532
|
+
errorType: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
46533
|
+
errorsList: jspb.Message.toObjectList(msg.getErrorsList(),
|
|
46534
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.toObject, includeInstance)
|
|
46535
|
+
};
|
|
46536
|
+
|
|
46537
|
+
if (includeInstance) {
|
|
46538
|
+
obj.$jspbMessageInstance = msg;
|
|
46539
|
+
}
|
|
46540
|
+
return obj;
|
|
46541
|
+
};
|
|
46542
|
+
}
|
|
46543
|
+
|
|
46544
|
+
|
|
46545
|
+
/**
|
|
46546
|
+
* Deserializes binary data (in protobuf wire format).
|
|
46547
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
46548
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType}
|
|
46549
|
+
*/
|
|
46550
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.deserializeBinary = function(bytes) {
|
|
46551
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
46552
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType;
|
|
46553
|
+
return proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.deserializeBinaryFromReader(msg, reader);
|
|
46554
|
+
};
|
|
46555
|
+
|
|
46556
|
+
|
|
46557
|
+
/**
|
|
46558
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
46559
|
+
* given reader into the given message object.
|
|
46560
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType} msg The message object to deserialize into.
|
|
46561
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
46562
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType}
|
|
46563
|
+
*/
|
|
46564
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.deserializeBinaryFromReader = function(msg, reader) {
|
|
46565
|
+
while (reader.nextField()) {
|
|
46566
|
+
if (reader.isEndGroup()) {
|
|
46567
|
+
break;
|
|
46568
|
+
}
|
|
46569
|
+
var field = reader.getFieldNumber();
|
|
46570
|
+
switch (field) {
|
|
46571
|
+
case 1:
|
|
46572
|
+
var value = /** @type {string} */ (reader.readString());
|
|
46573
|
+
msg.setErrorType(value);
|
|
46574
|
+
break;
|
|
46575
|
+
case 2:
|
|
46576
|
+
var value = new proto.com.lansweeper.dp.outbound.v1.KernelExtensionError;
|
|
46577
|
+
reader.readMessage(value,proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.deserializeBinaryFromReader);
|
|
46578
|
+
msg.addErrors(value);
|
|
46579
|
+
break;
|
|
46580
|
+
default:
|
|
46581
|
+
reader.skipField();
|
|
46582
|
+
break;
|
|
46583
|
+
}
|
|
46584
|
+
}
|
|
46585
|
+
return msg;
|
|
46586
|
+
};
|
|
46587
|
+
|
|
46588
|
+
|
|
46589
|
+
/**
|
|
46590
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
46591
|
+
* @return {!Uint8Array}
|
|
46592
|
+
*/
|
|
46593
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.prototype.serializeBinary = function() {
|
|
46594
|
+
var writer = new jspb.BinaryWriter();
|
|
46595
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.serializeBinaryToWriter(this, writer);
|
|
46596
|
+
return writer.getResultBuffer();
|
|
46597
|
+
};
|
|
46598
|
+
|
|
46599
|
+
|
|
46600
|
+
/**
|
|
46601
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
46602
|
+
* format), writing to the given BinaryWriter.
|
|
46603
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType} message
|
|
46604
|
+
* @param {!jspb.BinaryWriter} writer
|
|
46605
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
46606
|
+
*/
|
|
46607
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.serializeBinaryToWriter = function(message, writer) {
|
|
46608
|
+
var f = undefined;
|
|
46609
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
46610
|
+
if (f != null) {
|
|
46611
|
+
writer.writeString(
|
|
46612
|
+
1,
|
|
46613
|
+
f
|
|
46614
|
+
);
|
|
46615
|
+
}
|
|
46616
|
+
f = message.getErrorsList();
|
|
46617
|
+
if (f.length > 0) {
|
|
46618
|
+
writer.writeRepeatedMessage(
|
|
46619
|
+
2,
|
|
46620
|
+
f,
|
|
46621
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.serializeBinaryToWriter
|
|
46622
|
+
);
|
|
46623
|
+
}
|
|
46624
|
+
};
|
|
46625
|
+
|
|
46626
|
+
|
|
46627
|
+
/**
|
|
46628
|
+
* optional string error_type = 1;
|
|
46629
|
+
* @return {string}
|
|
46630
|
+
*/
|
|
46631
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.prototype.getErrorType = function() {
|
|
46632
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
46633
|
+
};
|
|
46634
|
+
|
|
46635
|
+
|
|
46636
|
+
/**
|
|
46637
|
+
* @param {string} value
|
|
46638
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType} returns this
|
|
46639
|
+
*/
|
|
46640
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.prototype.setErrorType = function(value) {
|
|
46641
|
+
return jspb.Message.setField(this, 1, value);
|
|
46642
|
+
};
|
|
46643
|
+
|
|
46644
|
+
|
|
46645
|
+
/**
|
|
46646
|
+
* Clears the field making it undefined.
|
|
46647
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType} returns this
|
|
46648
|
+
*/
|
|
46649
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.prototype.clearErrorType = function() {
|
|
46650
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
46651
|
+
};
|
|
46652
|
+
|
|
46653
|
+
|
|
46654
|
+
/**
|
|
46655
|
+
* Returns whether this field is set.
|
|
46656
|
+
* @return {boolean}
|
|
46657
|
+
*/
|
|
46658
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.prototype.hasErrorType = function() {
|
|
46659
|
+
return jspb.Message.getField(this, 1) != null;
|
|
46660
|
+
};
|
|
46661
|
+
|
|
46662
|
+
|
|
46663
|
+
/**
|
|
46664
|
+
* repeated KernelExtensionError errors = 2;
|
|
46665
|
+
* @return {!Array<!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError>}
|
|
46666
|
+
*/
|
|
46667
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.prototype.getErrorsList = function() {
|
|
46668
|
+
return /** @type{!Array<!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError>} */ (
|
|
46669
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.dp.outbound.v1.KernelExtensionError, 2));
|
|
46670
|
+
};
|
|
46671
|
+
|
|
46672
|
+
|
|
46673
|
+
/**
|
|
46674
|
+
* @param {!Array<!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError>} value
|
|
46675
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType} returns this
|
|
46676
|
+
*/
|
|
46677
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.prototype.setErrorsList = function(value) {
|
|
46678
|
+
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
46679
|
+
};
|
|
46680
|
+
|
|
46681
|
+
|
|
46682
|
+
/**
|
|
46683
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError=} opt_value
|
|
46684
|
+
* @param {number=} opt_index
|
|
46685
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError}
|
|
46686
|
+
*/
|
|
46687
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.prototype.addErrors = function(opt_value, opt_index) {
|
|
46688
|
+
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.com.lansweeper.dp.outbound.v1.KernelExtensionError, opt_index);
|
|
46689
|
+
};
|
|
46690
|
+
|
|
46691
|
+
|
|
46692
|
+
/**
|
|
46693
|
+
* Clears the list making it empty but non-null.
|
|
46694
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType} returns this
|
|
46695
|
+
*/
|
|
46696
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionErrorType.prototype.clearErrorsList = function() {
|
|
46697
|
+
return this.setErrorsList([]);
|
|
46698
|
+
};
|
|
46699
|
+
|
|
46700
|
+
|
|
46701
|
+
|
|
46702
|
+
/**
|
|
46703
|
+
* List of repeated fields within this message type.
|
|
46704
|
+
* @private {!Array<number>}
|
|
46705
|
+
* @const
|
|
46706
|
+
*/
|
|
46707
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.repeatedFields_ = [2];
|
|
46708
|
+
|
|
46709
|
+
|
|
46710
|
+
|
|
46711
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
46712
|
+
/**
|
|
46713
|
+
* Creates an object representation of this proto.
|
|
46714
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
46715
|
+
* Optional fields that are not set will be set to undefined.
|
|
46716
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
46717
|
+
* For the list of reserved names please see:
|
|
46718
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
46719
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
46720
|
+
* JSPB instance for transitional soy proto support:
|
|
46721
|
+
* http://goto/soy-param-migration
|
|
46722
|
+
* @return {!Object}
|
|
46723
|
+
*/
|
|
46724
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.toObject = function(opt_includeInstance) {
|
|
46725
|
+
return proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.toObject(opt_includeInstance, this);
|
|
46726
|
+
};
|
|
46727
|
+
|
|
46728
|
+
|
|
46729
|
+
/**
|
|
46730
|
+
* Static version of the {@see toObject} method.
|
|
46731
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
46732
|
+
* the JSPB instance for transitional soy proto support:
|
|
46733
|
+
* http://goto/soy-param-migration
|
|
46734
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError} msg The msg instance to transform.
|
|
46735
|
+
* @return {!Object}
|
|
46736
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
46737
|
+
*/
|
|
46738
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.toObject = function(includeInstance, msg) {
|
|
46739
|
+
var f, obj = {
|
|
46740
|
+
errorDescription: jspb.Message.getFieldWithDefault(msg, 1, ""),
|
|
46741
|
+
valuesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
46742
|
+
};
|
|
46743
|
+
|
|
46744
|
+
if (includeInstance) {
|
|
46745
|
+
obj.$jspbMessageInstance = msg;
|
|
46746
|
+
}
|
|
46747
|
+
return obj;
|
|
46748
|
+
};
|
|
46749
|
+
}
|
|
46750
|
+
|
|
46751
|
+
|
|
46752
|
+
/**
|
|
46753
|
+
* Deserializes binary data (in protobuf wire format).
|
|
46754
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
46755
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError}
|
|
46756
|
+
*/
|
|
46757
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.deserializeBinary = function(bytes) {
|
|
46758
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
46759
|
+
var msg = new proto.com.lansweeper.dp.outbound.v1.KernelExtensionError;
|
|
46760
|
+
return proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.deserializeBinaryFromReader(msg, reader);
|
|
46761
|
+
};
|
|
46762
|
+
|
|
46763
|
+
|
|
46764
|
+
/**
|
|
46765
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
46766
|
+
* given reader into the given message object.
|
|
46767
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError} msg The message object to deserialize into.
|
|
46768
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
46769
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError}
|
|
46770
|
+
*/
|
|
46771
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.deserializeBinaryFromReader = function(msg, reader) {
|
|
46772
|
+
while (reader.nextField()) {
|
|
46773
|
+
if (reader.isEndGroup()) {
|
|
46774
|
+
break;
|
|
46775
|
+
}
|
|
46776
|
+
var field = reader.getFieldNumber();
|
|
46777
|
+
switch (field) {
|
|
46778
|
+
case 1:
|
|
46779
|
+
var value = /** @type {string} */ (reader.readString());
|
|
46780
|
+
msg.setErrorDescription(value);
|
|
46781
|
+
break;
|
|
46782
|
+
case 2:
|
|
46783
|
+
var value = /** @type {string} */ (reader.readString());
|
|
46784
|
+
msg.addValues(value);
|
|
46785
|
+
break;
|
|
46786
|
+
default:
|
|
46787
|
+
reader.skipField();
|
|
46788
|
+
break;
|
|
46789
|
+
}
|
|
46790
|
+
}
|
|
46791
|
+
return msg;
|
|
46792
|
+
};
|
|
46793
|
+
|
|
46794
|
+
|
|
46795
|
+
/**
|
|
46796
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
46797
|
+
* @return {!Uint8Array}
|
|
46798
|
+
*/
|
|
46799
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.serializeBinary = function() {
|
|
46800
|
+
var writer = new jspb.BinaryWriter();
|
|
46801
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.serializeBinaryToWriter(this, writer);
|
|
46802
|
+
return writer.getResultBuffer();
|
|
46803
|
+
};
|
|
46804
|
+
|
|
46805
|
+
|
|
46806
|
+
/**
|
|
46807
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
46808
|
+
* format), writing to the given BinaryWriter.
|
|
46809
|
+
* @param {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError} message
|
|
46810
|
+
* @param {!jspb.BinaryWriter} writer
|
|
46811
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
46812
|
+
*/
|
|
46813
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.serializeBinaryToWriter = function(message, writer) {
|
|
46814
|
+
var f = undefined;
|
|
46815
|
+
f = /** @type {string} */ (jspb.Message.getField(message, 1));
|
|
46816
|
+
if (f != null) {
|
|
46817
|
+
writer.writeString(
|
|
46818
|
+
1,
|
|
46819
|
+
f
|
|
46820
|
+
);
|
|
46821
|
+
}
|
|
46822
|
+
f = message.getValuesList();
|
|
46823
|
+
if (f.length > 0) {
|
|
46824
|
+
writer.writeRepeatedString(
|
|
46825
|
+
2,
|
|
46826
|
+
f
|
|
46827
|
+
);
|
|
46828
|
+
}
|
|
46829
|
+
};
|
|
46830
|
+
|
|
46831
|
+
|
|
46832
|
+
/**
|
|
46833
|
+
* optional string error_description = 1;
|
|
46834
|
+
* @return {string}
|
|
46835
|
+
*/
|
|
46836
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.getErrorDescription = function() {
|
|
46837
|
+
return /** @type {string} */ (jspb.Message.getFieldWithDefault(this, 1, ""));
|
|
46838
|
+
};
|
|
46839
|
+
|
|
46840
|
+
|
|
46841
|
+
/**
|
|
46842
|
+
* @param {string} value
|
|
46843
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError} returns this
|
|
46844
|
+
*/
|
|
46845
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.setErrorDescription = function(value) {
|
|
46846
|
+
return jspb.Message.setField(this, 1, value);
|
|
46847
|
+
};
|
|
46848
|
+
|
|
46849
|
+
|
|
46850
|
+
/**
|
|
46851
|
+
* Clears the field making it undefined.
|
|
46852
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError} returns this
|
|
46853
|
+
*/
|
|
46854
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.clearErrorDescription = function() {
|
|
46855
|
+
return jspb.Message.setField(this, 1, undefined);
|
|
46856
|
+
};
|
|
46857
|
+
|
|
46858
|
+
|
|
46859
|
+
/**
|
|
46860
|
+
* Returns whether this field is set.
|
|
46861
|
+
* @return {boolean}
|
|
46862
|
+
*/
|
|
46863
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.hasErrorDescription = function() {
|
|
46864
|
+
return jspb.Message.getField(this, 1) != null;
|
|
46865
|
+
};
|
|
46866
|
+
|
|
46867
|
+
|
|
46868
|
+
/**
|
|
46869
|
+
* repeated string values = 2;
|
|
46870
|
+
* @return {!Array<string>}
|
|
46871
|
+
*/
|
|
46872
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.getValuesList = function() {
|
|
46873
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
|
|
46874
|
+
};
|
|
46875
|
+
|
|
46876
|
+
|
|
46877
|
+
/**
|
|
46878
|
+
* @param {!Array<string>} value
|
|
46879
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError} returns this
|
|
46880
|
+
*/
|
|
46881
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.setValuesList = function(value) {
|
|
46882
|
+
return jspb.Message.setField(this, 2, value || []);
|
|
46883
|
+
};
|
|
46884
|
+
|
|
46885
|
+
|
|
46886
|
+
/**
|
|
46887
|
+
* @param {string} value
|
|
46888
|
+
* @param {number=} opt_index
|
|
46889
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError} returns this
|
|
46890
|
+
*/
|
|
46891
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.addValues = function(value, opt_index) {
|
|
46892
|
+
return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
|
|
46893
|
+
};
|
|
46894
|
+
|
|
46895
|
+
|
|
46896
|
+
/**
|
|
46897
|
+
* Clears the list making it empty but non-null.
|
|
46898
|
+
* @return {!proto.com.lansweeper.dp.outbound.v1.KernelExtensionError} returns this
|
|
46899
|
+
*/
|
|
46900
|
+
proto.com.lansweeper.dp.outbound.v1.KernelExtensionError.prototype.clearValuesList = function() {
|
|
46901
|
+
return this.setValuesList([]);
|
|
46902
|
+
};
|
|
46903
|
+
|
|
46904
|
+
|
|
46905
|
+
|
|
44928
46906
|
|
|
44929
46907
|
|
|
44930
46908
|
if (jspb.Message.GENERATE_TO_OBJECT) {
|