@lansweeper/discovery-sensor-proto 2.53.0 → 2.54.0
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.
|
@@ -40,8 +40,13 @@ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.DeviceMedia', nu
|
|
|
40
40
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.Diagnostics', null, global);
|
|
41
41
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.DiscBurning', null, global);
|
|
42
42
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.Display', null, global);
|
|
43
|
+
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.Extension', null, global);
|
|
44
|
+
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError', null, global);
|
|
45
|
+
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType', null, global);
|
|
43
46
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.Firewire', null, global);
|
|
47
|
+
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.Framework', null, global);
|
|
44
48
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.HardDisk', null, global);
|
|
49
|
+
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory', null, global);
|
|
45
50
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacAccessibility', null, global);
|
|
46
51
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacAudio', null, global);
|
|
47
52
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacBasicInfo', null, global);
|
|
@@ -53,9 +58,12 @@ goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacDiagnostics',
|
|
|
53
58
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacDiscBurning', null, global);
|
|
54
59
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacDisplay', null, global);
|
|
55
60
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacEthernet', null, global);
|
|
61
|
+
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension', null, global);
|
|
56
62
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacFirewall', null, global);
|
|
57
63
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacFirewire', null, global);
|
|
64
|
+
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework', null, global);
|
|
58
65
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacHardDisk', null, global);
|
|
66
|
+
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory', null, global);
|
|
59
67
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacMemory', null, global);
|
|
60
68
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacModem', null, global);
|
|
61
69
|
goog.exportSymbol('proto.com.lansweeper.discovery.sensor.mac.v1.MacNVMExpress', null, global);
|
|
@@ -1917,6 +1925,174 @@ if (goog.DEBUG && !COMPILED) {
|
|
|
1917
1925
|
*/
|
|
1918
1926
|
proto.com.lansweeper.discovery.sensor.mac.v1.WiFiSoftware.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.WiFiSoftware';
|
|
1919
1927
|
}
|
|
1928
|
+
/**
|
|
1929
|
+
* Generated by JsPbCodeGenerator.
|
|
1930
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1931
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1932
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1933
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1934
|
+
* valid.
|
|
1935
|
+
* @extends {jspb.Message}
|
|
1936
|
+
* @constructor
|
|
1937
|
+
*/
|
|
1938
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension = function(opt_data) {
|
|
1939
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.repeatedFields_, null);
|
|
1940
|
+
};
|
|
1941
|
+
goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension, jspb.Message);
|
|
1942
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1943
|
+
/**
|
|
1944
|
+
* @public
|
|
1945
|
+
* @override
|
|
1946
|
+
*/
|
|
1947
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension';
|
|
1948
|
+
}
|
|
1949
|
+
/**
|
|
1950
|
+
* Generated by JsPbCodeGenerator.
|
|
1951
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1952
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1953
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1954
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1955
|
+
* valid.
|
|
1956
|
+
* @extends {jspb.Message}
|
|
1957
|
+
* @constructor
|
|
1958
|
+
*/
|
|
1959
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension = function(opt_data) {
|
|
1960
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.mac.v1.Extension.repeatedFields_, null);
|
|
1961
|
+
};
|
|
1962
|
+
goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.Extension, jspb.Message);
|
|
1963
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1964
|
+
/**
|
|
1965
|
+
* @public
|
|
1966
|
+
* @override
|
|
1967
|
+
*/
|
|
1968
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.Extension';
|
|
1969
|
+
}
|
|
1970
|
+
/**
|
|
1971
|
+
* Generated by JsPbCodeGenerator.
|
|
1972
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1973
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1974
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1975
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1976
|
+
* valid.
|
|
1977
|
+
* @extends {jspb.Message}
|
|
1978
|
+
* @constructor
|
|
1979
|
+
*/
|
|
1980
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType = function(opt_data) {
|
|
1981
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.repeatedFields_, null);
|
|
1982
|
+
};
|
|
1983
|
+
goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType, jspb.Message);
|
|
1984
|
+
if (goog.DEBUG && !COMPILED) {
|
|
1985
|
+
/**
|
|
1986
|
+
* @public
|
|
1987
|
+
* @override
|
|
1988
|
+
*/
|
|
1989
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType';
|
|
1990
|
+
}
|
|
1991
|
+
/**
|
|
1992
|
+
* Generated by JsPbCodeGenerator.
|
|
1993
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
1994
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
1995
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
1996
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
1997
|
+
* valid.
|
|
1998
|
+
* @extends {jspb.Message}
|
|
1999
|
+
* @constructor
|
|
2000
|
+
*/
|
|
2001
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError = function(opt_data) {
|
|
2002
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.repeatedFields_, null);
|
|
2003
|
+
};
|
|
2004
|
+
goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError, jspb.Message);
|
|
2005
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2006
|
+
/**
|
|
2007
|
+
* @public
|
|
2008
|
+
* @override
|
|
2009
|
+
*/
|
|
2010
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError';
|
|
2011
|
+
}
|
|
2012
|
+
/**
|
|
2013
|
+
* Generated by JsPbCodeGenerator.
|
|
2014
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2015
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2016
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2017
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2018
|
+
* valid.
|
|
2019
|
+
* @extends {jspb.Message}
|
|
2020
|
+
* @constructor
|
|
2021
|
+
*/
|
|
2022
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework = function(opt_data) {
|
|
2023
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.repeatedFields_, null);
|
|
2024
|
+
};
|
|
2025
|
+
goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework, jspb.Message);
|
|
2026
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2027
|
+
/**
|
|
2028
|
+
* @public
|
|
2029
|
+
* @override
|
|
2030
|
+
*/
|
|
2031
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework';
|
|
2032
|
+
}
|
|
2033
|
+
/**
|
|
2034
|
+
* Generated by JsPbCodeGenerator.
|
|
2035
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2036
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2037
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2038
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2039
|
+
* valid.
|
|
2040
|
+
* @extends {jspb.Message}
|
|
2041
|
+
* @constructor
|
|
2042
|
+
*/
|
|
2043
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework = function(opt_data) {
|
|
2044
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.mac.v1.Framework.repeatedFields_, null);
|
|
2045
|
+
};
|
|
2046
|
+
goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.Framework, jspb.Message);
|
|
2047
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2048
|
+
/**
|
|
2049
|
+
* @public
|
|
2050
|
+
* @override
|
|
2051
|
+
*/
|
|
2052
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.Framework';
|
|
2053
|
+
}
|
|
2054
|
+
/**
|
|
2055
|
+
* Generated by JsPbCodeGenerator.
|
|
2056
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2057
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2058
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2059
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2060
|
+
* valid.
|
|
2061
|
+
* @extends {jspb.Message}
|
|
2062
|
+
* @constructor
|
|
2063
|
+
*/
|
|
2064
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory = function(opt_data) {
|
|
2065
|
+
jspb.Message.initialize(this, opt_data, 0, -1, proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.repeatedFields_, null);
|
|
2066
|
+
};
|
|
2067
|
+
goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory, jspb.Message);
|
|
2068
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2069
|
+
/**
|
|
2070
|
+
* @public
|
|
2071
|
+
* @override
|
|
2072
|
+
*/
|
|
2073
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory';
|
|
2074
|
+
}
|
|
2075
|
+
/**
|
|
2076
|
+
* Generated by JsPbCodeGenerator.
|
|
2077
|
+
* @param {Array=} opt_data Optional initial data array, typically from a
|
|
2078
|
+
* server response, or constructed directly in Javascript. The array is used
|
|
2079
|
+
* in place and becomes part of the constructed object. It is not cloned.
|
|
2080
|
+
* If no data is provided, the constructed object will be empty, but still
|
|
2081
|
+
* valid.
|
|
2082
|
+
* @extends {jspb.Message}
|
|
2083
|
+
* @constructor
|
|
2084
|
+
*/
|
|
2085
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory = function(opt_data) {
|
|
2086
|
+
jspb.Message.initialize(this, opt_data, 0, -1, null, null);
|
|
2087
|
+
};
|
|
2088
|
+
goog.inherits(proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory, jspb.Message);
|
|
2089
|
+
if (goog.DEBUG && !COMPILED) {
|
|
2090
|
+
/**
|
|
2091
|
+
* @public
|
|
2092
|
+
* @override
|
|
2093
|
+
*/
|
|
2094
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.displayName = 'proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory';
|
|
2095
|
+
}
|
|
1920
2096
|
|
|
1921
2097
|
/**
|
|
1922
2098
|
* List of repeated fields within this message type.
|
|
@@ -38878,4 +39054,2899 @@ proto.com.lansweeper.discovery.sensor.mac.v1.WiFiSoftware.prototype.hasSystemInf
|
|
|
38878
39054
|
};
|
|
38879
39055
|
|
|
38880
39056
|
|
|
39057
|
+
|
|
39058
|
+
/**
|
|
39059
|
+
* List of repeated fields within this message type.
|
|
39060
|
+
* @private {!Array<number>}
|
|
39061
|
+
* @const
|
|
39062
|
+
*/
|
|
39063
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.repeatedFields_ = [1];
|
|
39064
|
+
|
|
39065
|
+
|
|
39066
|
+
|
|
39067
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
39068
|
+
/**
|
|
39069
|
+
* Creates an object representation of this proto.
|
|
39070
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
39071
|
+
* Optional fields that are not set will be set to undefined.
|
|
39072
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
39073
|
+
* For the list of reserved names please see:
|
|
39074
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
39075
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
39076
|
+
* JSPB instance for transitional soy proto support:
|
|
39077
|
+
* http://goto/soy-param-migration
|
|
39078
|
+
* @return {!Object}
|
|
39079
|
+
*/
|
|
39080
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.prototype.toObject = function(opt_includeInstance) {
|
|
39081
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.toObject(opt_includeInstance, this);
|
|
39082
|
+
};
|
|
39083
|
+
|
|
39084
|
+
|
|
39085
|
+
/**
|
|
39086
|
+
* Static version of the {@see toObject} method.
|
|
39087
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
39088
|
+
* the JSPB instance for transitional soy proto support:
|
|
39089
|
+
* http://goto/soy-param-migration
|
|
39090
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension} msg The msg instance to transform.
|
|
39091
|
+
* @return {!Object}
|
|
39092
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
39093
|
+
*/
|
|
39094
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.toObject = function(includeInstance, msg) {
|
|
39095
|
+
var f, obj = {
|
|
39096
|
+
entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
|
|
39097
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.toObject, includeInstance)
|
|
39098
|
+
};
|
|
39099
|
+
|
|
39100
|
+
if (includeInstance) {
|
|
39101
|
+
obj.$jspbMessageInstance = msg;
|
|
39102
|
+
}
|
|
39103
|
+
return obj;
|
|
39104
|
+
};
|
|
39105
|
+
}
|
|
39106
|
+
|
|
39107
|
+
|
|
39108
|
+
/**
|
|
39109
|
+
* Deserializes binary data (in protobuf wire format).
|
|
39110
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
39111
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension}
|
|
39112
|
+
*/
|
|
39113
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.deserializeBinary = function(bytes) {
|
|
39114
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
39115
|
+
var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension;
|
|
39116
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.deserializeBinaryFromReader(msg, reader);
|
|
39117
|
+
};
|
|
39118
|
+
|
|
39119
|
+
|
|
39120
|
+
/**
|
|
39121
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
39122
|
+
* given reader into the given message object.
|
|
39123
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension} msg The message object to deserialize into.
|
|
39124
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
39125
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension}
|
|
39126
|
+
*/
|
|
39127
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.deserializeBinaryFromReader = function(msg, reader) {
|
|
39128
|
+
while (reader.nextField()) {
|
|
39129
|
+
if (reader.isEndGroup()) {
|
|
39130
|
+
break;
|
|
39131
|
+
}
|
|
39132
|
+
var field = reader.getFieldNumber();
|
|
39133
|
+
switch (field) {
|
|
39134
|
+
case 1:
|
|
39135
|
+
var value = new proto.com.lansweeper.discovery.sensor.mac.v1.Extension;
|
|
39136
|
+
reader.readMessage(value,proto.com.lansweeper.discovery.sensor.mac.v1.Extension.deserializeBinaryFromReader);
|
|
39137
|
+
msg.addEntries(value);
|
|
39138
|
+
break;
|
|
39139
|
+
default:
|
|
39140
|
+
reader.skipField();
|
|
39141
|
+
break;
|
|
39142
|
+
}
|
|
39143
|
+
}
|
|
39144
|
+
return msg;
|
|
39145
|
+
};
|
|
39146
|
+
|
|
39147
|
+
|
|
39148
|
+
/**
|
|
39149
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
39150
|
+
* @return {!Uint8Array}
|
|
39151
|
+
*/
|
|
39152
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.prototype.serializeBinary = function() {
|
|
39153
|
+
var writer = new jspb.BinaryWriter();
|
|
39154
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.serializeBinaryToWriter(this, writer);
|
|
39155
|
+
return writer.getResultBuffer();
|
|
39156
|
+
};
|
|
39157
|
+
|
|
39158
|
+
|
|
39159
|
+
/**
|
|
39160
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
39161
|
+
* format), writing to the given BinaryWriter.
|
|
39162
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension} message
|
|
39163
|
+
* @param {!jspb.BinaryWriter} writer
|
|
39164
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
39165
|
+
*/
|
|
39166
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.serializeBinaryToWriter = function(message, writer) {
|
|
39167
|
+
var f = undefined;
|
|
39168
|
+
f = message.getEntriesList();
|
|
39169
|
+
if (f.length > 0) {
|
|
39170
|
+
writer.writeRepeatedMessage(
|
|
39171
|
+
1,
|
|
39172
|
+
f,
|
|
39173
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.serializeBinaryToWriter
|
|
39174
|
+
);
|
|
39175
|
+
}
|
|
39176
|
+
};
|
|
39177
|
+
|
|
39178
|
+
|
|
39179
|
+
/**
|
|
39180
|
+
* repeated Extension entries = 1;
|
|
39181
|
+
* @return {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Extension>}
|
|
39182
|
+
*/
|
|
39183
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.prototype.getEntriesList = function() {
|
|
39184
|
+
return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Extension>} */ (
|
|
39185
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.mac.v1.Extension, 1));
|
|
39186
|
+
};
|
|
39187
|
+
|
|
39188
|
+
|
|
39189
|
+
/**
|
|
39190
|
+
* @param {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Extension>} value
|
|
39191
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension} returns this
|
|
39192
|
+
*/
|
|
39193
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.prototype.setEntriesList = function(value) {
|
|
39194
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
39195
|
+
};
|
|
39196
|
+
|
|
39197
|
+
|
|
39198
|
+
/**
|
|
39199
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension=} opt_value
|
|
39200
|
+
* @param {number=} opt_index
|
|
39201
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension}
|
|
39202
|
+
*/
|
|
39203
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.prototype.addEntries = function(opt_value, opt_index) {
|
|
39204
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.discovery.sensor.mac.v1.Extension, opt_index);
|
|
39205
|
+
};
|
|
39206
|
+
|
|
39207
|
+
|
|
39208
|
+
/**
|
|
39209
|
+
* Clears the list making it empty but non-null.
|
|
39210
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension} returns this
|
|
39211
|
+
*/
|
|
39212
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacExtension.prototype.clearEntriesList = function() {
|
|
39213
|
+
return this.setEntriesList([]);
|
|
39214
|
+
};
|
|
39215
|
+
|
|
39216
|
+
|
|
39217
|
+
|
|
39218
|
+
/**
|
|
39219
|
+
* List of repeated fields within this message type.
|
|
39220
|
+
* @private {!Array<number>}
|
|
39221
|
+
* @const
|
|
39222
|
+
*/
|
|
39223
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.repeatedFields_ = [3,6,18];
|
|
39224
|
+
|
|
39225
|
+
|
|
39226
|
+
|
|
39227
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
39228
|
+
/**
|
|
39229
|
+
* Creates an object representation of this proto.
|
|
39230
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
39231
|
+
* Optional fields that are not set will be set to undefined.
|
|
39232
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
39233
|
+
* For the list of reserved names please see:
|
|
39234
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
39235
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
39236
|
+
* JSPB instance for transitional soy proto support:
|
|
39237
|
+
* http://goto/soy-param-migration
|
|
39238
|
+
* @return {!Object}
|
|
39239
|
+
*/
|
|
39240
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.toObject = function(opt_includeInstance) {
|
|
39241
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.Extension.toObject(opt_includeInstance, this);
|
|
39242
|
+
};
|
|
39243
|
+
|
|
39244
|
+
|
|
39245
|
+
/**
|
|
39246
|
+
* Static version of the {@see toObject} method.
|
|
39247
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
39248
|
+
* the JSPB instance for transitional soy proto support:
|
|
39249
|
+
* http://goto/soy-param-migration
|
|
39250
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} msg The msg instance to transform.
|
|
39251
|
+
* @return {!Object}
|
|
39252
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
39253
|
+
*/
|
|
39254
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.toObject = function(includeInstance, msg) {
|
|
39255
|
+
var f, obj = {
|
|
39256
|
+
name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39257
|
+
has64BitIntelCode: (f = msg.getHas64BitIntelCode()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39258
|
+
architecturesList: (f = jspb.Message.getRepeatedField(msg, 3)) == null ? undefined : f,
|
|
39259
|
+
bundleId: (f = msg.getBundleId()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39260
|
+
dependencies: (f = msg.getDependencies()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39261
|
+
dependencyErrorsList: jspb.Message.toObjectList(msg.getDependencyErrorsList(),
|
|
39262
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.toObject, includeInstance),
|
|
39263
|
+
info: (f = msg.getInfo()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39264
|
+
lastModified: (f = msg.getLastModified()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39265
|
+
loadAddress: (f = msg.getLoadAddress()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39266
|
+
loadable: (f = msg.getLoadable()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39267
|
+
loaded: (f = msg.getLoaded()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39268
|
+
notarized: (f = msg.getNotarized()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39269
|
+
obtainedFrom: (f = msg.getObtainedFrom()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39270
|
+
pathLocation: (f = msg.getPathLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39271
|
+
runtimeEnvironment: (f = msg.getRuntimeEnvironment()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39272
|
+
signedBy: (f = msg.getSignedBy()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39273
|
+
signingErrors: (f = msg.getSigningErrors()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39274
|
+
validityErrorsList: jspb.Message.toObjectList(msg.getValidityErrorsList(),
|
|
39275
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.toObject, includeInstance),
|
|
39276
|
+
version: (f = msg.getVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
39277
|
+
versionKext: (f = msg.getVersionKext()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
39278
|
+
};
|
|
39279
|
+
|
|
39280
|
+
if (includeInstance) {
|
|
39281
|
+
obj.$jspbMessageInstance = msg;
|
|
39282
|
+
}
|
|
39283
|
+
return obj;
|
|
39284
|
+
};
|
|
39285
|
+
}
|
|
39286
|
+
|
|
39287
|
+
|
|
39288
|
+
/**
|
|
39289
|
+
* Deserializes binary data (in protobuf wire format).
|
|
39290
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
39291
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension}
|
|
39292
|
+
*/
|
|
39293
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.deserializeBinary = function(bytes) {
|
|
39294
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
39295
|
+
var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.Extension;
|
|
39296
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.Extension.deserializeBinaryFromReader(msg, reader);
|
|
39297
|
+
};
|
|
39298
|
+
|
|
39299
|
+
|
|
39300
|
+
/**
|
|
39301
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
39302
|
+
* given reader into the given message object.
|
|
39303
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} msg The message object to deserialize into.
|
|
39304
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
39305
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension}
|
|
39306
|
+
*/
|
|
39307
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.deserializeBinaryFromReader = function(msg, reader) {
|
|
39308
|
+
while (reader.nextField()) {
|
|
39309
|
+
if (reader.isEndGroup()) {
|
|
39310
|
+
break;
|
|
39311
|
+
}
|
|
39312
|
+
var field = reader.getFieldNumber();
|
|
39313
|
+
switch (field) {
|
|
39314
|
+
case 1:
|
|
39315
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39316
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39317
|
+
msg.setName(value);
|
|
39318
|
+
break;
|
|
39319
|
+
case 2:
|
|
39320
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39321
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39322
|
+
msg.setHas64BitIntelCode(value);
|
|
39323
|
+
break;
|
|
39324
|
+
case 3:
|
|
39325
|
+
var value = /** @type {string} */ (reader.readString());
|
|
39326
|
+
msg.addArchitectures(value);
|
|
39327
|
+
break;
|
|
39328
|
+
case 4:
|
|
39329
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39330
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39331
|
+
msg.setBundleId(value);
|
|
39332
|
+
break;
|
|
39333
|
+
case 5:
|
|
39334
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39335
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39336
|
+
msg.setDependencies(value);
|
|
39337
|
+
break;
|
|
39338
|
+
case 6:
|
|
39339
|
+
var value = new proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType;
|
|
39340
|
+
reader.readMessage(value,proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.deserializeBinaryFromReader);
|
|
39341
|
+
msg.addDependencyErrors(value);
|
|
39342
|
+
break;
|
|
39343
|
+
case 7:
|
|
39344
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39345
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39346
|
+
msg.setInfo(value);
|
|
39347
|
+
break;
|
|
39348
|
+
case 8:
|
|
39349
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39350
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39351
|
+
msg.setLastModified(value);
|
|
39352
|
+
break;
|
|
39353
|
+
case 9:
|
|
39354
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39355
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39356
|
+
msg.setLoadAddress(value);
|
|
39357
|
+
break;
|
|
39358
|
+
case 10:
|
|
39359
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39360
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39361
|
+
msg.setLoadable(value);
|
|
39362
|
+
break;
|
|
39363
|
+
case 11:
|
|
39364
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39365
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39366
|
+
msg.setLoaded(value);
|
|
39367
|
+
break;
|
|
39368
|
+
case 12:
|
|
39369
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39370
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39371
|
+
msg.setNotarized(value);
|
|
39372
|
+
break;
|
|
39373
|
+
case 13:
|
|
39374
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39375
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39376
|
+
msg.setObtainedFrom(value);
|
|
39377
|
+
break;
|
|
39378
|
+
case 14:
|
|
39379
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39380
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39381
|
+
msg.setPathLocation(value);
|
|
39382
|
+
break;
|
|
39383
|
+
case 15:
|
|
39384
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39385
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39386
|
+
msg.setRuntimeEnvironment(value);
|
|
39387
|
+
break;
|
|
39388
|
+
case 16:
|
|
39389
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39390
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39391
|
+
msg.setSignedBy(value);
|
|
39392
|
+
break;
|
|
39393
|
+
case 17:
|
|
39394
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39395
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39396
|
+
msg.setSigningErrors(value);
|
|
39397
|
+
break;
|
|
39398
|
+
case 18:
|
|
39399
|
+
var value = new proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType;
|
|
39400
|
+
reader.readMessage(value,proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.deserializeBinaryFromReader);
|
|
39401
|
+
msg.addValidityErrors(value);
|
|
39402
|
+
break;
|
|
39403
|
+
case 19:
|
|
39404
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39405
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39406
|
+
msg.setVersion(value);
|
|
39407
|
+
break;
|
|
39408
|
+
case 20:
|
|
39409
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
39410
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
39411
|
+
msg.setVersionKext(value);
|
|
39412
|
+
break;
|
|
39413
|
+
default:
|
|
39414
|
+
reader.skipField();
|
|
39415
|
+
break;
|
|
39416
|
+
}
|
|
39417
|
+
}
|
|
39418
|
+
return msg;
|
|
39419
|
+
};
|
|
39420
|
+
|
|
39421
|
+
|
|
39422
|
+
/**
|
|
39423
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
39424
|
+
* @return {!Uint8Array}
|
|
39425
|
+
*/
|
|
39426
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.serializeBinary = function() {
|
|
39427
|
+
var writer = new jspb.BinaryWriter();
|
|
39428
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.serializeBinaryToWriter(this, writer);
|
|
39429
|
+
return writer.getResultBuffer();
|
|
39430
|
+
};
|
|
39431
|
+
|
|
39432
|
+
|
|
39433
|
+
/**
|
|
39434
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
39435
|
+
* format), writing to the given BinaryWriter.
|
|
39436
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} message
|
|
39437
|
+
* @param {!jspb.BinaryWriter} writer
|
|
39438
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
39439
|
+
*/
|
|
39440
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.serializeBinaryToWriter = function(message, writer) {
|
|
39441
|
+
var f = undefined;
|
|
39442
|
+
f = message.getName();
|
|
39443
|
+
if (f != null) {
|
|
39444
|
+
writer.writeMessage(
|
|
39445
|
+
1,
|
|
39446
|
+
f,
|
|
39447
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39448
|
+
);
|
|
39449
|
+
}
|
|
39450
|
+
f = message.getHas64BitIntelCode();
|
|
39451
|
+
if (f != null) {
|
|
39452
|
+
writer.writeMessage(
|
|
39453
|
+
2,
|
|
39454
|
+
f,
|
|
39455
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39456
|
+
);
|
|
39457
|
+
}
|
|
39458
|
+
f = message.getArchitecturesList();
|
|
39459
|
+
if (f.length > 0) {
|
|
39460
|
+
writer.writeRepeatedString(
|
|
39461
|
+
3,
|
|
39462
|
+
f
|
|
39463
|
+
);
|
|
39464
|
+
}
|
|
39465
|
+
f = message.getBundleId();
|
|
39466
|
+
if (f != null) {
|
|
39467
|
+
writer.writeMessage(
|
|
39468
|
+
4,
|
|
39469
|
+
f,
|
|
39470
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39471
|
+
);
|
|
39472
|
+
}
|
|
39473
|
+
f = message.getDependencies();
|
|
39474
|
+
if (f != null) {
|
|
39475
|
+
writer.writeMessage(
|
|
39476
|
+
5,
|
|
39477
|
+
f,
|
|
39478
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39479
|
+
);
|
|
39480
|
+
}
|
|
39481
|
+
f = message.getDependencyErrorsList();
|
|
39482
|
+
if (f.length > 0) {
|
|
39483
|
+
writer.writeRepeatedMessage(
|
|
39484
|
+
6,
|
|
39485
|
+
f,
|
|
39486
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.serializeBinaryToWriter
|
|
39487
|
+
);
|
|
39488
|
+
}
|
|
39489
|
+
f = message.getInfo();
|
|
39490
|
+
if (f != null) {
|
|
39491
|
+
writer.writeMessage(
|
|
39492
|
+
7,
|
|
39493
|
+
f,
|
|
39494
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39495
|
+
);
|
|
39496
|
+
}
|
|
39497
|
+
f = message.getLastModified();
|
|
39498
|
+
if (f != null) {
|
|
39499
|
+
writer.writeMessage(
|
|
39500
|
+
8,
|
|
39501
|
+
f,
|
|
39502
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39503
|
+
);
|
|
39504
|
+
}
|
|
39505
|
+
f = message.getLoadAddress();
|
|
39506
|
+
if (f != null) {
|
|
39507
|
+
writer.writeMessage(
|
|
39508
|
+
9,
|
|
39509
|
+
f,
|
|
39510
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39511
|
+
);
|
|
39512
|
+
}
|
|
39513
|
+
f = message.getLoadable();
|
|
39514
|
+
if (f != null) {
|
|
39515
|
+
writer.writeMessage(
|
|
39516
|
+
10,
|
|
39517
|
+
f,
|
|
39518
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39519
|
+
);
|
|
39520
|
+
}
|
|
39521
|
+
f = message.getLoaded();
|
|
39522
|
+
if (f != null) {
|
|
39523
|
+
writer.writeMessage(
|
|
39524
|
+
11,
|
|
39525
|
+
f,
|
|
39526
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39527
|
+
);
|
|
39528
|
+
}
|
|
39529
|
+
f = message.getNotarized();
|
|
39530
|
+
if (f != null) {
|
|
39531
|
+
writer.writeMessage(
|
|
39532
|
+
12,
|
|
39533
|
+
f,
|
|
39534
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39535
|
+
);
|
|
39536
|
+
}
|
|
39537
|
+
f = message.getObtainedFrom();
|
|
39538
|
+
if (f != null) {
|
|
39539
|
+
writer.writeMessage(
|
|
39540
|
+
13,
|
|
39541
|
+
f,
|
|
39542
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39543
|
+
);
|
|
39544
|
+
}
|
|
39545
|
+
f = message.getPathLocation();
|
|
39546
|
+
if (f != null) {
|
|
39547
|
+
writer.writeMessage(
|
|
39548
|
+
14,
|
|
39549
|
+
f,
|
|
39550
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39551
|
+
);
|
|
39552
|
+
}
|
|
39553
|
+
f = message.getRuntimeEnvironment();
|
|
39554
|
+
if (f != null) {
|
|
39555
|
+
writer.writeMessage(
|
|
39556
|
+
15,
|
|
39557
|
+
f,
|
|
39558
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39559
|
+
);
|
|
39560
|
+
}
|
|
39561
|
+
f = message.getSignedBy();
|
|
39562
|
+
if (f != null) {
|
|
39563
|
+
writer.writeMessage(
|
|
39564
|
+
16,
|
|
39565
|
+
f,
|
|
39566
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39567
|
+
);
|
|
39568
|
+
}
|
|
39569
|
+
f = message.getSigningErrors();
|
|
39570
|
+
if (f != null) {
|
|
39571
|
+
writer.writeMessage(
|
|
39572
|
+
17,
|
|
39573
|
+
f,
|
|
39574
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39575
|
+
);
|
|
39576
|
+
}
|
|
39577
|
+
f = message.getValidityErrorsList();
|
|
39578
|
+
if (f.length > 0) {
|
|
39579
|
+
writer.writeRepeatedMessage(
|
|
39580
|
+
18,
|
|
39581
|
+
f,
|
|
39582
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.serializeBinaryToWriter
|
|
39583
|
+
);
|
|
39584
|
+
}
|
|
39585
|
+
f = message.getVersion();
|
|
39586
|
+
if (f != null) {
|
|
39587
|
+
writer.writeMessage(
|
|
39588
|
+
19,
|
|
39589
|
+
f,
|
|
39590
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39591
|
+
);
|
|
39592
|
+
}
|
|
39593
|
+
f = message.getVersionKext();
|
|
39594
|
+
if (f != null) {
|
|
39595
|
+
writer.writeMessage(
|
|
39596
|
+
20,
|
|
39597
|
+
f,
|
|
39598
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
39599
|
+
);
|
|
39600
|
+
}
|
|
39601
|
+
};
|
|
39602
|
+
|
|
39603
|
+
|
|
39604
|
+
/**
|
|
39605
|
+
* optional google.protobuf.StringValue name = 1;
|
|
39606
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
39607
|
+
*/
|
|
39608
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getName = function() {
|
|
39609
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
39610
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
39611
|
+
};
|
|
39612
|
+
|
|
39613
|
+
|
|
39614
|
+
/**
|
|
39615
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
39616
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39617
|
+
*/
|
|
39618
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setName = function(value) {
|
|
39619
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
39620
|
+
};
|
|
39621
|
+
|
|
39622
|
+
|
|
39623
|
+
/**
|
|
39624
|
+
* Clears the message field making it undefined.
|
|
39625
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39626
|
+
*/
|
|
39627
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearName = function() {
|
|
39628
|
+
return this.setName(undefined);
|
|
39629
|
+
};
|
|
39630
|
+
|
|
39631
|
+
|
|
39632
|
+
/**
|
|
39633
|
+
* Returns whether this field is set.
|
|
39634
|
+
* @return {boolean}
|
|
39635
|
+
*/
|
|
39636
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasName = function() {
|
|
39637
|
+
return jspb.Message.getField(this, 1) != null;
|
|
39638
|
+
};
|
|
39639
|
+
|
|
39640
|
+
|
|
39641
|
+
/**
|
|
39642
|
+
* optional google.protobuf.StringValue has64_bit_intel_code = 2;
|
|
39643
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
39644
|
+
*/
|
|
39645
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getHas64BitIntelCode = function() {
|
|
39646
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
39647
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
39648
|
+
};
|
|
39649
|
+
|
|
39650
|
+
|
|
39651
|
+
/**
|
|
39652
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
39653
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39654
|
+
*/
|
|
39655
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setHas64BitIntelCode = function(value) {
|
|
39656
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
39657
|
+
};
|
|
39658
|
+
|
|
39659
|
+
|
|
39660
|
+
/**
|
|
39661
|
+
* Clears the message field making it undefined.
|
|
39662
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39663
|
+
*/
|
|
39664
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearHas64BitIntelCode = function() {
|
|
39665
|
+
return this.setHas64BitIntelCode(undefined);
|
|
39666
|
+
};
|
|
39667
|
+
|
|
39668
|
+
|
|
39669
|
+
/**
|
|
39670
|
+
* Returns whether this field is set.
|
|
39671
|
+
* @return {boolean}
|
|
39672
|
+
*/
|
|
39673
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasHas64BitIntelCode = function() {
|
|
39674
|
+
return jspb.Message.getField(this, 2) != null;
|
|
39675
|
+
};
|
|
39676
|
+
|
|
39677
|
+
|
|
39678
|
+
/**
|
|
39679
|
+
* repeated string architectures = 3;
|
|
39680
|
+
* @return {!Array<string>}
|
|
39681
|
+
*/
|
|
39682
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getArchitecturesList = function() {
|
|
39683
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 3));
|
|
39684
|
+
};
|
|
39685
|
+
|
|
39686
|
+
|
|
39687
|
+
/**
|
|
39688
|
+
* @param {!Array<string>} value
|
|
39689
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39690
|
+
*/
|
|
39691
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setArchitecturesList = function(value) {
|
|
39692
|
+
return jspb.Message.setField(this, 3, value || []);
|
|
39693
|
+
};
|
|
39694
|
+
|
|
39695
|
+
|
|
39696
|
+
/**
|
|
39697
|
+
* @param {string} value
|
|
39698
|
+
* @param {number=} opt_index
|
|
39699
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39700
|
+
*/
|
|
39701
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.addArchitectures = function(value, opt_index) {
|
|
39702
|
+
return jspb.Message.addToRepeatedField(this, 3, value, opt_index);
|
|
39703
|
+
};
|
|
39704
|
+
|
|
39705
|
+
|
|
39706
|
+
/**
|
|
39707
|
+
* Clears the list making it empty but non-null.
|
|
39708
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39709
|
+
*/
|
|
39710
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearArchitecturesList = function() {
|
|
39711
|
+
return this.setArchitecturesList([]);
|
|
39712
|
+
};
|
|
39713
|
+
|
|
39714
|
+
|
|
39715
|
+
/**
|
|
39716
|
+
* optional google.protobuf.StringValue bundle_id = 4;
|
|
39717
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
39718
|
+
*/
|
|
39719
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getBundleId = function() {
|
|
39720
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
39721
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
39722
|
+
};
|
|
39723
|
+
|
|
39724
|
+
|
|
39725
|
+
/**
|
|
39726
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
39727
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39728
|
+
*/
|
|
39729
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setBundleId = function(value) {
|
|
39730
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
39731
|
+
};
|
|
39732
|
+
|
|
39733
|
+
|
|
39734
|
+
/**
|
|
39735
|
+
* Clears the message field making it undefined.
|
|
39736
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39737
|
+
*/
|
|
39738
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearBundleId = function() {
|
|
39739
|
+
return this.setBundleId(undefined);
|
|
39740
|
+
};
|
|
39741
|
+
|
|
39742
|
+
|
|
39743
|
+
/**
|
|
39744
|
+
* Returns whether this field is set.
|
|
39745
|
+
* @return {boolean}
|
|
39746
|
+
*/
|
|
39747
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasBundleId = function() {
|
|
39748
|
+
return jspb.Message.getField(this, 4) != null;
|
|
39749
|
+
};
|
|
39750
|
+
|
|
39751
|
+
|
|
39752
|
+
/**
|
|
39753
|
+
* optional google.protobuf.StringValue dependencies = 5;
|
|
39754
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
39755
|
+
*/
|
|
39756
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getDependencies = function() {
|
|
39757
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
39758
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
|
|
39759
|
+
};
|
|
39760
|
+
|
|
39761
|
+
|
|
39762
|
+
/**
|
|
39763
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
39764
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39765
|
+
*/
|
|
39766
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setDependencies = function(value) {
|
|
39767
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
39768
|
+
};
|
|
39769
|
+
|
|
39770
|
+
|
|
39771
|
+
/**
|
|
39772
|
+
* Clears the message field making it undefined.
|
|
39773
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39774
|
+
*/
|
|
39775
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearDependencies = function() {
|
|
39776
|
+
return this.setDependencies(undefined);
|
|
39777
|
+
};
|
|
39778
|
+
|
|
39779
|
+
|
|
39780
|
+
/**
|
|
39781
|
+
* Returns whether this field is set.
|
|
39782
|
+
* @return {boolean}
|
|
39783
|
+
*/
|
|
39784
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasDependencies = function() {
|
|
39785
|
+
return jspb.Message.getField(this, 5) != null;
|
|
39786
|
+
};
|
|
39787
|
+
|
|
39788
|
+
|
|
39789
|
+
/**
|
|
39790
|
+
* repeated ExtensionErrorType dependency_errors = 6;
|
|
39791
|
+
* @return {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType>}
|
|
39792
|
+
*/
|
|
39793
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getDependencyErrorsList = function() {
|
|
39794
|
+
return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType>} */ (
|
|
39795
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType, 6));
|
|
39796
|
+
};
|
|
39797
|
+
|
|
39798
|
+
|
|
39799
|
+
/**
|
|
39800
|
+
* @param {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType>} value
|
|
39801
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39802
|
+
*/
|
|
39803
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setDependencyErrorsList = function(value) {
|
|
39804
|
+
return jspb.Message.setRepeatedWrapperField(this, 6, value);
|
|
39805
|
+
};
|
|
39806
|
+
|
|
39807
|
+
|
|
39808
|
+
/**
|
|
39809
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType=} opt_value
|
|
39810
|
+
* @param {number=} opt_index
|
|
39811
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType}
|
|
39812
|
+
*/
|
|
39813
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.addDependencyErrors = function(opt_value, opt_index) {
|
|
39814
|
+
return jspb.Message.addToRepeatedWrapperField(this, 6, opt_value, proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType, opt_index);
|
|
39815
|
+
};
|
|
39816
|
+
|
|
39817
|
+
|
|
39818
|
+
/**
|
|
39819
|
+
* Clears the list making it empty but non-null.
|
|
39820
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39821
|
+
*/
|
|
39822
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearDependencyErrorsList = function() {
|
|
39823
|
+
return this.setDependencyErrorsList([]);
|
|
39824
|
+
};
|
|
39825
|
+
|
|
39826
|
+
|
|
39827
|
+
/**
|
|
39828
|
+
* optional google.protobuf.StringValue info = 7;
|
|
39829
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
39830
|
+
*/
|
|
39831
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getInfo = function() {
|
|
39832
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
39833
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
|
|
39834
|
+
};
|
|
39835
|
+
|
|
39836
|
+
|
|
39837
|
+
/**
|
|
39838
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
39839
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39840
|
+
*/
|
|
39841
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setInfo = function(value) {
|
|
39842
|
+
return jspb.Message.setWrapperField(this, 7, value);
|
|
39843
|
+
};
|
|
39844
|
+
|
|
39845
|
+
|
|
39846
|
+
/**
|
|
39847
|
+
* Clears the message field making it undefined.
|
|
39848
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39849
|
+
*/
|
|
39850
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearInfo = function() {
|
|
39851
|
+
return this.setInfo(undefined);
|
|
39852
|
+
};
|
|
39853
|
+
|
|
39854
|
+
|
|
39855
|
+
/**
|
|
39856
|
+
* Returns whether this field is set.
|
|
39857
|
+
* @return {boolean}
|
|
39858
|
+
*/
|
|
39859
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasInfo = function() {
|
|
39860
|
+
return jspb.Message.getField(this, 7) != null;
|
|
39861
|
+
};
|
|
39862
|
+
|
|
39863
|
+
|
|
39864
|
+
/**
|
|
39865
|
+
* optional google.protobuf.StringValue last_modified = 8;
|
|
39866
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
39867
|
+
*/
|
|
39868
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getLastModified = function() {
|
|
39869
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
39870
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 8));
|
|
39871
|
+
};
|
|
39872
|
+
|
|
39873
|
+
|
|
39874
|
+
/**
|
|
39875
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
39876
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39877
|
+
*/
|
|
39878
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setLastModified = function(value) {
|
|
39879
|
+
return jspb.Message.setWrapperField(this, 8, value);
|
|
39880
|
+
};
|
|
39881
|
+
|
|
39882
|
+
|
|
39883
|
+
/**
|
|
39884
|
+
* Clears the message field making it undefined.
|
|
39885
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39886
|
+
*/
|
|
39887
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearLastModified = function() {
|
|
39888
|
+
return this.setLastModified(undefined);
|
|
39889
|
+
};
|
|
39890
|
+
|
|
39891
|
+
|
|
39892
|
+
/**
|
|
39893
|
+
* Returns whether this field is set.
|
|
39894
|
+
* @return {boolean}
|
|
39895
|
+
*/
|
|
39896
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasLastModified = function() {
|
|
39897
|
+
return jspb.Message.getField(this, 8) != null;
|
|
39898
|
+
};
|
|
39899
|
+
|
|
39900
|
+
|
|
39901
|
+
/**
|
|
39902
|
+
* optional google.protobuf.StringValue load_address = 9;
|
|
39903
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
39904
|
+
*/
|
|
39905
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getLoadAddress = function() {
|
|
39906
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
39907
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 9));
|
|
39908
|
+
};
|
|
39909
|
+
|
|
39910
|
+
|
|
39911
|
+
/**
|
|
39912
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
39913
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39914
|
+
*/
|
|
39915
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setLoadAddress = function(value) {
|
|
39916
|
+
return jspb.Message.setWrapperField(this, 9, value);
|
|
39917
|
+
};
|
|
39918
|
+
|
|
39919
|
+
|
|
39920
|
+
/**
|
|
39921
|
+
* Clears the message field making it undefined.
|
|
39922
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39923
|
+
*/
|
|
39924
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearLoadAddress = function() {
|
|
39925
|
+
return this.setLoadAddress(undefined);
|
|
39926
|
+
};
|
|
39927
|
+
|
|
39928
|
+
|
|
39929
|
+
/**
|
|
39930
|
+
* Returns whether this field is set.
|
|
39931
|
+
* @return {boolean}
|
|
39932
|
+
*/
|
|
39933
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasLoadAddress = function() {
|
|
39934
|
+
return jspb.Message.getField(this, 9) != null;
|
|
39935
|
+
};
|
|
39936
|
+
|
|
39937
|
+
|
|
39938
|
+
/**
|
|
39939
|
+
* optional google.protobuf.StringValue loadable = 10;
|
|
39940
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
39941
|
+
*/
|
|
39942
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getLoadable = function() {
|
|
39943
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
39944
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 10));
|
|
39945
|
+
};
|
|
39946
|
+
|
|
39947
|
+
|
|
39948
|
+
/**
|
|
39949
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
39950
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39951
|
+
*/
|
|
39952
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setLoadable = function(value) {
|
|
39953
|
+
return jspb.Message.setWrapperField(this, 10, value);
|
|
39954
|
+
};
|
|
39955
|
+
|
|
39956
|
+
|
|
39957
|
+
/**
|
|
39958
|
+
* Clears the message field making it undefined.
|
|
39959
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39960
|
+
*/
|
|
39961
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearLoadable = function() {
|
|
39962
|
+
return this.setLoadable(undefined);
|
|
39963
|
+
};
|
|
39964
|
+
|
|
39965
|
+
|
|
39966
|
+
/**
|
|
39967
|
+
* Returns whether this field is set.
|
|
39968
|
+
* @return {boolean}
|
|
39969
|
+
*/
|
|
39970
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasLoadable = function() {
|
|
39971
|
+
return jspb.Message.getField(this, 10) != null;
|
|
39972
|
+
};
|
|
39973
|
+
|
|
39974
|
+
|
|
39975
|
+
/**
|
|
39976
|
+
* optional google.protobuf.StringValue loaded = 11;
|
|
39977
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
39978
|
+
*/
|
|
39979
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getLoaded = function() {
|
|
39980
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
39981
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 11));
|
|
39982
|
+
};
|
|
39983
|
+
|
|
39984
|
+
|
|
39985
|
+
/**
|
|
39986
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
39987
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39988
|
+
*/
|
|
39989
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setLoaded = function(value) {
|
|
39990
|
+
return jspb.Message.setWrapperField(this, 11, value);
|
|
39991
|
+
};
|
|
39992
|
+
|
|
39993
|
+
|
|
39994
|
+
/**
|
|
39995
|
+
* Clears the message field making it undefined.
|
|
39996
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
39997
|
+
*/
|
|
39998
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearLoaded = function() {
|
|
39999
|
+
return this.setLoaded(undefined);
|
|
40000
|
+
};
|
|
40001
|
+
|
|
40002
|
+
|
|
40003
|
+
/**
|
|
40004
|
+
* Returns whether this field is set.
|
|
40005
|
+
* @return {boolean}
|
|
40006
|
+
*/
|
|
40007
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasLoaded = function() {
|
|
40008
|
+
return jspb.Message.getField(this, 11) != null;
|
|
40009
|
+
};
|
|
40010
|
+
|
|
40011
|
+
|
|
40012
|
+
/**
|
|
40013
|
+
* optional google.protobuf.StringValue notarized = 12;
|
|
40014
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
40015
|
+
*/
|
|
40016
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getNotarized = function() {
|
|
40017
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
40018
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 12));
|
|
40019
|
+
};
|
|
40020
|
+
|
|
40021
|
+
|
|
40022
|
+
/**
|
|
40023
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
40024
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40025
|
+
*/
|
|
40026
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setNotarized = function(value) {
|
|
40027
|
+
return jspb.Message.setWrapperField(this, 12, value);
|
|
40028
|
+
};
|
|
40029
|
+
|
|
40030
|
+
|
|
40031
|
+
/**
|
|
40032
|
+
* Clears the message field making it undefined.
|
|
40033
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40034
|
+
*/
|
|
40035
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearNotarized = function() {
|
|
40036
|
+
return this.setNotarized(undefined);
|
|
40037
|
+
};
|
|
40038
|
+
|
|
40039
|
+
|
|
40040
|
+
/**
|
|
40041
|
+
* Returns whether this field is set.
|
|
40042
|
+
* @return {boolean}
|
|
40043
|
+
*/
|
|
40044
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasNotarized = function() {
|
|
40045
|
+
return jspb.Message.getField(this, 12) != null;
|
|
40046
|
+
};
|
|
40047
|
+
|
|
40048
|
+
|
|
40049
|
+
/**
|
|
40050
|
+
* optional google.protobuf.StringValue obtained_from = 13;
|
|
40051
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
40052
|
+
*/
|
|
40053
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getObtainedFrom = function() {
|
|
40054
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
40055
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 13));
|
|
40056
|
+
};
|
|
40057
|
+
|
|
40058
|
+
|
|
40059
|
+
/**
|
|
40060
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
40061
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40062
|
+
*/
|
|
40063
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setObtainedFrom = function(value) {
|
|
40064
|
+
return jspb.Message.setWrapperField(this, 13, value);
|
|
40065
|
+
};
|
|
40066
|
+
|
|
40067
|
+
|
|
40068
|
+
/**
|
|
40069
|
+
* Clears the message field making it undefined.
|
|
40070
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40071
|
+
*/
|
|
40072
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearObtainedFrom = function() {
|
|
40073
|
+
return this.setObtainedFrom(undefined);
|
|
40074
|
+
};
|
|
40075
|
+
|
|
40076
|
+
|
|
40077
|
+
/**
|
|
40078
|
+
* Returns whether this field is set.
|
|
40079
|
+
* @return {boolean}
|
|
40080
|
+
*/
|
|
40081
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasObtainedFrom = function() {
|
|
40082
|
+
return jspb.Message.getField(this, 13) != null;
|
|
40083
|
+
};
|
|
40084
|
+
|
|
40085
|
+
|
|
40086
|
+
/**
|
|
40087
|
+
* optional google.protobuf.StringValue path_location = 14;
|
|
40088
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
40089
|
+
*/
|
|
40090
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getPathLocation = function() {
|
|
40091
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
40092
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 14));
|
|
40093
|
+
};
|
|
40094
|
+
|
|
40095
|
+
|
|
40096
|
+
/**
|
|
40097
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
40098
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40099
|
+
*/
|
|
40100
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setPathLocation = function(value) {
|
|
40101
|
+
return jspb.Message.setWrapperField(this, 14, value);
|
|
40102
|
+
};
|
|
40103
|
+
|
|
40104
|
+
|
|
40105
|
+
/**
|
|
40106
|
+
* Clears the message field making it undefined.
|
|
40107
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40108
|
+
*/
|
|
40109
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearPathLocation = function() {
|
|
40110
|
+
return this.setPathLocation(undefined);
|
|
40111
|
+
};
|
|
40112
|
+
|
|
40113
|
+
|
|
40114
|
+
/**
|
|
40115
|
+
* Returns whether this field is set.
|
|
40116
|
+
* @return {boolean}
|
|
40117
|
+
*/
|
|
40118
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasPathLocation = function() {
|
|
40119
|
+
return jspb.Message.getField(this, 14) != null;
|
|
40120
|
+
};
|
|
40121
|
+
|
|
40122
|
+
|
|
40123
|
+
/**
|
|
40124
|
+
* optional google.protobuf.StringValue runtime_environment = 15;
|
|
40125
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
40126
|
+
*/
|
|
40127
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getRuntimeEnvironment = function() {
|
|
40128
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
40129
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 15));
|
|
40130
|
+
};
|
|
40131
|
+
|
|
40132
|
+
|
|
40133
|
+
/**
|
|
40134
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
40135
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40136
|
+
*/
|
|
40137
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setRuntimeEnvironment = function(value) {
|
|
40138
|
+
return jspb.Message.setWrapperField(this, 15, value);
|
|
40139
|
+
};
|
|
40140
|
+
|
|
40141
|
+
|
|
40142
|
+
/**
|
|
40143
|
+
* Clears the message field making it undefined.
|
|
40144
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40145
|
+
*/
|
|
40146
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearRuntimeEnvironment = function() {
|
|
40147
|
+
return this.setRuntimeEnvironment(undefined);
|
|
40148
|
+
};
|
|
40149
|
+
|
|
40150
|
+
|
|
40151
|
+
/**
|
|
40152
|
+
* Returns whether this field is set.
|
|
40153
|
+
* @return {boolean}
|
|
40154
|
+
*/
|
|
40155
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasRuntimeEnvironment = function() {
|
|
40156
|
+
return jspb.Message.getField(this, 15) != null;
|
|
40157
|
+
};
|
|
40158
|
+
|
|
40159
|
+
|
|
40160
|
+
/**
|
|
40161
|
+
* optional google.protobuf.StringValue signed_by = 16;
|
|
40162
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
40163
|
+
*/
|
|
40164
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getSignedBy = function() {
|
|
40165
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
40166
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 16));
|
|
40167
|
+
};
|
|
40168
|
+
|
|
40169
|
+
|
|
40170
|
+
/**
|
|
40171
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
40172
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40173
|
+
*/
|
|
40174
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setSignedBy = function(value) {
|
|
40175
|
+
return jspb.Message.setWrapperField(this, 16, value);
|
|
40176
|
+
};
|
|
40177
|
+
|
|
40178
|
+
|
|
40179
|
+
/**
|
|
40180
|
+
* Clears the message field making it undefined.
|
|
40181
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40182
|
+
*/
|
|
40183
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearSignedBy = function() {
|
|
40184
|
+
return this.setSignedBy(undefined);
|
|
40185
|
+
};
|
|
40186
|
+
|
|
40187
|
+
|
|
40188
|
+
/**
|
|
40189
|
+
* Returns whether this field is set.
|
|
40190
|
+
* @return {boolean}
|
|
40191
|
+
*/
|
|
40192
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasSignedBy = function() {
|
|
40193
|
+
return jspb.Message.getField(this, 16) != null;
|
|
40194
|
+
};
|
|
40195
|
+
|
|
40196
|
+
|
|
40197
|
+
/**
|
|
40198
|
+
* optional google.protobuf.StringValue signing_errors = 17;
|
|
40199
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
40200
|
+
*/
|
|
40201
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getSigningErrors = function() {
|
|
40202
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
40203
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 17));
|
|
40204
|
+
};
|
|
40205
|
+
|
|
40206
|
+
|
|
40207
|
+
/**
|
|
40208
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
40209
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40210
|
+
*/
|
|
40211
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setSigningErrors = function(value) {
|
|
40212
|
+
return jspb.Message.setWrapperField(this, 17, value);
|
|
40213
|
+
};
|
|
40214
|
+
|
|
40215
|
+
|
|
40216
|
+
/**
|
|
40217
|
+
* Clears the message field making it undefined.
|
|
40218
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40219
|
+
*/
|
|
40220
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearSigningErrors = function() {
|
|
40221
|
+
return this.setSigningErrors(undefined);
|
|
40222
|
+
};
|
|
40223
|
+
|
|
40224
|
+
|
|
40225
|
+
/**
|
|
40226
|
+
* Returns whether this field is set.
|
|
40227
|
+
* @return {boolean}
|
|
40228
|
+
*/
|
|
40229
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasSigningErrors = function() {
|
|
40230
|
+
return jspb.Message.getField(this, 17) != null;
|
|
40231
|
+
};
|
|
40232
|
+
|
|
40233
|
+
|
|
40234
|
+
/**
|
|
40235
|
+
* repeated ExtensionErrorType validity_errors = 18;
|
|
40236
|
+
* @return {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType>}
|
|
40237
|
+
*/
|
|
40238
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getValidityErrorsList = function() {
|
|
40239
|
+
return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType>} */ (
|
|
40240
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType, 18));
|
|
40241
|
+
};
|
|
40242
|
+
|
|
40243
|
+
|
|
40244
|
+
/**
|
|
40245
|
+
* @param {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType>} value
|
|
40246
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40247
|
+
*/
|
|
40248
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setValidityErrorsList = function(value) {
|
|
40249
|
+
return jspb.Message.setRepeatedWrapperField(this, 18, value);
|
|
40250
|
+
};
|
|
40251
|
+
|
|
40252
|
+
|
|
40253
|
+
/**
|
|
40254
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType=} opt_value
|
|
40255
|
+
* @param {number=} opt_index
|
|
40256
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType}
|
|
40257
|
+
*/
|
|
40258
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.addValidityErrors = function(opt_value, opt_index) {
|
|
40259
|
+
return jspb.Message.addToRepeatedWrapperField(this, 18, opt_value, proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType, opt_index);
|
|
40260
|
+
};
|
|
40261
|
+
|
|
40262
|
+
|
|
40263
|
+
/**
|
|
40264
|
+
* Clears the list making it empty but non-null.
|
|
40265
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40266
|
+
*/
|
|
40267
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearValidityErrorsList = function() {
|
|
40268
|
+
return this.setValidityErrorsList([]);
|
|
40269
|
+
};
|
|
40270
|
+
|
|
40271
|
+
|
|
40272
|
+
/**
|
|
40273
|
+
* optional google.protobuf.StringValue version = 19;
|
|
40274
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
40275
|
+
*/
|
|
40276
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getVersion = function() {
|
|
40277
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
40278
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 19));
|
|
40279
|
+
};
|
|
40280
|
+
|
|
40281
|
+
|
|
40282
|
+
/**
|
|
40283
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
40284
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40285
|
+
*/
|
|
40286
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setVersion = function(value) {
|
|
40287
|
+
return jspb.Message.setWrapperField(this, 19, value);
|
|
40288
|
+
};
|
|
40289
|
+
|
|
40290
|
+
|
|
40291
|
+
/**
|
|
40292
|
+
* Clears the message field making it undefined.
|
|
40293
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40294
|
+
*/
|
|
40295
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearVersion = function() {
|
|
40296
|
+
return this.setVersion(undefined);
|
|
40297
|
+
};
|
|
40298
|
+
|
|
40299
|
+
|
|
40300
|
+
/**
|
|
40301
|
+
* Returns whether this field is set.
|
|
40302
|
+
* @return {boolean}
|
|
40303
|
+
*/
|
|
40304
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasVersion = function() {
|
|
40305
|
+
return jspb.Message.getField(this, 19) != null;
|
|
40306
|
+
};
|
|
40307
|
+
|
|
40308
|
+
|
|
40309
|
+
/**
|
|
40310
|
+
* optional google.protobuf.StringValue version_kext = 20;
|
|
40311
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
40312
|
+
*/
|
|
40313
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.getVersionKext = function() {
|
|
40314
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
40315
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 20));
|
|
40316
|
+
};
|
|
40317
|
+
|
|
40318
|
+
|
|
40319
|
+
/**
|
|
40320
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
40321
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40322
|
+
*/
|
|
40323
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.setVersionKext = function(value) {
|
|
40324
|
+
return jspb.Message.setWrapperField(this, 20, value);
|
|
40325
|
+
};
|
|
40326
|
+
|
|
40327
|
+
|
|
40328
|
+
/**
|
|
40329
|
+
* Clears the message field making it undefined.
|
|
40330
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Extension} returns this
|
|
40331
|
+
*/
|
|
40332
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.clearVersionKext = function() {
|
|
40333
|
+
return this.setVersionKext(undefined);
|
|
40334
|
+
};
|
|
40335
|
+
|
|
40336
|
+
|
|
40337
|
+
/**
|
|
40338
|
+
* Returns whether this field is set.
|
|
40339
|
+
* @return {boolean}
|
|
40340
|
+
*/
|
|
40341
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Extension.prototype.hasVersionKext = function() {
|
|
40342
|
+
return jspb.Message.getField(this, 20) != null;
|
|
40343
|
+
};
|
|
40344
|
+
|
|
40345
|
+
|
|
40346
|
+
|
|
40347
|
+
/**
|
|
40348
|
+
* List of repeated fields within this message type.
|
|
40349
|
+
* @private {!Array<number>}
|
|
40350
|
+
* @const
|
|
40351
|
+
*/
|
|
40352
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.repeatedFields_ = [2];
|
|
40353
|
+
|
|
40354
|
+
|
|
40355
|
+
|
|
40356
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
40357
|
+
/**
|
|
40358
|
+
* Creates an object representation of this proto.
|
|
40359
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
40360
|
+
* Optional fields that are not set will be set to undefined.
|
|
40361
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
40362
|
+
* For the list of reserved names please see:
|
|
40363
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
40364
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
40365
|
+
* JSPB instance for transitional soy proto support:
|
|
40366
|
+
* http://goto/soy-param-migration
|
|
40367
|
+
* @return {!Object}
|
|
40368
|
+
*/
|
|
40369
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.prototype.toObject = function(opt_includeInstance) {
|
|
40370
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.toObject(opt_includeInstance, this);
|
|
40371
|
+
};
|
|
40372
|
+
|
|
40373
|
+
|
|
40374
|
+
/**
|
|
40375
|
+
* Static version of the {@see toObject} method.
|
|
40376
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
40377
|
+
* the JSPB instance for transitional soy proto support:
|
|
40378
|
+
* http://goto/soy-param-migration
|
|
40379
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType} msg The msg instance to transform.
|
|
40380
|
+
* @return {!Object}
|
|
40381
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
40382
|
+
*/
|
|
40383
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.toObject = function(includeInstance, msg) {
|
|
40384
|
+
var f, obj = {
|
|
40385
|
+
errorType: (f = msg.getErrorType()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
40386
|
+
errorsList: jspb.Message.toObjectList(msg.getErrorsList(),
|
|
40387
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.toObject, includeInstance)
|
|
40388
|
+
};
|
|
40389
|
+
|
|
40390
|
+
if (includeInstance) {
|
|
40391
|
+
obj.$jspbMessageInstance = msg;
|
|
40392
|
+
}
|
|
40393
|
+
return obj;
|
|
40394
|
+
};
|
|
40395
|
+
}
|
|
40396
|
+
|
|
40397
|
+
|
|
40398
|
+
/**
|
|
40399
|
+
* Deserializes binary data (in protobuf wire format).
|
|
40400
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
40401
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType}
|
|
40402
|
+
*/
|
|
40403
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.deserializeBinary = function(bytes) {
|
|
40404
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
40405
|
+
var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType;
|
|
40406
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.deserializeBinaryFromReader(msg, reader);
|
|
40407
|
+
};
|
|
40408
|
+
|
|
40409
|
+
|
|
40410
|
+
/**
|
|
40411
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
40412
|
+
* given reader into the given message object.
|
|
40413
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType} msg The message object to deserialize into.
|
|
40414
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
40415
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType}
|
|
40416
|
+
*/
|
|
40417
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.deserializeBinaryFromReader = function(msg, reader) {
|
|
40418
|
+
while (reader.nextField()) {
|
|
40419
|
+
if (reader.isEndGroup()) {
|
|
40420
|
+
break;
|
|
40421
|
+
}
|
|
40422
|
+
var field = reader.getFieldNumber();
|
|
40423
|
+
switch (field) {
|
|
40424
|
+
case 1:
|
|
40425
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
40426
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
40427
|
+
msg.setErrorType(value);
|
|
40428
|
+
break;
|
|
40429
|
+
case 2:
|
|
40430
|
+
var value = new proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError;
|
|
40431
|
+
reader.readMessage(value,proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.deserializeBinaryFromReader);
|
|
40432
|
+
msg.addErrors(value);
|
|
40433
|
+
break;
|
|
40434
|
+
default:
|
|
40435
|
+
reader.skipField();
|
|
40436
|
+
break;
|
|
40437
|
+
}
|
|
40438
|
+
}
|
|
40439
|
+
return msg;
|
|
40440
|
+
};
|
|
40441
|
+
|
|
40442
|
+
|
|
40443
|
+
/**
|
|
40444
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
40445
|
+
* @return {!Uint8Array}
|
|
40446
|
+
*/
|
|
40447
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.prototype.serializeBinary = function() {
|
|
40448
|
+
var writer = new jspb.BinaryWriter();
|
|
40449
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.serializeBinaryToWriter(this, writer);
|
|
40450
|
+
return writer.getResultBuffer();
|
|
40451
|
+
};
|
|
40452
|
+
|
|
40453
|
+
|
|
40454
|
+
/**
|
|
40455
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
40456
|
+
* format), writing to the given BinaryWriter.
|
|
40457
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType} message
|
|
40458
|
+
* @param {!jspb.BinaryWriter} writer
|
|
40459
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
40460
|
+
*/
|
|
40461
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.serializeBinaryToWriter = function(message, writer) {
|
|
40462
|
+
var f = undefined;
|
|
40463
|
+
f = message.getErrorType();
|
|
40464
|
+
if (f != null) {
|
|
40465
|
+
writer.writeMessage(
|
|
40466
|
+
1,
|
|
40467
|
+
f,
|
|
40468
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
40469
|
+
);
|
|
40470
|
+
}
|
|
40471
|
+
f = message.getErrorsList();
|
|
40472
|
+
if (f.length > 0) {
|
|
40473
|
+
writer.writeRepeatedMessage(
|
|
40474
|
+
2,
|
|
40475
|
+
f,
|
|
40476
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.serializeBinaryToWriter
|
|
40477
|
+
);
|
|
40478
|
+
}
|
|
40479
|
+
};
|
|
40480
|
+
|
|
40481
|
+
|
|
40482
|
+
/**
|
|
40483
|
+
* optional google.protobuf.StringValue error_type = 1;
|
|
40484
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
40485
|
+
*/
|
|
40486
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.prototype.getErrorType = function() {
|
|
40487
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
40488
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
40489
|
+
};
|
|
40490
|
+
|
|
40491
|
+
|
|
40492
|
+
/**
|
|
40493
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
40494
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType} returns this
|
|
40495
|
+
*/
|
|
40496
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.prototype.setErrorType = function(value) {
|
|
40497
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
40498
|
+
};
|
|
40499
|
+
|
|
40500
|
+
|
|
40501
|
+
/**
|
|
40502
|
+
* Clears the message field making it undefined.
|
|
40503
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType} returns this
|
|
40504
|
+
*/
|
|
40505
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.prototype.clearErrorType = function() {
|
|
40506
|
+
return this.setErrorType(undefined);
|
|
40507
|
+
};
|
|
40508
|
+
|
|
40509
|
+
|
|
40510
|
+
/**
|
|
40511
|
+
* Returns whether this field is set.
|
|
40512
|
+
* @return {boolean}
|
|
40513
|
+
*/
|
|
40514
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.prototype.hasErrorType = function() {
|
|
40515
|
+
return jspb.Message.getField(this, 1) != null;
|
|
40516
|
+
};
|
|
40517
|
+
|
|
40518
|
+
|
|
40519
|
+
/**
|
|
40520
|
+
* repeated ExtensionError errors = 2;
|
|
40521
|
+
* @return {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError>}
|
|
40522
|
+
*/
|
|
40523
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.prototype.getErrorsList = function() {
|
|
40524
|
+
return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError>} */ (
|
|
40525
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError, 2));
|
|
40526
|
+
};
|
|
40527
|
+
|
|
40528
|
+
|
|
40529
|
+
/**
|
|
40530
|
+
* @param {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError>} value
|
|
40531
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType} returns this
|
|
40532
|
+
*/
|
|
40533
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.prototype.setErrorsList = function(value) {
|
|
40534
|
+
return jspb.Message.setRepeatedWrapperField(this, 2, value);
|
|
40535
|
+
};
|
|
40536
|
+
|
|
40537
|
+
|
|
40538
|
+
/**
|
|
40539
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError=} opt_value
|
|
40540
|
+
* @param {number=} opt_index
|
|
40541
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError}
|
|
40542
|
+
*/
|
|
40543
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.prototype.addErrors = function(opt_value, opt_index) {
|
|
40544
|
+
return jspb.Message.addToRepeatedWrapperField(this, 2, opt_value, proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError, opt_index);
|
|
40545
|
+
};
|
|
40546
|
+
|
|
40547
|
+
|
|
40548
|
+
/**
|
|
40549
|
+
* Clears the list making it empty but non-null.
|
|
40550
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType} returns this
|
|
40551
|
+
*/
|
|
40552
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionErrorType.prototype.clearErrorsList = function() {
|
|
40553
|
+
return this.setErrorsList([]);
|
|
40554
|
+
};
|
|
40555
|
+
|
|
40556
|
+
|
|
40557
|
+
|
|
40558
|
+
/**
|
|
40559
|
+
* List of repeated fields within this message type.
|
|
40560
|
+
* @private {!Array<number>}
|
|
40561
|
+
* @const
|
|
40562
|
+
*/
|
|
40563
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.repeatedFields_ = [2];
|
|
40564
|
+
|
|
40565
|
+
|
|
40566
|
+
|
|
40567
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
40568
|
+
/**
|
|
40569
|
+
* Creates an object representation of this proto.
|
|
40570
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
40571
|
+
* Optional fields that are not set will be set to undefined.
|
|
40572
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
40573
|
+
* For the list of reserved names please see:
|
|
40574
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
40575
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
40576
|
+
* JSPB instance for transitional soy proto support:
|
|
40577
|
+
* http://goto/soy-param-migration
|
|
40578
|
+
* @return {!Object}
|
|
40579
|
+
*/
|
|
40580
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.prototype.toObject = function(opt_includeInstance) {
|
|
40581
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.toObject(opt_includeInstance, this);
|
|
40582
|
+
};
|
|
40583
|
+
|
|
40584
|
+
|
|
40585
|
+
/**
|
|
40586
|
+
* Static version of the {@see toObject} method.
|
|
40587
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
40588
|
+
* the JSPB instance for transitional soy proto support:
|
|
40589
|
+
* http://goto/soy-param-migration
|
|
40590
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError} msg The msg instance to transform.
|
|
40591
|
+
* @return {!Object}
|
|
40592
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
40593
|
+
*/
|
|
40594
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.toObject = function(includeInstance, msg) {
|
|
40595
|
+
var f, obj = {
|
|
40596
|
+
errorDescription: (f = msg.getErrorDescription()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
40597
|
+
valuesList: (f = jspb.Message.getRepeatedField(msg, 2)) == null ? undefined : f
|
|
40598
|
+
};
|
|
40599
|
+
|
|
40600
|
+
if (includeInstance) {
|
|
40601
|
+
obj.$jspbMessageInstance = msg;
|
|
40602
|
+
}
|
|
40603
|
+
return obj;
|
|
40604
|
+
};
|
|
40605
|
+
}
|
|
40606
|
+
|
|
40607
|
+
|
|
40608
|
+
/**
|
|
40609
|
+
* Deserializes binary data (in protobuf wire format).
|
|
40610
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
40611
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError}
|
|
40612
|
+
*/
|
|
40613
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.deserializeBinary = function(bytes) {
|
|
40614
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
40615
|
+
var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError;
|
|
40616
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.deserializeBinaryFromReader(msg, reader);
|
|
40617
|
+
};
|
|
40618
|
+
|
|
40619
|
+
|
|
40620
|
+
/**
|
|
40621
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
40622
|
+
* given reader into the given message object.
|
|
40623
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError} msg The message object to deserialize into.
|
|
40624
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
40625
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError}
|
|
40626
|
+
*/
|
|
40627
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.deserializeBinaryFromReader = function(msg, reader) {
|
|
40628
|
+
while (reader.nextField()) {
|
|
40629
|
+
if (reader.isEndGroup()) {
|
|
40630
|
+
break;
|
|
40631
|
+
}
|
|
40632
|
+
var field = reader.getFieldNumber();
|
|
40633
|
+
switch (field) {
|
|
40634
|
+
case 1:
|
|
40635
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
40636
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
40637
|
+
msg.setErrorDescription(value);
|
|
40638
|
+
break;
|
|
40639
|
+
case 2:
|
|
40640
|
+
var value = /** @type {string} */ (reader.readString());
|
|
40641
|
+
msg.addValues(value);
|
|
40642
|
+
break;
|
|
40643
|
+
default:
|
|
40644
|
+
reader.skipField();
|
|
40645
|
+
break;
|
|
40646
|
+
}
|
|
40647
|
+
}
|
|
40648
|
+
return msg;
|
|
40649
|
+
};
|
|
40650
|
+
|
|
40651
|
+
|
|
40652
|
+
/**
|
|
40653
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
40654
|
+
* @return {!Uint8Array}
|
|
40655
|
+
*/
|
|
40656
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.prototype.serializeBinary = function() {
|
|
40657
|
+
var writer = new jspb.BinaryWriter();
|
|
40658
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.serializeBinaryToWriter(this, writer);
|
|
40659
|
+
return writer.getResultBuffer();
|
|
40660
|
+
};
|
|
40661
|
+
|
|
40662
|
+
|
|
40663
|
+
/**
|
|
40664
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
40665
|
+
* format), writing to the given BinaryWriter.
|
|
40666
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError} message
|
|
40667
|
+
* @param {!jspb.BinaryWriter} writer
|
|
40668
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
40669
|
+
*/
|
|
40670
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.serializeBinaryToWriter = function(message, writer) {
|
|
40671
|
+
var f = undefined;
|
|
40672
|
+
f = message.getErrorDescription();
|
|
40673
|
+
if (f != null) {
|
|
40674
|
+
writer.writeMessage(
|
|
40675
|
+
1,
|
|
40676
|
+
f,
|
|
40677
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
40678
|
+
);
|
|
40679
|
+
}
|
|
40680
|
+
f = message.getValuesList();
|
|
40681
|
+
if (f.length > 0) {
|
|
40682
|
+
writer.writeRepeatedString(
|
|
40683
|
+
2,
|
|
40684
|
+
f
|
|
40685
|
+
);
|
|
40686
|
+
}
|
|
40687
|
+
};
|
|
40688
|
+
|
|
40689
|
+
|
|
40690
|
+
/**
|
|
40691
|
+
* optional google.protobuf.StringValue error_description = 1;
|
|
40692
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
40693
|
+
*/
|
|
40694
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.prototype.getErrorDescription = function() {
|
|
40695
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
40696
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
40697
|
+
};
|
|
40698
|
+
|
|
40699
|
+
|
|
40700
|
+
/**
|
|
40701
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
40702
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError} returns this
|
|
40703
|
+
*/
|
|
40704
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.prototype.setErrorDescription = function(value) {
|
|
40705
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
40706
|
+
};
|
|
40707
|
+
|
|
40708
|
+
|
|
40709
|
+
/**
|
|
40710
|
+
* Clears the message field making it undefined.
|
|
40711
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError} returns this
|
|
40712
|
+
*/
|
|
40713
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.prototype.clearErrorDescription = function() {
|
|
40714
|
+
return this.setErrorDescription(undefined);
|
|
40715
|
+
};
|
|
40716
|
+
|
|
40717
|
+
|
|
40718
|
+
/**
|
|
40719
|
+
* Returns whether this field is set.
|
|
40720
|
+
* @return {boolean}
|
|
40721
|
+
*/
|
|
40722
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.prototype.hasErrorDescription = function() {
|
|
40723
|
+
return jspb.Message.getField(this, 1) != null;
|
|
40724
|
+
};
|
|
40725
|
+
|
|
40726
|
+
|
|
40727
|
+
/**
|
|
40728
|
+
* repeated string values = 2;
|
|
40729
|
+
* @return {!Array<string>}
|
|
40730
|
+
*/
|
|
40731
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.prototype.getValuesList = function() {
|
|
40732
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 2));
|
|
40733
|
+
};
|
|
40734
|
+
|
|
40735
|
+
|
|
40736
|
+
/**
|
|
40737
|
+
* @param {!Array<string>} value
|
|
40738
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError} returns this
|
|
40739
|
+
*/
|
|
40740
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.prototype.setValuesList = function(value) {
|
|
40741
|
+
return jspb.Message.setField(this, 2, value || []);
|
|
40742
|
+
};
|
|
40743
|
+
|
|
40744
|
+
|
|
40745
|
+
/**
|
|
40746
|
+
* @param {string} value
|
|
40747
|
+
* @param {number=} opt_index
|
|
40748
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError} returns this
|
|
40749
|
+
*/
|
|
40750
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.prototype.addValues = function(value, opt_index) {
|
|
40751
|
+
return jspb.Message.addToRepeatedField(this, 2, value, opt_index);
|
|
40752
|
+
};
|
|
40753
|
+
|
|
40754
|
+
|
|
40755
|
+
/**
|
|
40756
|
+
* Clears the list making it empty but non-null.
|
|
40757
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError} returns this
|
|
40758
|
+
*/
|
|
40759
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.ExtensionError.prototype.clearValuesList = function() {
|
|
40760
|
+
return this.setValuesList([]);
|
|
40761
|
+
};
|
|
40762
|
+
|
|
40763
|
+
|
|
40764
|
+
|
|
40765
|
+
/**
|
|
40766
|
+
* List of repeated fields within this message type.
|
|
40767
|
+
* @private {!Array<number>}
|
|
40768
|
+
* @const
|
|
40769
|
+
*/
|
|
40770
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.repeatedFields_ = [1];
|
|
40771
|
+
|
|
40772
|
+
|
|
40773
|
+
|
|
40774
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
40775
|
+
/**
|
|
40776
|
+
* Creates an object representation of this proto.
|
|
40777
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
40778
|
+
* Optional fields that are not set will be set to undefined.
|
|
40779
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
40780
|
+
* For the list of reserved names please see:
|
|
40781
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
40782
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
40783
|
+
* JSPB instance for transitional soy proto support:
|
|
40784
|
+
* http://goto/soy-param-migration
|
|
40785
|
+
* @return {!Object}
|
|
40786
|
+
*/
|
|
40787
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.prototype.toObject = function(opt_includeInstance) {
|
|
40788
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.toObject(opt_includeInstance, this);
|
|
40789
|
+
};
|
|
40790
|
+
|
|
40791
|
+
|
|
40792
|
+
/**
|
|
40793
|
+
* Static version of the {@see toObject} method.
|
|
40794
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
40795
|
+
* the JSPB instance for transitional soy proto support:
|
|
40796
|
+
* http://goto/soy-param-migration
|
|
40797
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework} msg The msg instance to transform.
|
|
40798
|
+
* @return {!Object}
|
|
40799
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
40800
|
+
*/
|
|
40801
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.toObject = function(includeInstance, msg) {
|
|
40802
|
+
var f, obj = {
|
|
40803
|
+
entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
|
|
40804
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.toObject, includeInstance)
|
|
40805
|
+
};
|
|
40806
|
+
|
|
40807
|
+
if (includeInstance) {
|
|
40808
|
+
obj.$jspbMessageInstance = msg;
|
|
40809
|
+
}
|
|
40810
|
+
return obj;
|
|
40811
|
+
};
|
|
40812
|
+
}
|
|
40813
|
+
|
|
40814
|
+
|
|
40815
|
+
/**
|
|
40816
|
+
* Deserializes binary data (in protobuf wire format).
|
|
40817
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
40818
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework}
|
|
40819
|
+
*/
|
|
40820
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.deserializeBinary = function(bytes) {
|
|
40821
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
40822
|
+
var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework;
|
|
40823
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.deserializeBinaryFromReader(msg, reader);
|
|
40824
|
+
};
|
|
40825
|
+
|
|
40826
|
+
|
|
40827
|
+
/**
|
|
40828
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
40829
|
+
* given reader into the given message object.
|
|
40830
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework} msg The message object to deserialize into.
|
|
40831
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
40832
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework}
|
|
40833
|
+
*/
|
|
40834
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.deserializeBinaryFromReader = function(msg, reader) {
|
|
40835
|
+
while (reader.nextField()) {
|
|
40836
|
+
if (reader.isEndGroup()) {
|
|
40837
|
+
break;
|
|
40838
|
+
}
|
|
40839
|
+
var field = reader.getFieldNumber();
|
|
40840
|
+
switch (field) {
|
|
40841
|
+
case 1:
|
|
40842
|
+
var value = new proto.com.lansweeper.discovery.sensor.mac.v1.Framework;
|
|
40843
|
+
reader.readMessage(value,proto.com.lansweeper.discovery.sensor.mac.v1.Framework.deserializeBinaryFromReader);
|
|
40844
|
+
msg.addEntries(value);
|
|
40845
|
+
break;
|
|
40846
|
+
default:
|
|
40847
|
+
reader.skipField();
|
|
40848
|
+
break;
|
|
40849
|
+
}
|
|
40850
|
+
}
|
|
40851
|
+
return msg;
|
|
40852
|
+
};
|
|
40853
|
+
|
|
40854
|
+
|
|
40855
|
+
/**
|
|
40856
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
40857
|
+
* @return {!Uint8Array}
|
|
40858
|
+
*/
|
|
40859
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.prototype.serializeBinary = function() {
|
|
40860
|
+
var writer = new jspb.BinaryWriter();
|
|
40861
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.serializeBinaryToWriter(this, writer);
|
|
40862
|
+
return writer.getResultBuffer();
|
|
40863
|
+
};
|
|
40864
|
+
|
|
40865
|
+
|
|
40866
|
+
/**
|
|
40867
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
40868
|
+
* format), writing to the given BinaryWriter.
|
|
40869
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework} message
|
|
40870
|
+
* @param {!jspb.BinaryWriter} writer
|
|
40871
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
40872
|
+
*/
|
|
40873
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.serializeBinaryToWriter = function(message, writer) {
|
|
40874
|
+
var f = undefined;
|
|
40875
|
+
f = message.getEntriesList();
|
|
40876
|
+
if (f.length > 0) {
|
|
40877
|
+
writer.writeRepeatedMessage(
|
|
40878
|
+
1,
|
|
40879
|
+
f,
|
|
40880
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.serializeBinaryToWriter
|
|
40881
|
+
);
|
|
40882
|
+
}
|
|
40883
|
+
};
|
|
40884
|
+
|
|
40885
|
+
|
|
40886
|
+
/**
|
|
40887
|
+
* repeated Framework entries = 1;
|
|
40888
|
+
* @return {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Framework>}
|
|
40889
|
+
*/
|
|
40890
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.prototype.getEntriesList = function() {
|
|
40891
|
+
return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Framework>} */ (
|
|
40892
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.mac.v1.Framework, 1));
|
|
40893
|
+
};
|
|
40894
|
+
|
|
40895
|
+
|
|
40896
|
+
/**
|
|
40897
|
+
* @param {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.Framework>} value
|
|
40898
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework} returns this
|
|
40899
|
+
*/
|
|
40900
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.prototype.setEntriesList = function(value) {
|
|
40901
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
40902
|
+
};
|
|
40903
|
+
|
|
40904
|
+
|
|
40905
|
+
/**
|
|
40906
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework=} opt_value
|
|
40907
|
+
* @param {number=} opt_index
|
|
40908
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework}
|
|
40909
|
+
*/
|
|
40910
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.prototype.addEntries = function(opt_value, opt_index) {
|
|
40911
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.discovery.sensor.mac.v1.Framework, opt_index);
|
|
40912
|
+
};
|
|
40913
|
+
|
|
40914
|
+
|
|
40915
|
+
/**
|
|
40916
|
+
* Clears the list making it empty but non-null.
|
|
40917
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework} returns this
|
|
40918
|
+
*/
|
|
40919
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacFramework.prototype.clearEntriesList = function() {
|
|
40920
|
+
return this.setEntriesList([]);
|
|
40921
|
+
};
|
|
40922
|
+
|
|
40923
|
+
|
|
40924
|
+
|
|
40925
|
+
/**
|
|
40926
|
+
* List of repeated fields within this message type.
|
|
40927
|
+
* @private {!Array<number>}
|
|
40928
|
+
* @const
|
|
40929
|
+
*/
|
|
40930
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.repeatedFields_ = [8];
|
|
40931
|
+
|
|
40932
|
+
|
|
40933
|
+
|
|
40934
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
40935
|
+
/**
|
|
40936
|
+
* Creates an object representation of this proto.
|
|
40937
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
40938
|
+
* Optional fields that are not set will be set to undefined.
|
|
40939
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
40940
|
+
* For the list of reserved names please see:
|
|
40941
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
40942
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
40943
|
+
* JSPB instance for transitional soy proto support:
|
|
40944
|
+
* http://goto/soy-param-migration
|
|
40945
|
+
* @return {!Object}
|
|
40946
|
+
*/
|
|
40947
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.toObject = function(opt_includeInstance) {
|
|
40948
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.Framework.toObject(opt_includeInstance, this);
|
|
40949
|
+
};
|
|
40950
|
+
|
|
40951
|
+
|
|
40952
|
+
/**
|
|
40953
|
+
* Static version of the {@see toObject} method.
|
|
40954
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
40955
|
+
* the JSPB instance for transitional soy proto support:
|
|
40956
|
+
* http://goto/soy-param-migration
|
|
40957
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} msg The msg instance to transform.
|
|
40958
|
+
* @return {!Object}
|
|
40959
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
40960
|
+
*/
|
|
40961
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.toObject = function(includeInstance, msg) {
|
|
40962
|
+
var f, obj = {
|
|
40963
|
+
name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
40964
|
+
archKind: (f = msg.getArchKind()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
40965
|
+
info: (f = msg.getInfo()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
40966
|
+
lastModified: (f = msg.getLastModified()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
40967
|
+
obtainedFrom: (f = msg.getObtainedFrom()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
40968
|
+
pathLocation: (f = msg.getPathLocation()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
40969
|
+
privateFramework: (f = msg.getPrivateFramework()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
40970
|
+
signedByList: (f = jspb.Message.getRepeatedField(msg, 8)) == null ? undefined : f,
|
|
40971
|
+
version: (f = msg.getVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
40972
|
+
};
|
|
40973
|
+
|
|
40974
|
+
if (includeInstance) {
|
|
40975
|
+
obj.$jspbMessageInstance = msg;
|
|
40976
|
+
}
|
|
40977
|
+
return obj;
|
|
40978
|
+
};
|
|
40979
|
+
}
|
|
40980
|
+
|
|
40981
|
+
|
|
40982
|
+
/**
|
|
40983
|
+
* Deserializes binary data (in protobuf wire format).
|
|
40984
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
40985
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework}
|
|
40986
|
+
*/
|
|
40987
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.deserializeBinary = function(bytes) {
|
|
40988
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
40989
|
+
var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.Framework;
|
|
40990
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.Framework.deserializeBinaryFromReader(msg, reader);
|
|
40991
|
+
};
|
|
40992
|
+
|
|
40993
|
+
|
|
40994
|
+
/**
|
|
40995
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
40996
|
+
* given reader into the given message object.
|
|
40997
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} msg The message object to deserialize into.
|
|
40998
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
40999
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework}
|
|
41000
|
+
*/
|
|
41001
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.deserializeBinaryFromReader = function(msg, reader) {
|
|
41002
|
+
while (reader.nextField()) {
|
|
41003
|
+
if (reader.isEndGroup()) {
|
|
41004
|
+
break;
|
|
41005
|
+
}
|
|
41006
|
+
var field = reader.getFieldNumber();
|
|
41007
|
+
switch (field) {
|
|
41008
|
+
case 1:
|
|
41009
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41010
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41011
|
+
msg.setName(value);
|
|
41012
|
+
break;
|
|
41013
|
+
case 2:
|
|
41014
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41015
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41016
|
+
msg.setArchKind(value);
|
|
41017
|
+
break;
|
|
41018
|
+
case 3:
|
|
41019
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41020
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41021
|
+
msg.setInfo(value);
|
|
41022
|
+
break;
|
|
41023
|
+
case 4:
|
|
41024
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41025
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41026
|
+
msg.setLastModified(value);
|
|
41027
|
+
break;
|
|
41028
|
+
case 5:
|
|
41029
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41030
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41031
|
+
msg.setObtainedFrom(value);
|
|
41032
|
+
break;
|
|
41033
|
+
case 6:
|
|
41034
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41035
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41036
|
+
msg.setPathLocation(value);
|
|
41037
|
+
break;
|
|
41038
|
+
case 7:
|
|
41039
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41040
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41041
|
+
msg.setPrivateFramework(value);
|
|
41042
|
+
break;
|
|
41043
|
+
case 8:
|
|
41044
|
+
var value = /** @type {string} */ (reader.readString());
|
|
41045
|
+
msg.addSignedBy(value);
|
|
41046
|
+
break;
|
|
41047
|
+
case 9:
|
|
41048
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41049
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41050
|
+
msg.setVersion(value);
|
|
41051
|
+
break;
|
|
41052
|
+
default:
|
|
41053
|
+
reader.skipField();
|
|
41054
|
+
break;
|
|
41055
|
+
}
|
|
41056
|
+
}
|
|
41057
|
+
return msg;
|
|
41058
|
+
};
|
|
41059
|
+
|
|
41060
|
+
|
|
41061
|
+
/**
|
|
41062
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
41063
|
+
* @return {!Uint8Array}
|
|
41064
|
+
*/
|
|
41065
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.serializeBinary = function() {
|
|
41066
|
+
var writer = new jspb.BinaryWriter();
|
|
41067
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.serializeBinaryToWriter(this, writer);
|
|
41068
|
+
return writer.getResultBuffer();
|
|
41069
|
+
};
|
|
41070
|
+
|
|
41071
|
+
|
|
41072
|
+
/**
|
|
41073
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
41074
|
+
* format), writing to the given BinaryWriter.
|
|
41075
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} message
|
|
41076
|
+
* @param {!jspb.BinaryWriter} writer
|
|
41077
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
41078
|
+
*/
|
|
41079
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.serializeBinaryToWriter = function(message, writer) {
|
|
41080
|
+
var f = undefined;
|
|
41081
|
+
f = message.getName();
|
|
41082
|
+
if (f != null) {
|
|
41083
|
+
writer.writeMessage(
|
|
41084
|
+
1,
|
|
41085
|
+
f,
|
|
41086
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41087
|
+
);
|
|
41088
|
+
}
|
|
41089
|
+
f = message.getArchKind();
|
|
41090
|
+
if (f != null) {
|
|
41091
|
+
writer.writeMessage(
|
|
41092
|
+
2,
|
|
41093
|
+
f,
|
|
41094
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41095
|
+
);
|
|
41096
|
+
}
|
|
41097
|
+
f = message.getInfo();
|
|
41098
|
+
if (f != null) {
|
|
41099
|
+
writer.writeMessage(
|
|
41100
|
+
3,
|
|
41101
|
+
f,
|
|
41102
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41103
|
+
);
|
|
41104
|
+
}
|
|
41105
|
+
f = message.getLastModified();
|
|
41106
|
+
if (f != null) {
|
|
41107
|
+
writer.writeMessage(
|
|
41108
|
+
4,
|
|
41109
|
+
f,
|
|
41110
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41111
|
+
);
|
|
41112
|
+
}
|
|
41113
|
+
f = message.getObtainedFrom();
|
|
41114
|
+
if (f != null) {
|
|
41115
|
+
writer.writeMessage(
|
|
41116
|
+
5,
|
|
41117
|
+
f,
|
|
41118
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41119
|
+
);
|
|
41120
|
+
}
|
|
41121
|
+
f = message.getPathLocation();
|
|
41122
|
+
if (f != null) {
|
|
41123
|
+
writer.writeMessage(
|
|
41124
|
+
6,
|
|
41125
|
+
f,
|
|
41126
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41127
|
+
);
|
|
41128
|
+
}
|
|
41129
|
+
f = message.getPrivateFramework();
|
|
41130
|
+
if (f != null) {
|
|
41131
|
+
writer.writeMessage(
|
|
41132
|
+
7,
|
|
41133
|
+
f,
|
|
41134
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41135
|
+
);
|
|
41136
|
+
}
|
|
41137
|
+
f = message.getSignedByList();
|
|
41138
|
+
if (f.length > 0) {
|
|
41139
|
+
writer.writeRepeatedString(
|
|
41140
|
+
8,
|
|
41141
|
+
f
|
|
41142
|
+
);
|
|
41143
|
+
}
|
|
41144
|
+
f = message.getVersion();
|
|
41145
|
+
if (f != null) {
|
|
41146
|
+
writer.writeMessage(
|
|
41147
|
+
9,
|
|
41148
|
+
f,
|
|
41149
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41150
|
+
);
|
|
41151
|
+
}
|
|
41152
|
+
};
|
|
41153
|
+
|
|
41154
|
+
|
|
41155
|
+
/**
|
|
41156
|
+
* optional google.protobuf.StringValue name = 1;
|
|
41157
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41158
|
+
*/
|
|
41159
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.getName = function() {
|
|
41160
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41161
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
41162
|
+
};
|
|
41163
|
+
|
|
41164
|
+
|
|
41165
|
+
/**
|
|
41166
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41167
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41168
|
+
*/
|
|
41169
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.setName = function(value) {
|
|
41170
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
41171
|
+
};
|
|
41172
|
+
|
|
41173
|
+
|
|
41174
|
+
/**
|
|
41175
|
+
* Clears the message field making it undefined.
|
|
41176
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41177
|
+
*/
|
|
41178
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.clearName = function() {
|
|
41179
|
+
return this.setName(undefined);
|
|
41180
|
+
};
|
|
41181
|
+
|
|
41182
|
+
|
|
41183
|
+
/**
|
|
41184
|
+
* Returns whether this field is set.
|
|
41185
|
+
* @return {boolean}
|
|
41186
|
+
*/
|
|
41187
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.hasName = function() {
|
|
41188
|
+
return jspb.Message.getField(this, 1) != null;
|
|
41189
|
+
};
|
|
41190
|
+
|
|
41191
|
+
|
|
41192
|
+
/**
|
|
41193
|
+
* optional google.protobuf.StringValue arch_kind = 2;
|
|
41194
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41195
|
+
*/
|
|
41196
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.getArchKind = function() {
|
|
41197
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41198
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
41199
|
+
};
|
|
41200
|
+
|
|
41201
|
+
|
|
41202
|
+
/**
|
|
41203
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41204
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41205
|
+
*/
|
|
41206
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.setArchKind = function(value) {
|
|
41207
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
41208
|
+
};
|
|
41209
|
+
|
|
41210
|
+
|
|
41211
|
+
/**
|
|
41212
|
+
* Clears the message field making it undefined.
|
|
41213
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41214
|
+
*/
|
|
41215
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.clearArchKind = function() {
|
|
41216
|
+
return this.setArchKind(undefined);
|
|
41217
|
+
};
|
|
41218
|
+
|
|
41219
|
+
|
|
41220
|
+
/**
|
|
41221
|
+
* Returns whether this field is set.
|
|
41222
|
+
* @return {boolean}
|
|
41223
|
+
*/
|
|
41224
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.hasArchKind = function() {
|
|
41225
|
+
return jspb.Message.getField(this, 2) != null;
|
|
41226
|
+
};
|
|
41227
|
+
|
|
41228
|
+
|
|
41229
|
+
/**
|
|
41230
|
+
* optional google.protobuf.StringValue info = 3;
|
|
41231
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41232
|
+
*/
|
|
41233
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.getInfo = function() {
|
|
41234
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41235
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
41236
|
+
};
|
|
41237
|
+
|
|
41238
|
+
|
|
41239
|
+
/**
|
|
41240
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41241
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41242
|
+
*/
|
|
41243
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.setInfo = function(value) {
|
|
41244
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
41245
|
+
};
|
|
41246
|
+
|
|
41247
|
+
|
|
41248
|
+
/**
|
|
41249
|
+
* Clears the message field making it undefined.
|
|
41250
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41251
|
+
*/
|
|
41252
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.clearInfo = function() {
|
|
41253
|
+
return this.setInfo(undefined);
|
|
41254
|
+
};
|
|
41255
|
+
|
|
41256
|
+
|
|
41257
|
+
/**
|
|
41258
|
+
* Returns whether this field is set.
|
|
41259
|
+
* @return {boolean}
|
|
41260
|
+
*/
|
|
41261
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.hasInfo = function() {
|
|
41262
|
+
return jspb.Message.getField(this, 3) != null;
|
|
41263
|
+
};
|
|
41264
|
+
|
|
41265
|
+
|
|
41266
|
+
/**
|
|
41267
|
+
* optional google.protobuf.StringValue last_modified = 4;
|
|
41268
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41269
|
+
*/
|
|
41270
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.getLastModified = function() {
|
|
41271
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41272
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
41273
|
+
};
|
|
41274
|
+
|
|
41275
|
+
|
|
41276
|
+
/**
|
|
41277
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41278
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41279
|
+
*/
|
|
41280
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.setLastModified = function(value) {
|
|
41281
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
41282
|
+
};
|
|
41283
|
+
|
|
41284
|
+
|
|
41285
|
+
/**
|
|
41286
|
+
* Clears the message field making it undefined.
|
|
41287
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41288
|
+
*/
|
|
41289
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.clearLastModified = function() {
|
|
41290
|
+
return this.setLastModified(undefined);
|
|
41291
|
+
};
|
|
41292
|
+
|
|
41293
|
+
|
|
41294
|
+
/**
|
|
41295
|
+
* Returns whether this field is set.
|
|
41296
|
+
* @return {boolean}
|
|
41297
|
+
*/
|
|
41298
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.hasLastModified = function() {
|
|
41299
|
+
return jspb.Message.getField(this, 4) != null;
|
|
41300
|
+
};
|
|
41301
|
+
|
|
41302
|
+
|
|
41303
|
+
/**
|
|
41304
|
+
* optional google.protobuf.StringValue obtained_from = 5;
|
|
41305
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41306
|
+
*/
|
|
41307
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.getObtainedFrom = function() {
|
|
41308
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41309
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 5));
|
|
41310
|
+
};
|
|
41311
|
+
|
|
41312
|
+
|
|
41313
|
+
/**
|
|
41314
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41315
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41316
|
+
*/
|
|
41317
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.setObtainedFrom = function(value) {
|
|
41318
|
+
return jspb.Message.setWrapperField(this, 5, value);
|
|
41319
|
+
};
|
|
41320
|
+
|
|
41321
|
+
|
|
41322
|
+
/**
|
|
41323
|
+
* Clears the message field making it undefined.
|
|
41324
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41325
|
+
*/
|
|
41326
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.clearObtainedFrom = function() {
|
|
41327
|
+
return this.setObtainedFrom(undefined);
|
|
41328
|
+
};
|
|
41329
|
+
|
|
41330
|
+
|
|
41331
|
+
/**
|
|
41332
|
+
* Returns whether this field is set.
|
|
41333
|
+
* @return {boolean}
|
|
41334
|
+
*/
|
|
41335
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.hasObtainedFrom = function() {
|
|
41336
|
+
return jspb.Message.getField(this, 5) != null;
|
|
41337
|
+
};
|
|
41338
|
+
|
|
41339
|
+
|
|
41340
|
+
/**
|
|
41341
|
+
* optional google.protobuf.StringValue path_location = 6;
|
|
41342
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41343
|
+
*/
|
|
41344
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.getPathLocation = function() {
|
|
41345
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41346
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 6));
|
|
41347
|
+
};
|
|
41348
|
+
|
|
41349
|
+
|
|
41350
|
+
/**
|
|
41351
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41352
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41353
|
+
*/
|
|
41354
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.setPathLocation = function(value) {
|
|
41355
|
+
return jspb.Message.setWrapperField(this, 6, value);
|
|
41356
|
+
};
|
|
41357
|
+
|
|
41358
|
+
|
|
41359
|
+
/**
|
|
41360
|
+
* Clears the message field making it undefined.
|
|
41361
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41362
|
+
*/
|
|
41363
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.clearPathLocation = function() {
|
|
41364
|
+
return this.setPathLocation(undefined);
|
|
41365
|
+
};
|
|
41366
|
+
|
|
41367
|
+
|
|
41368
|
+
/**
|
|
41369
|
+
* Returns whether this field is set.
|
|
41370
|
+
* @return {boolean}
|
|
41371
|
+
*/
|
|
41372
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.hasPathLocation = function() {
|
|
41373
|
+
return jspb.Message.getField(this, 6) != null;
|
|
41374
|
+
};
|
|
41375
|
+
|
|
41376
|
+
|
|
41377
|
+
/**
|
|
41378
|
+
* optional google.protobuf.StringValue private_framework = 7;
|
|
41379
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41380
|
+
*/
|
|
41381
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.getPrivateFramework = function() {
|
|
41382
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41383
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 7));
|
|
41384
|
+
};
|
|
41385
|
+
|
|
41386
|
+
|
|
41387
|
+
/**
|
|
41388
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41389
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41390
|
+
*/
|
|
41391
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.setPrivateFramework = function(value) {
|
|
41392
|
+
return jspb.Message.setWrapperField(this, 7, value);
|
|
41393
|
+
};
|
|
41394
|
+
|
|
41395
|
+
|
|
41396
|
+
/**
|
|
41397
|
+
* Clears the message field making it undefined.
|
|
41398
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41399
|
+
*/
|
|
41400
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.clearPrivateFramework = function() {
|
|
41401
|
+
return this.setPrivateFramework(undefined);
|
|
41402
|
+
};
|
|
41403
|
+
|
|
41404
|
+
|
|
41405
|
+
/**
|
|
41406
|
+
* Returns whether this field is set.
|
|
41407
|
+
* @return {boolean}
|
|
41408
|
+
*/
|
|
41409
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.hasPrivateFramework = function() {
|
|
41410
|
+
return jspb.Message.getField(this, 7) != null;
|
|
41411
|
+
};
|
|
41412
|
+
|
|
41413
|
+
|
|
41414
|
+
/**
|
|
41415
|
+
* repeated string signed_by = 8;
|
|
41416
|
+
* @return {!Array<string>}
|
|
41417
|
+
*/
|
|
41418
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.getSignedByList = function() {
|
|
41419
|
+
return /** @type {!Array<string>} */ (jspb.Message.getRepeatedField(this, 8));
|
|
41420
|
+
};
|
|
41421
|
+
|
|
41422
|
+
|
|
41423
|
+
/**
|
|
41424
|
+
* @param {!Array<string>} value
|
|
41425
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41426
|
+
*/
|
|
41427
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.setSignedByList = function(value) {
|
|
41428
|
+
return jspb.Message.setField(this, 8, value || []);
|
|
41429
|
+
};
|
|
41430
|
+
|
|
41431
|
+
|
|
41432
|
+
/**
|
|
41433
|
+
* @param {string} value
|
|
41434
|
+
* @param {number=} opt_index
|
|
41435
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41436
|
+
*/
|
|
41437
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.addSignedBy = function(value, opt_index) {
|
|
41438
|
+
return jspb.Message.addToRepeatedField(this, 8, value, opt_index);
|
|
41439
|
+
};
|
|
41440
|
+
|
|
41441
|
+
|
|
41442
|
+
/**
|
|
41443
|
+
* Clears the list making it empty but non-null.
|
|
41444
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41445
|
+
*/
|
|
41446
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.clearSignedByList = function() {
|
|
41447
|
+
return this.setSignedByList([]);
|
|
41448
|
+
};
|
|
41449
|
+
|
|
41450
|
+
|
|
41451
|
+
/**
|
|
41452
|
+
* optional google.protobuf.StringValue version = 9;
|
|
41453
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41454
|
+
*/
|
|
41455
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.getVersion = function() {
|
|
41456
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41457
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 9));
|
|
41458
|
+
};
|
|
41459
|
+
|
|
41460
|
+
|
|
41461
|
+
/**
|
|
41462
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41463
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41464
|
+
*/
|
|
41465
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.setVersion = function(value) {
|
|
41466
|
+
return jspb.Message.setWrapperField(this, 9, value);
|
|
41467
|
+
};
|
|
41468
|
+
|
|
41469
|
+
|
|
41470
|
+
/**
|
|
41471
|
+
* Clears the message field making it undefined.
|
|
41472
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.Framework} returns this
|
|
41473
|
+
*/
|
|
41474
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.clearVersion = function() {
|
|
41475
|
+
return this.setVersion(undefined);
|
|
41476
|
+
};
|
|
41477
|
+
|
|
41478
|
+
|
|
41479
|
+
/**
|
|
41480
|
+
* Returns whether this field is set.
|
|
41481
|
+
* @return {boolean}
|
|
41482
|
+
*/
|
|
41483
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.Framework.prototype.hasVersion = function() {
|
|
41484
|
+
return jspb.Message.getField(this, 9) != null;
|
|
41485
|
+
};
|
|
41486
|
+
|
|
41487
|
+
|
|
41488
|
+
|
|
41489
|
+
/**
|
|
41490
|
+
* List of repeated fields within this message type.
|
|
41491
|
+
* @private {!Array<number>}
|
|
41492
|
+
* @const
|
|
41493
|
+
*/
|
|
41494
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.repeatedFields_ = [1];
|
|
41495
|
+
|
|
41496
|
+
|
|
41497
|
+
|
|
41498
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
41499
|
+
/**
|
|
41500
|
+
* Creates an object representation of this proto.
|
|
41501
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
41502
|
+
* Optional fields that are not set will be set to undefined.
|
|
41503
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
41504
|
+
* For the list of reserved names please see:
|
|
41505
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
41506
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
41507
|
+
* JSPB instance for transitional soy proto support:
|
|
41508
|
+
* http://goto/soy-param-migration
|
|
41509
|
+
* @return {!Object}
|
|
41510
|
+
*/
|
|
41511
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.prototype.toObject = function(opt_includeInstance) {
|
|
41512
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.toObject(opt_includeInstance, this);
|
|
41513
|
+
};
|
|
41514
|
+
|
|
41515
|
+
|
|
41516
|
+
/**
|
|
41517
|
+
* Static version of the {@see toObject} method.
|
|
41518
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
41519
|
+
* the JSPB instance for transitional soy proto support:
|
|
41520
|
+
* http://goto/soy-param-migration
|
|
41521
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory} msg The msg instance to transform.
|
|
41522
|
+
* @return {!Object}
|
|
41523
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
41524
|
+
*/
|
|
41525
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.toObject = function(includeInstance, msg) {
|
|
41526
|
+
var f, obj = {
|
|
41527
|
+
entriesList: jspb.Message.toObjectList(msg.getEntriesList(),
|
|
41528
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.toObject, includeInstance)
|
|
41529
|
+
};
|
|
41530
|
+
|
|
41531
|
+
if (includeInstance) {
|
|
41532
|
+
obj.$jspbMessageInstance = msg;
|
|
41533
|
+
}
|
|
41534
|
+
return obj;
|
|
41535
|
+
};
|
|
41536
|
+
}
|
|
41537
|
+
|
|
41538
|
+
|
|
41539
|
+
/**
|
|
41540
|
+
* Deserializes binary data (in protobuf wire format).
|
|
41541
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
41542
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory}
|
|
41543
|
+
*/
|
|
41544
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.deserializeBinary = function(bytes) {
|
|
41545
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
41546
|
+
var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory;
|
|
41547
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.deserializeBinaryFromReader(msg, reader);
|
|
41548
|
+
};
|
|
41549
|
+
|
|
41550
|
+
|
|
41551
|
+
/**
|
|
41552
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
41553
|
+
* given reader into the given message object.
|
|
41554
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory} msg The message object to deserialize into.
|
|
41555
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
41556
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory}
|
|
41557
|
+
*/
|
|
41558
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.deserializeBinaryFromReader = function(msg, reader) {
|
|
41559
|
+
while (reader.nextField()) {
|
|
41560
|
+
if (reader.isEndGroup()) {
|
|
41561
|
+
break;
|
|
41562
|
+
}
|
|
41563
|
+
var field = reader.getFieldNumber();
|
|
41564
|
+
switch (field) {
|
|
41565
|
+
case 1:
|
|
41566
|
+
var value = new proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory;
|
|
41567
|
+
reader.readMessage(value,proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.deserializeBinaryFromReader);
|
|
41568
|
+
msg.addEntries(value);
|
|
41569
|
+
break;
|
|
41570
|
+
default:
|
|
41571
|
+
reader.skipField();
|
|
41572
|
+
break;
|
|
41573
|
+
}
|
|
41574
|
+
}
|
|
41575
|
+
return msg;
|
|
41576
|
+
};
|
|
41577
|
+
|
|
41578
|
+
|
|
41579
|
+
/**
|
|
41580
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
41581
|
+
* @return {!Uint8Array}
|
|
41582
|
+
*/
|
|
41583
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.prototype.serializeBinary = function() {
|
|
41584
|
+
var writer = new jspb.BinaryWriter();
|
|
41585
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.serializeBinaryToWriter(this, writer);
|
|
41586
|
+
return writer.getResultBuffer();
|
|
41587
|
+
};
|
|
41588
|
+
|
|
41589
|
+
|
|
41590
|
+
/**
|
|
41591
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
41592
|
+
* format), writing to the given BinaryWriter.
|
|
41593
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory} message
|
|
41594
|
+
* @param {!jspb.BinaryWriter} writer
|
|
41595
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
41596
|
+
*/
|
|
41597
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.serializeBinaryToWriter = function(message, writer) {
|
|
41598
|
+
var f = undefined;
|
|
41599
|
+
f = message.getEntriesList();
|
|
41600
|
+
if (f.length > 0) {
|
|
41601
|
+
writer.writeRepeatedMessage(
|
|
41602
|
+
1,
|
|
41603
|
+
f,
|
|
41604
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.serializeBinaryToWriter
|
|
41605
|
+
);
|
|
41606
|
+
}
|
|
41607
|
+
};
|
|
41608
|
+
|
|
41609
|
+
|
|
41610
|
+
/**
|
|
41611
|
+
* repeated InstallHistory entries = 1;
|
|
41612
|
+
* @return {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory>}
|
|
41613
|
+
*/
|
|
41614
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.prototype.getEntriesList = function() {
|
|
41615
|
+
return /** @type{!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory>} */ (
|
|
41616
|
+
jspb.Message.getRepeatedWrapperField(this, proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory, 1));
|
|
41617
|
+
};
|
|
41618
|
+
|
|
41619
|
+
|
|
41620
|
+
/**
|
|
41621
|
+
* @param {!Array<!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory>} value
|
|
41622
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory} returns this
|
|
41623
|
+
*/
|
|
41624
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.prototype.setEntriesList = function(value) {
|
|
41625
|
+
return jspb.Message.setRepeatedWrapperField(this, 1, value);
|
|
41626
|
+
};
|
|
41627
|
+
|
|
41628
|
+
|
|
41629
|
+
/**
|
|
41630
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory=} opt_value
|
|
41631
|
+
* @param {number=} opt_index
|
|
41632
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory}
|
|
41633
|
+
*/
|
|
41634
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.prototype.addEntries = function(opt_value, opt_index) {
|
|
41635
|
+
return jspb.Message.addToRepeatedWrapperField(this, 1, opt_value, proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory, opt_index);
|
|
41636
|
+
};
|
|
41637
|
+
|
|
41638
|
+
|
|
41639
|
+
/**
|
|
41640
|
+
* Clears the list making it empty but non-null.
|
|
41641
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory} returns this
|
|
41642
|
+
*/
|
|
41643
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.MacInstallHistory.prototype.clearEntriesList = function() {
|
|
41644
|
+
return this.setEntriesList([]);
|
|
41645
|
+
};
|
|
41646
|
+
|
|
41647
|
+
|
|
41648
|
+
|
|
41649
|
+
|
|
41650
|
+
|
|
41651
|
+
if (jspb.Message.GENERATE_TO_OBJECT) {
|
|
41652
|
+
/**
|
|
41653
|
+
* Creates an object representation of this proto.
|
|
41654
|
+
* Field names that are reserved in JavaScript and will be renamed to pb_name.
|
|
41655
|
+
* Optional fields that are not set will be set to undefined.
|
|
41656
|
+
* To access a reserved field use, foo.pb_<name>, eg, foo.pb_default.
|
|
41657
|
+
* For the list of reserved names please see:
|
|
41658
|
+
* net/proto2/compiler/js/internal/generator.cc#kKeyword.
|
|
41659
|
+
* @param {boolean=} opt_includeInstance Deprecated. whether to include the
|
|
41660
|
+
* JSPB instance for transitional soy proto support:
|
|
41661
|
+
* http://goto/soy-param-migration
|
|
41662
|
+
* @return {!Object}
|
|
41663
|
+
*/
|
|
41664
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.toObject = function(opt_includeInstance) {
|
|
41665
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.toObject(opt_includeInstance, this);
|
|
41666
|
+
};
|
|
41667
|
+
|
|
41668
|
+
|
|
41669
|
+
/**
|
|
41670
|
+
* Static version of the {@see toObject} method.
|
|
41671
|
+
* @param {boolean|undefined} includeInstance Deprecated. Whether to include
|
|
41672
|
+
* the JSPB instance for transitional soy proto support:
|
|
41673
|
+
* http://goto/soy-param-migration
|
|
41674
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} msg The msg instance to transform.
|
|
41675
|
+
* @return {!Object}
|
|
41676
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
41677
|
+
*/
|
|
41678
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.toObject = function(includeInstance, msg) {
|
|
41679
|
+
var f, obj = {
|
|
41680
|
+
name: (f = msg.getName()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
41681
|
+
installDate: (f = msg.getInstallDate()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
41682
|
+
installVersion: (f = msg.getInstallVersion()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f),
|
|
41683
|
+
packageSource: (f = msg.getPackageSource()) && google_protobuf_wrappers_pb.StringValue.toObject(includeInstance, f)
|
|
41684
|
+
};
|
|
41685
|
+
|
|
41686
|
+
if (includeInstance) {
|
|
41687
|
+
obj.$jspbMessageInstance = msg;
|
|
41688
|
+
}
|
|
41689
|
+
return obj;
|
|
41690
|
+
};
|
|
41691
|
+
}
|
|
41692
|
+
|
|
41693
|
+
|
|
41694
|
+
/**
|
|
41695
|
+
* Deserializes binary data (in protobuf wire format).
|
|
41696
|
+
* @param {jspb.ByteSource} bytes The bytes to deserialize.
|
|
41697
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory}
|
|
41698
|
+
*/
|
|
41699
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.deserializeBinary = function(bytes) {
|
|
41700
|
+
var reader = new jspb.BinaryReader(bytes);
|
|
41701
|
+
var msg = new proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory;
|
|
41702
|
+
return proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.deserializeBinaryFromReader(msg, reader);
|
|
41703
|
+
};
|
|
41704
|
+
|
|
41705
|
+
|
|
41706
|
+
/**
|
|
41707
|
+
* Deserializes binary data (in protobuf wire format) from the
|
|
41708
|
+
* given reader into the given message object.
|
|
41709
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} msg The message object to deserialize into.
|
|
41710
|
+
* @param {!jspb.BinaryReader} reader The BinaryReader to use.
|
|
41711
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory}
|
|
41712
|
+
*/
|
|
41713
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.deserializeBinaryFromReader = function(msg, reader) {
|
|
41714
|
+
while (reader.nextField()) {
|
|
41715
|
+
if (reader.isEndGroup()) {
|
|
41716
|
+
break;
|
|
41717
|
+
}
|
|
41718
|
+
var field = reader.getFieldNumber();
|
|
41719
|
+
switch (field) {
|
|
41720
|
+
case 1:
|
|
41721
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41722
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41723
|
+
msg.setName(value);
|
|
41724
|
+
break;
|
|
41725
|
+
case 2:
|
|
41726
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41727
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41728
|
+
msg.setInstallDate(value);
|
|
41729
|
+
break;
|
|
41730
|
+
case 3:
|
|
41731
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41732
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41733
|
+
msg.setInstallVersion(value);
|
|
41734
|
+
break;
|
|
41735
|
+
case 4:
|
|
41736
|
+
var value = new google_protobuf_wrappers_pb.StringValue;
|
|
41737
|
+
reader.readMessage(value,google_protobuf_wrappers_pb.StringValue.deserializeBinaryFromReader);
|
|
41738
|
+
msg.setPackageSource(value);
|
|
41739
|
+
break;
|
|
41740
|
+
default:
|
|
41741
|
+
reader.skipField();
|
|
41742
|
+
break;
|
|
41743
|
+
}
|
|
41744
|
+
}
|
|
41745
|
+
return msg;
|
|
41746
|
+
};
|
|
41747
|
+
|
|
41748
|
+
|
|
41749
|
+
/**
|
|
41750
|
+
* Serializes the message to binary data (in protobuf wire format).
|
|
41751
|
+
* @return {!Uint8Array}
|
|
41752
|
+
*/
|
|
41753
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.serializeBinary = function() {
|
|
41754
|
+
var writer = new jspb.BinaryWriter();
|
|
41755
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.serializeBinaryToWriter(this, writer);
|
|
41756
|
+
return writer.getResultBuffer();
|
|
41757
|
+
};
|
|
41758
|
+
|
|
41759
|
+
|
|
41760
|
+
/**
|
|
41761
|
+
* Serializes the given message to binary data (in protobuf wire
|
|
41762
|
+
* format), writing to the given BinaryWriter.
|
|
41763
|
+
* @param {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} message
|
|
41764
|
+
* @param {!jspb.BinaryWriter} writer
|
|
41765
|
+
* @suppress {unusedLocalVariables} f is only used for nested messages
|
|
41766
|
+
*/
|
|
41767
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.serializeBinaryToWriter = function(message, writer) {
|
|
41768
|
+
var f = undefined;
|
|
41769
|
+
f = message.getName();
|
|
41770
|
+
if (f != null) {
|
|
41771
|
+
writer.writeMessage(
|
|
41772
|
+
1,
|
|
41773
|
+
f,
|
|
41774
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41775
|
+
);
|
|
41776
|
+
}
|
|
41777
|
+
f = message.getInstallDate();
|
|
41778
|
+
if (f != null) {
|
|
41779
|
+
writer.writeMessage(
|
|
41780
|
+
2,
|
|
41781
|
+
f,
|
|
41782
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41783
|
+
);
|
|
41784
|
+
}
|
|
41785
|
+
f = message.getInstallVersion();
|
|
41786
|
+
if (f != null) {
|
|
41787
|
+
writer.writeMessage(
|
|
41788
|
+
3,
|
|
41789
|
+
f,
|
|
41790
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41791
|
+
);
|
|
41792
|
+
}
|
|
41793
|
+
f = message.getPackageSource();
|
|
41794
|
+
if (f != null) {
|
|
41795
|
+
writer.writeMessage(
|
|
41796
|
+
4,
|
|
41797
|
+
f,
|
|
41798
|
+
google_protobuf_wrappers_pb.StringValue.serializeBinaryToWriter
|
|
41799
|
+
);
|
|
41800
|
+
}
|
|
41801
|
+
};
|
|
41802
|
+
|
|
41803
|
+
|
|
41804
|
+
/**
|
|
41805
|
+
* optional google.protobuf.StringValue name = 1;
|
|
41806
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41807
|
+
*/
|
|
41808
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.getName = function() {
|
|
41809
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41810
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 1));
|
|
41811
|
+
};
|
|
41812
|
+
|
|
41813
|
+
|
|
41814
|
+
/**
|
|
41815
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41816
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} returns this
|
|
41817
|
+
*/
|
|
41818
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.setName = function(value) {
|
|
41819
|
+
return jspb.Message.setWrapperField(this, 1, value);
|
|
41820
|
+
};
|
|
41821
|
+
|
|
41822
|
+
|
|
41823
|
+
/**
|
|
41824
|
+
* Clears the message field making it undefined.
|
|
41825
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} returns this
|
|
41826
|
+
*/
|
|
41827
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.clearName = function() {
|
|
41828
|
+
return this.setName(undefined);
|
|
41829
|
+
};
|
|
41830
|
+
|
|
41831
|
+
|
|
41832
|
+
/**
|
|
41833
|
+
* Returns whether this field is set.
|
|
41834
|
+
* @return {boolean}
|
|
41835
|
+
*/
|
|
41836
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.hasName = function() {
|
|
41837
|
+
return jspb.Message.getField(this, 1) != null;
|
|
41838
|
+
};
|
|
41839
|
+
|
|
41840
|
+
|
|
41841
|
+
/**
|
|
41842
|
+
* optional google.protobuf.StringValue install_date = 2;
|
|
41843
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41844
|
+
*/
|
|
41845
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.getInstallDate = function() {
|
|
41846
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41847
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 2));
|
|
41848
|
+
};
|
|
41849
|
+
|
|
41850
|
+
|
|
41851
|
+
/**
|
|
41852
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41853
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} returns this
|
|
41854
|
+
*/
|
|
41855
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.setInstallDate = function(value) {
|
|
41856
|
+
return jspb.Message.setWrapperField(this, 2, value);
|
|
41857
|
+
};
|
|
41858
|
+
|
|
41859
|
+
|
|
41860
|
+
/**
|
|
41861
|
+
* Clears the message field making it undefined.
|
|
41862
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} returns this
|
|
41863
|
+
*/
|
|
41864
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.clearInstallDate = function() {
|
|
41865
|
+
return this.setInstallDate(undefined);
|
|
41866
|
+
};
|
|
41867
|
+
|
|
41868
|
+
|
|
41869
|
+
/**
|
|
41870
|
+
* Returns whether this field is set.
|
|
41871
|
+
* @return {boolean}
|
|
41872
|
+
*/
|
|
41873
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.hasInstallDate = function() {
|
|
41874
|
+
return jspb.Message.getField(this, 2) != null;
|
|
41875
|
+
};
|
|
41876
|
+
|
|
41877
|
+
|
|
41878
|
+
/**
|
|
41879
|
+
* optional google.protobuf.StringValue install_version = 3;
|
|
41880
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41881
|
+
*/
|
|
41882
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.getInstallVersion = function() {
|
|
41883
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41884
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 3));
|
|
41885
|
+
};
|
|
41886
|
+
|
|
41887
|
+
|
|
41888
|
+
/**
|
|
41889
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41890
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} returns this
|
|
41891
|
+
*/
|
|
41892
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.setInstallVersion = function(value) {
|
|
41893
|
+
return jspb.Message.setWrapperField(this, 3, value);
|
|
41894
|
+
};
|
|
41895
|
+
|
|
41896
|
+
|
|
41897
|
+
/**
|
|
41898
|
+
* Clears the message field making it undefined.
|
|
41899
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} returns this
|
|
41900
|
+
*/
|
|
41901
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.clearInstallVersion = function() {
|
|
41902
|
+
return this.setInstallVersion(undefined);
|
|
41903
|
+
};
|
|
41904
|
+
|
|
41905
|
+
|
|
41906
|
+
/**
|
|
41907
|
+
* Returns whether this field is set.
|
|
41908
|
+
* @return {boolean}
|
|
41909
|
+
*/
|
|
41910
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.hasInstallVersion = function() {
|
|
41911
|
+
return jspb.Message.getField(this, 3) != null;
|
|
41912
|
+
};
|
|
41913
|
+
|
|
41914
|
+
|
|
41915
|
+
/**
|
|
41916
|
+
* optional google.protobuf.StringValue package_source = 4;
|
|
41917
|
+
* @return {?proto.google.protobuf.StringValue}
|
|
41918
|
+
*/
|
|
41919
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.getPackageSource = function() {
|
|
41920
|
+
return /** @type{?proto.google.protobuf.StringValue} */ (
|
|
41921
|
+
jspb.Message.getWrapperField(this, google_protobuf_wrappers_pb.StringValue, 4));
|
|
41922
|
+
};
|
|
41923
|
+
|
|
41924
|
+
|
|
41925
|
+
/**
|
|
41926
|
+
* @param {?proto.google.protobuf.StringValue|undefined} value
|
|
41927
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} returns this
|
|
41928
|
+
*/
|
|
41929
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.setPackageSource = function(value) {
|
|
41930
|
+
return jspb.Message.setWrapperField(this, 4, value);
|
|
41931
|
+
};
|
|
41932
|
+
|
|
41933
|
+
|
|
41934
|
+
/**
|
|
41935
|
+
* Clears the message field making it undefined.
|
|
41936
|
+
* @return {!proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory} returns this
|
|
41937
|
+
*/
|
|
41938
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.clearPackageSource = function() {
|
|
41939
|
+
return this.setPackageSource(undefined);
|
|
41940
|
+
};
|
|
41941
|
+
|
|
41942
|
+
|
|
41943
|
+
/**
|
|
41944
|
+
* Returns whether this field is set.
|
|
41945
|
+
* @return {boolean}
|
|
41946
|
+
*/
|
|
41947
|
+
proto.com.lansweeper.discovery.sensor.mac.v1.InstallHistory.prototype.hasPackageSource = function() {
|
|
41948
|
+
return jspb.Message.getField(this, 4) != null;
|
|
41949
|
+
};
|
|
41950
|
+
|
|
41951
|
+
|
|
38881
41952
|
goog.object.extend(exports, proto.com.lansweeper.discovery.sensor.mac.v1);
|