@lansweeper/discovery-hub-proto 2.13.2 → 2.13.3

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.
@@ -1 +1 @@
1
- {"file":[{"name":"google/protobuf/wrappers.proto","package":"google.protobuf","messageType":[{"name":"DoubleValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","jsonName":"value"}]},{"name":"FloatValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_FLOAT","jsonName":"value"}]},{"name":"Int64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"value"}]},{"name":"UInt64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"value"}]},{"name":"Int32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"value"}]},{"name":"UInt32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT32","jsonName":"value"}]},{"name":"BoolValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"value"}]},{"name":"StringValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}]},{"name":"BytesValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"value"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"WrappersProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/wrapperspb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[40,0,122,1]},{"path":[12],"span":[40,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"," Wrappers for primitive (non-message) types. These types are useful\n for embedding primitives in the `google.protobuf.Any` type and for places\n where we need to distinguish between the absence of a primitive\n typed field and its default value.\n\n These wrappers have no meaningful use within repeated fields as they lack\n the ability to detect presence on individual elements.\n These wrappers have no meaningful use within a map or a oneof since\n individual entries of a map or fields of a oneof can already detect presence.\n"]},{"path":[2],"span":[42,0,24]},{"path":[8],"span":[44,0,59]},{"path":[8,37],"span":[44,0,59]},{"path":[8],"span":[45,0,31]},{"path":[8,31],"span":[45,0,31]},{"path":[8],"span":[46,0,72]},{"path":[8,11],"span":[46,0,72]},{"path":[8],"span":[47,0,44]},{"path":[8,1],"span":[47,0,44]},{"path":[8],"span":[48,0,46]},{"path":[8,8],"span":[48,0,46]},{"path":[8],"span":[49,0,34]},{"path":[8,10],"span":[49,0,34]},{"path":[8],"span":[50,0,33]},{"path":[8,36],"span":[50,0,33]},{"path":[4,0],"span":[55,0,58,1],"leadingComments":" Wrapper message for `double`.\n\n The JSON representation for `DoubleValue` is JSON number.\n"},{"path":[4,0,1],"span":[55,8,19]},{"path":[4,0,2,0],"span":[57,2,19],"leadingComments":" The double value.\n"},{"path":[4,0,2,0,5],"span":[57,2,8]},{"path":[4,0,2,0,1],"span":[57,9,14]},{"path":[4,0,2,0,3],"span":[57,17,18]},{"path":[4,1],"span":[63,0,66,1],"leadingComments":" Wrapper message for `float`.\n\n The JSON representation for `FloatValue` is JSON number.\n"},{"path":[4,1,1],"span":[63,8,18]},{"path":[4,1,2,0],"span":[65,2,18],"leadingComments":" The float value.\n"},{"path":[4,1,2,0,5],"span":[65,2,7]},{"path":[4,1,2,0,1],"span":[65,8,13]},{"path":[4,1,2,0,3],"span":[65,16,17]},{"path":[4,2],"span":[71,0,74,1],"leadingComments":" Wrapper message for `int64`.\n\n The JSON representation for `Int64Value` is JSON string.\n"},{"path":[4,2,1],"span":[71,8,18]},{"path":[4,2,2,0],"span":[73,2,18],"leadingComments":" The int64 value.\n"},{"path":[4,2,2,0,5],"span":[73,2,7]},{"path":[4,2,2,0,1],"span":[73,8,13]},{"path":[4,2,2,0,3],"span":[73,16,17]},{"path":[4,3],"span":[79,0,82,1],"leadingComments":" Wrapper message for `uint64`.\n\n The JSON representation for `UInt64Value` is JSON string.\n"},{"path":[4,3,1],"span":[79,8,19]},{"path":[4,3,2,0],"span":[81,2,19],"leadingComments":" The uint64 value.\n"},{"path":[4,3,2,0,5],"span":[81,2,8]},{"path":[4,3,2,0,1],"span":[81,9,14]},{"path":[4,3,2,0,3],"span":[81,17,18]},{"path":[4,4],"span":[87,0,90,1],"leadingComments":" Wrapper message for `int32`.\n\n The JSON representation for `Int32Value` is JSON number.\n"},{"path":[4,4,1],"span":[87,8,18]},{"path":[4,4,2,0],"span":[89,2,18],"leadingComments":" The int32 value.\n"},{"path":[4,4,2,0,5],"span":[89,2,7]},{"path":[4,4,2,0,1],"span":[89,8,13]},{"path":[4,4,2,0,3],"span":[89,16,17]},{"path":[4,5],"span":[95,0,98,1],"leadingComments":" Wrapper message for `uint32`.\n\n The JSON representation for `UInt32Value` is JSON number.\n"},{"path":[4,5,1],"span":[95,8,19]},{"path":[4,5,2,0],"span":[97,2,19],"leadingComments":" The uint32 value.\n"},{"path":[4,5,2,0,5],"span":[97,2,8]},{"path":[4,5,2,0,1],"span":[97,9,14]},{"path":[4,5,2,0,3],"span":[97,17,18]},{"path":[4,6],"span":[103,0,106,1],"leadingComments":" Wrapper message for `bool`.\n\n The JSON representation for `BoolValue` is JSON `true` and `false`.\n"},{"path":[4,6,1],"span":[103,8,17]},{"path":[4,6,2,0],"span":[105,2,17],"leadingComments":" The bool value.\n"},{"path":[4,6,2,0,5],"span":[105,2,6]},{"path":[4,6,2,0,1],"span":[105,7,12]},{"path":[4,6,2,0,3],"span":[105,15,16]},{"path":[4,7],"span":[111,0,114,1],"leadingComments":" Wrapper message for `string`.\n\n The JSON representation for `StringValue` is JSON string.\n"},{"path":[4,7,1],"span":[111,8,19]},{"path":[4,7,2,0],"span":[113,2,19],"leadingComments":" The string value.\n"},{"path":[4,7,2,0,5],"span":[113,2,8]},{"path":[4,7,2,0,1],"span":[113,9,14]},{"path":[4,7,2,0,3],"span":[113,17,18]},{"path":[4,8],"span":[119,0,122,1],"leadingComments":" Wrapper message for `bytes`.\n\n The JSON representation for `BytesValue` is JSON string.\n"},{"path":[4,8,1],"span":[119,8,18]},{"path":[4,8,2,0],"span":[121,2,18],"leadingComments":" The bytes value.\n"},{"path":[4,8,2,0,5],"span":[121,2,7]},{"path":[4,8,2,0,1],"span":[121,8,13]},{"path":[4,8,2,0,3],"span":[121,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"google/protobuf/timestamp.proto","package":"google.protobuf","messageType":[{"name":"Timestamp","field":[{"name":"seconds","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"seconds"},{"name":"nanos","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nanos"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"TimestampProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/timestamppb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,146,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,31]},{"path":[8,31],"span":[35,0,31]},{"path":[8],"span":[36,0,73]},{"path":[8,11],"span":[36,0,73]},{"path":[8],"span":[37,0,44]},{"path":[8,1],"span":[37,0,44]},{"path":[8],"span":[38,0,47]},{"path":[8,8],"span":[38,0,47]},{"path":[8],"span":[39,0,34]},{"path":[8,10],"span":[39,0,34]},{"path":[8],"span":[40,0,33]},{"path":[8,36],"span":[40,0,33]},{"path":[4,0],"span":[135,0,146,1],"leadingComments":" A Timestamp represents a point in time independent of any time zone or local\n calendar, encoded as a count of seconds and fractions of seconds at\n nanosecond resolution. The count is relative to an epoch at UTC midnight on\n January 1, 1970, in the proleptic Gregorian calendar which extends the\n Gregorian calendar backwards to year one.\n\n All minutes are 60 seconds long. Leap seconds are \"smeared\" so that no leap\n second table is needed for interpretation, using a [24-hour linear\n smear](https://developers.google.com/time/smear).\n\n The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By\n restricting to that range, we ensure that we can convert to and from [RFC\n 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.\n\n # Examples\n\n Example 1: Compute Timestamp from POSIX `time()`.\n\n Timestamp timestamp;\n timestamp.set_seconds(time(NULL));\n timestamp.set_nanos(0);\n\n Example 2: Compute Timestamp from POSIX `gettimeofday()`.\n\n struct timeval tv;\n gettimeofday(&tv, NULL);\n\n Timestamp timestamp;\n timestamp.set_seconds(tv.tv_sec);\n timestamp.set_nanos(tv.tv_usec * 1000);\n\n Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.\n\n FILETIME ft;\n GetSystemTimeAsFileTime(&ft);\n UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;\n\n // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z\n // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.\n Timestamp timestamp;\n timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));\n timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));\n\n Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.\n\n long millis = System.currentTimeMillis();\n\n Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)\n .setNanos((int) ((millis % 1000) * 1000000)).build();\n\n\n Example 5: Compute Timestamp from Java `Instant.now()`.\n\n Instant now = Instant.now();\n\n Timestamp timestamp =\n Timestamp.newBuilder().setSeconds(now.getEpochSecond())\n .setNanos(now.getNano()).build();\n\n\n Example 6: Compute Timestamp from current time in Python.\n\n timestamp = Timestamp()\n timestamp.GetCurrentTime()\n\n # JSON Mapping\n\n In JSON format, the Timestamp type is encoded as a string in the\n [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the\n format is \"{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z\"\n where {year} is always expressed using four digits while {month}, {day},\n {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional\n seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),\n are optional. The \"Z\" suffix indicates the timezone (\"UTC\"); the timezone\n is required. A proto3 JSON serializer should always use UTC (as indicated by\n \"Z\") when printing the Timestamp type and a proto3 JSON parser should be\n able to accept both UTC and other timezones (as indicated by an offset).\n\n For example, \"2017-01-15T01:30:15.01Z\" encodes 15.01 seconds past\n 01:30 UTC on January 15, 2017.\n\n In JavaScript, one can convert a Date object to this format using the\n standard\n [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)\n method. In Python, a standard `datetime.datetime` object can be converted\n to this format using\n [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with\n the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use\n the Joda Time's [`ISODateTimeFormat.dateTime()`](\n http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D\n ) to obtain a formatter capable of generating timestamps in this format.\n\n\n"},{"path":[4,0,1],"span":[135,8,17]},{"path":[4,0,2,0],"span":[139,2,20],"leadingComments":" Represents seconds of UTC time since Unix epoch\n 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to\n 9999-12-31T23:59:59Z inclusive.\n"},{"path":[4,0,2,0,5],"span":[139,2,7]},{"path":[4,0,2,0,1],"span":[139,8,15]},{"path":[4,0,2,0,3],"span":[139,18,19]},{"path":[4,0,2,1],"span":[145,2,18],"leadingComments":" Non-negative fractions of a second at nanosecond resolution. Negative\n second values with fractions must still have non-negative nanos values\n that count forward in time. Must be from 0 to 999,999,999\n inclusive.\n"},{"path":[4,0,2,1,5],"span":[145,2,7]},{"path":[4,0,2,1,1],"span":[145,8,13]},{"path":[4,0,2,1,3],"span":[145,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"google/protobuf/any.proto","package":"google.protobuf","messageType":[{"name":"Any","field":[{"name":"type_url","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"typeUrl"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"value"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"AnyProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/anypb","objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,157,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,67]},{"path":[8,11],"span":[35,0,67]},{"path":[8],"span":[36,0,44]},{"path":[8,1],"span":[36,0,44]},{"path":[8],"span":[37,0,41]},{"path":[8,8],"span":[37,0,41]},{"path":[8],"span":[38,0,34]},{"path":[8,10],"span":[38,0,34]},{"path":[8],"span":[39,0,33]},{"path":[8,36],"span":[39,0,33]},{"path":[4,0],"span":[124,0,157,1],"leadingComments":" `Any` contains an arbitrary serialized protocol buffer message along with a\n URL that describes the type of the serialized message.\n\n Protobuf library provides support to pack/unpack Any values in the form\n of utility functions or additional generated methods of the Any type.\n\n Example 1: Pack and unpack a message in C++.\n\n Foo foo = ...;\n Any any;\n any.PackFrom(foo);\n ...\n if (any.UnpackTo(&foo)) {\n ...\n }\n\n Example 2: Pack and unpack a message in Java.\n\n Foo foo = ...;\n Any any = Any.pack(foo);\n ...\n if (any.is(Foo.class)) {\n foo = any.unpack(Foo.class);\n }\n\n Example 3: Pack and unpack a message in Python.\n\n foo = Foo(...)\n any = Any()\n any.Pack(foo)\n ...\n if any.Is(Foo.DESCRIPTOR):\n any.Unpack(foo)\n ...\n\n Example 4: Pack and unpack a message in Go\n\n foo := &pb.Foo{...}\n any, err := anypb.New(foo)\n if err != nil {\n ...\n }\n ...\n foo := &pb.Foo{}\n if err := any.UnmarshalTo(foo); err != nil {\n ...\n }\n\n The pack methods provided by protobuf library will by default use\n 'type.googleapis.com/full.type.name' as the type URL and the unpack\n methods only use the fully qualified type name after the last '/'\n in the type URL, for example \"foo.bar.com/x/y.z\" will yield type\n name \"y.z\".\n\n\n JSON\n ====\n The JSON representation of an `Any` value uses the regular\n representation of the deserialized, embedded message, with an\n additional field `@type` which contains the type URL. Example:\n\n package google.profile;\n message Person {\n string first_name = 1;\n string last_name = 2;\n }\n\n {\n \"@type\": \"type.googleapis.com/google.profile.Person\",\n \"firstName\": <string>,\n \"lastName\": <string>\n }\n\n If the embedded message type is well-known and has a custom JSON\n representation, that representation will be embedded adding a field\n `value` which holds the custom JSON in addition to the `@type`\n field. Example (for message [google.protobuf.Duration][]):\n\n {\n \"@type\": \"type.googleapis.com/google.protobuf.Duration\",\n \"value\": \"1.212s\"\n }\n\n"},{"path":[4,0,1],"span":[124,8,11]},{"path":[4,0,2,0],"span":[153,2,22],"leadingComments":" A URL/resource name that uniquely identifies the type of the serialized\n protocol buffer message. This string must contain at least\n one \"/\" character. The last segment of the URL's path must represent\n the fully qualified name of the type (as in\n `path/google.protobuf.Duration`). The name should be in a canonical form\n (e.g., leading \".\" is not accepted).\n\n In practice, teams usually precompile into the binary all types that they\n expect it to use in the context of Any. However, for URLs which use the\n scheme `http`, `https`, or no scheme, one can optionally set up a type\n server that maps type URLs to message definitions as follows:\n\n * If no scheme is provided, `https` is assumed.\n * An HTTP GET on the URL must yield a [google.protobuf.Type][]\n value in binary format, or produce an error.\n * Applications are allowed to cache lookup results based on the\n URL, or have them precompiled into a binary to avoid any\n lookup. Therefore, binary compatibility needs to be preserved\n on changes to types. (Use versioned type names to manage\n breaking changes.)\n\n Note: this functionality is not currently available in the official\n protobuf release, and it is not used for type URLs beginning with\n type.googleapis.com.\n\n Schemes other than `http`, `https` (or the empty scheme) might be\n used with implementation specific semantics.\n\n"},{"path":[4,0,2,0,5],"span":[153,2,8]},{"path":[4,0,2,0,1],"span":[153,9,17]},{"path":[4,0,2,0,3],"span":[153,20,21]},{"path":[4,0,2,1],"span":[156,2,18],"leadingComments":" Must be a valid serialized protocol buffer of the above specified type.\n"},{"path":[4,0,2,1,5],"span":[156,2,7]},{"path":[4,0,2,1,1],"span":[156,8,13]},{"path":[4,0,2,1,3],"span":[156,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"discovery_device.proto","package":"com.lansweeper.discovery.device.v1","dependency":["google/protobuf/timestamp.proto","google/protobuf/any.proto","google/protobuf/wrappers.proto"],"messageType":[{"name":"Device","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"sensor_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sensorId"},{"name":"device_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"deviceName"},{"name":"ip_address","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"ipAddress"},{"name":"mac","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"mac"},{"name":"is_mac_locally_administered","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"isMacLocallyAdministered"},{"name":"mac_vendor","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"macVendor"},{"name":"brand","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"brand"},{"name":"model","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"model"},{"name":"os_name","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"osName"},{"name":"os_build","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"osBuild"},{"name":"os_version","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"osVersion"},{"name":"type","number":13,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"type"},{"name":"type_name","number":14,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"typeName"},{"name":"type_group_name","number":15,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"typeGroupName"},{"name":"is_family","number":16,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"isFamily"},{"name":"recognition_type","number":17,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"recognitionType"},{"name":"rank","number":18,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"rank"},{"name":"serial","number":19,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"serial"},{"name":"type_id","number":20,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"typeId"},{"name":"brand_id","number":21,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"brandId"},{"name":"model_id","number":22,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"modelId"},{"name":"os_id","number":23,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"osId"},{"name":"hw_cpe","number":24,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"hwCpe"},{"name":"fw_cpe","number":25,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"fwCpe"},{"name":"os_cpe","number":26,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"osCpe"},{"name":"fingerprints","number":27,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Any","jsonName":"fingerprints"},{"name":"scan","number":28,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.device.v1.Scan","oneofIndex":0,"jsonName":"scan","proto3Optional":true},{"name":"scan_server_name","number":29,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"scanServerName"},{"name":"scan_type","number":30,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"scanType"}],"oneofDecl":[{"name":"_scan"}]},{"name":"Scan","field":[{"name":"sections","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.device.v1.ScanSection","jsonName":"sections"}]},{"name":"ScanSection","field":[{"name":"section_header","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.device.v1.ScanSectionHeader","jsonName":"sectionHeader"},{"name":"section_body","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Any","jsonName":"sectionBody"}]},{"name":"ScanSectionHeader","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"key"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"source","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"source"},{"name":"scan_time","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"scanTime"},{"name":"duration","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int64Value","jsonName":"duration"},{"name":"errors","number":6,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"errors"},{"name":"success","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"success"},{"name":"hash","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.device.v1.Hash","oneofIndex":0,"jsonName":"hash","proto3Optional":true}],"oneofDecl":[{"name":"_hash"}]},{"name":"Hash","field":[{"name":"algorithm","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"algorithm"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"value"}]}],"options":{"javaMultipleFiles":true,"goPackage":"./generated-go","csharpNamespace":"Lansweeper.Discovery.Model.Proto.Hub"},"sourceCodeInfo":{"location":[{"span":[0,0,70,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,43]},{"path":[8],"span":[4,0,34]},{"path":[8,10],"span":[4,0,34]},{"path":[8],"span":[6,0,65]},{"path":[8,37],"span":[6,0,65]},{"path":[8],"span":[7,0,37]},{"path":[8,11],"span":[7,0,37]},{"path":[3,0],"span":[9,0,41]},{"path":[3,1],"span":[10,0,35]},{"path":[3,2],"span":[11,0,40]},{"path":[4,0],"span":[14,0,45,1],"leadingComments":" Device root object "},{"path":[4,0,1],"span":[14,8,14]},{"path":[4,0,2,0],"span":[15,8,22]},{"path":[4,0,2,0,5],"span":[15,8,14]},{"path":[4,0,2,0,1],"span":[15,15,17]},{"path":[4,0,2,0,3],"span":[15,20,21]},{"path":[4,0,2,1],"span":[16,8,29]},{"path":[4,0,2,1,5],"span":[16,8,14]},{"path":[4,0,2,1,1],"span":[16,15,24]},{"path":[4,0,2,1,3],"span":[16,27,28]},{"path":[4,0,2,2],"span":[17,8,52]},{"path":[4,0,2,2,6],"span":[17,8,35]},{"path":[4,0,2,2,1],"span":[17,36,47]},{"path":[4,0,2,2,3],"span":[17,50,51]},{"path":[4,0,2,3],"span":[18,8,51]},{"path":[4,0,2,3,6],"span":[18,8,35]},{"path":[4,0,2,3,1],"span":[18,36,46]},{"path":[4,0,2,3,3],"span":[18,49,50]},{"path":[4,0,2,4],"span":[19,8,44]},{"path":[4,0,2,4,6],"span":[19,8,35]},{"path":[4,0,2,4,1],"span":[19,36,39]},{"path":[4,0,2,4,3],"span":[19,42,43]},{"path":[4,0,2,5],"span":[20,8,66]},{"path":[4,0,2,5,6],"span":[20,8,33]},{"path":[4,0,2,5,1],"span":[20,34,61]},{"path":[4,0,2,5,3],"span":[20,64,65]},{"path":[4,0,2,6],"span":[21,8,51]},{"path":[4,0,2,6,6],"span":[21,8,35]},{"path":[4,0,2,6,1],"span":[21,36,46]},{"path":[4,0,2,6,3],"span":[21,49,50]},{"path":[4,0,2,7],"span":[22,8,46]},{"path":[4,0,2,7,6],"span":[22,8,35]},{"path":[4,0,2,7,1],"span":[22,36,41]},{"path":[4,0,2,7,3],"span":[22,44,45]},{"path":[4,0,2,8],"span":[23,8,46]},{"path":[4,0,2,8,6],"span":[23,8,35]},{"path":[4,0,2,8,1],"span":[23,36,41]},{"path":[4,0,2,8,3],"span":[23,44,45]},{"path":[4,0,2,9],"span":[24,8,49]},{"path":[4,0,2,9,6],"span":[24,8,35]},{"path":[4,0,2,9,1],"span":[24,36,43]},{"path":[4,0,2,9,3],"span":[24,46,48]},{"path":[4,0,2,10],"span":[25,8,50]},{"path":[4,0,2,10,6],"span":[25,8,35]},{"path":[4,0,2,10,1],"span":[25,36,44]},{"path":[4,0,2,10,3],"span":[25,47,49]},{"path":[4,0,2,11],"span":[26,8,52]},{"path":[4,0,2,11,6],"span":[26,8,35]},{"path":[4,0,2,11,1],"span":[26,36,46]},{"path":[4,0,2,11,3],"span":[26,49,51]},{"path":[4,0,2,12],"span":[27,8,46]},{"path":[4,0,2,12,6],"span":[27,8,35]},{"path":[4,0,2,12,1],"span":[27,36,40]},{"path":[4,0,2,12,3],"span":[27,43,45]},{"path":[4,0,2,13],"span":[28,8,51]},{"path":[4,0,2,13,6],"span":[28,8,35]},{"path":[4,0,2,13,1],"span":[28,36,45]},{"path":[4,0,2,13,3],"span":[28,48,50]},{"path":[4,0,2,14],"span":[29,8,57]},{"path":[4,0,2,14,6],"span":[29,8,35]},{"path":[4,0,2,14,1],"span":[29,36,51]},{"path":[4,0,2,14,3],"span":[29,54,56]},{"path":[4,0,2,15],"span":[30,8,49]},{"path":[4,0,2,15,6],"span":[30,8,33]},{"path":[4,0,2,15,1],"span":[30,34,43]},{"path":[4,0,2,15,3],"span":[30,46,48]},{"path":[4,0,2,16],"span":[31,8,58]},{"path":[4,0,2,16,6],"span":[31,8,35]},{"path":[4,0,2,16,1],"span":[31,36,52]},{"path":[4,0,2,16,3],"span":[31,55,57]},{"path":[4,0,2,17],"span":[32,8,45]},{"path":[4,0,2,17,6],"span":[32,8,34]},{"path":[4,0,2,17,1],"span":[32,35,39]},{"path":[4,0,2,17,3],"span":[32,42,44]},{"path":[4,0,2,18],"span":[33,8,48]},{"path":[4,0,2,18,6],"span":[33,8,35]},{"path":[4,0,2,18,1],"span":[33,36,42]},{"path":[4,0,2,18,3],"span":[33,45,47]},{"path":[4,0,2,19],"span":[34,8,48]},{"path":[4,0,2,19,6],"span":[34,8,34]},{"path":[4,0,2,19,1],"span":[34,35,42]},{"path":[4,0,2,19,3],"span":[34,45,47]},{"path":[4,0,2,20],"span":[35,8,49]},{"path":[4,0,2,20,6],"span":[35,8,34]},{"path":[4,0,2,20,1],"span":[35,35,43]},{"path":[4,0,2,20,3],"span":[35,46,48]},{"path":[4,0,2,21],"span":[36,8,49]},{"path":[4,0,2,21,6],"span":[36,8,34]},{"path":[4,0,2,21,1],"span":[36,35,43]},{"path":[4,0,2,21,3],"span":[36,46,48]},{"path":[4,0,2,22],"span":[37,8,46]},{"path":[4,0,2,22,6],"span":[37,8,34]},{"path":[4,0,2,22,1],"span":[37,35,40]},{"path":[4,0,2,22,3],"span":[37,43,45]},{"path":[4,0,2,23],"span":[38,8,48]},{"path":[4,0,2,23,6],"span":[38,8,35]},{"path":[4,0,2,23,1],"span":[38,36,42]},{"path":[4,0,2,23,3],"span":[38,45,47]},{"path":[4,0,2,24],"span":[39,8,48]},{"path":[4,0,2,24,6],"span":[39,8,35]},{"path":[4,0,2,24,1],"span":[39,36,42]},{"path":[4,0,2,24,3],"span":[39,45,47]},{"path":[4,0,2,25],"span":[40,8,48]},{"path":[4,0,2,25,6],"span":[40,8,35]},{"path":[4,0,2,25,1],"span":[40,36,42]},{"path":[4,0,2,25,3],"span":[40,45,47]},{"path":[4,0,2,26],"span":[41,8,46],"trailingComments":" CDR fingerprints in a DevRecogInputDevice, as defined in data.platform\\fingerprints\\grpc\\proto\\fingerprints.proto wrapped in an Any-proto\n"},{"path":[4,0,2,26,6],"span":[41,8,27]},{"path":[4,0,2,26,1],"span":[41,28,40]},{"path":[4,0,2,26,3],"span":[41,43,45]},{"path":[4,0,2,27],"span":[42,8,32]},{"path":[4,0,2,27,4],"span":[42,8,16]},{"path":[4,0,2,27,6],"span":[42,17,21]},{"path":[4,0,2,27,1],"span":[42,22,26]},{"path":[4,0,2,27,3],"span":[42,29,31]},{"path":[4,0,2,28],"span":[43,8,58]},{"path":[4,0,2,28,6],"span":[43,8,35]},{"path":[4,0,2,28,1],"span":[43,36,52]},{"path":[4,0,2,28,3],"span":[43,55,57]},{"path":[4,0,2,29],"span":[44,8,51],"trailingComments":" quick, deep, local, etc.\n"},{"path":[4,0,2,29,6],"span":[44,8,35]},{"path":[4,0,2,29,1],"span":[44,36,45]},{"path":[4,0,2,29,3],"span":[44,48,50]},{"path":[4,1],"span":[47,0,49,1]},{"path":[4,1,1],"span":[47,8,12]},{"path":[4,1,2,0],"span":[48,2,36]},{"path":[4,1,2,0,4],"span":[48,2,10]},{"path":[4,1,2,0,6],"span":[48,11,22]},{"path":[4,1,2,0,1],"span":[48,23,31]},{"path":[4,1,2,0,3],"span":[48,34,35]},{"path":[4,2],"span":[51,0,54,1]},{"path":[4,2,1],"span":[51,8,19]},{"path":[4,2,2,0],"span":[52,2,39]},{"path":[4,2,2,0,6],"span":[52,2,19]},{"path":[4,2,2,0,1],"span":[52,20,34]},{"path":[4,2,2,0,3],"span":[52,37,38]},{"path":[4,2,2,1],"span":[53,2,39]},{"path":[4,2,2,1,6],"span":[53,2,21]},{"path":[4,2,2,1,1],"span":[53,22,34]},{"path":[4,2,2,1,3],"span":[53,37,38]},{"path":[4,3],"span":[56,0,65,1]},{"path":[4,3,1],"span":[56,8,25]},{"path":[4,3,2,0],"span":[57,2,16]},{"path":[4,3,2,0,5],"span":[57,2,7]},{"path":[4,3,2,0,1],"span":[57,8,11]},{"path":[4,3,2,0,3],"span":[57,14,15]},{"path":[4,3,2,1],"span":[58,2,18],"trailingComments":" e.g.: Windows:BasicInfo\n"},{"path":[4,3,2,1,5],"span":[58,2,8]},{"path":[4,3,2,1,1],"span":[58,9,13]},{"path":[4,3,2,1,3],"span":[58,16,17]},{"path":[4,3,2,2],"span":[59,2,41],"trailingComments":" e.g.: Wmi.Registry.WinApi\n"},{"path":[4,3,2,2,6],"span":[59,2,29]},{"path":[4,3,2,2,1],"span":[59,30,36]},{"path":[4,3,2,2,3],"span":[59,39,40]},{"path":[4,3,2,3],"span":[60,2,42]},{"path":[4,3,2,3,6],"span":[60,2,27]},{"path":[4,3,2,3,1],"span":[60,28,37]},{"path":[4,3,2,3,3],"span":[60,40,41]},{"path":[4,3,2,4],"span":[61,2,42]},{"path":[4,3,2,4,6],"span":[61,2,28]},{"path":[4,3,2,4,1],"span":[61,29,37]},{"path":[4,3,2,4,3],"span":[61,40,41]},{"path":[4,3,2,5],"span":[62,2,29]},{"path":[4,3,2,5,4],"span":[62,2,10]},{"path":[4,3,2,5,5],"span":[62,11,17]},{"path":[4,3,2,5,1],"span":[62,18,24]},{"path":[4,3,2,5,3],"span":[62,27,28]},{"path":[4,3,2,6],"span":[63,2,40]},{"path":[4,3,2,6,6],"span":[63,2,27]},{"path":[4,3,2,6,1],"span":[63,28,35]},{"path":[4,3,2,6,3],"span":[63,38,39]},{"path":[4,3,2,7],"span":[64,2,25]},{"path":[4,3,2,7,4],"span":[64,2,10]},{"path":[4,3,2,7,6],"span":[64,11,15]},{"path":[4,3,2,7,1],"span":[64,16,20]},{"path":[4,3,2,7,3],"span":[64,23,24]},{"path":[4,4],"span":[67,0,70,1]},{"path":[4,4,1],"span":[67,8,12]},{"path":[4,4,2,0],"span":[68,2,23]},{"path":[4,4,2,0,5],"span":[68,2,8]},{"path":[4,4,2,0,1],"span":[68,9,18]},{"path":[4,4,2,0,3],"span":[68,21,22]},{"path":[4,4,2,1],"span":[69,2,18]},{"path":[4,4,2,1,5],"span":[69,2,7]},{"path":[4,4,2,1,1],"span":[69,8,13]},{"path":[4,4,2,1,3],"span":[69,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"discovery_api.proto","package":"com.lansweeper.discovery.apiscan.v1","dependency":["google/protobuf/wrappers.proto","discovery_device.proto"],"messageType":[{"name":"ApiScan","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"sensor_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sensorId"},{"name":"scan","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.device.v1.Scan","oneofIndex":0,"jsonName":"scan","proto3Optional":true},{"name":"scan_server_name","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"scanServerName"}],"oneofDecl":[{"name":"_scan"}]}],"options":{"javaMultipleFiles":true,"goPackage":"./generated-go","csharpNamespace":"Lansweeper.Discovery.Model.Proto.Hub"},"sourceCodeInfo":{"location":[{"span":[0,0,19,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,44]},{"path":[8],"span":[4,0,34]},{"path":[8,10],"span":[4,0,34]},{"path":[8],"span":[6,0,65]},{"path":[8,37],"span":[6,0,65]},{"path":[8],"span":[7,0,37]},{"path":[8,11],"span":[7,0,37]},{"path":[3,0],"span":[9,0,40]},{"path":[3,1],"span":[11,0,32]},{"path":[4,0],"span":[14,0,19,1],"leadingComments":" API scan root object "},{"path":[4,0,1],"span":[14,8,15]},{"path":[4,0,2,0],"span":[15,8,22]},{"path":[4,0,2,0,5],"span":[15,8,14]},{"path":[4,0,2,0,1],"span":[15,15,17]},{"path":[4,0,2,0,3],"span":[15,20,21]},{"path":[4,0,2,1],"span":[16,8,29]},{"path":[4,0,2,1,5],"span":[16,8,14]},{"path":[4,0,2,1,1],"span":[16,15,24]},{"path":[4,0,2,1,3],"span":[16,27,28]},{"path":[4,0,2,2],"span":[17,8,66],"trailingComments":" Reuse the scan object from the device-proto\n"},{"path":[4,0,2,2,4],"span":[17,8,16]},{"path":[4,0,2,2,6],"span":[17,17,56]},{"path":[4,0,2,2,1],"span":[17,57,61]},{"path":[4,0,2,2,3],"span":[17,64,65]},{"path":[4,0,2,3],"span":[18,8,57]},{"path":[4,0,2,3,6],"span":[18,8,35]},{"path":[4,0,2,3,1],"span":[18,36,52]},{"path":[4,0,2,3,3],"span":[18,55,56]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"discovery_hub.proto","package":"com.lansweeper.discovery.hub.v1","dependency":["google/protobuf/timestamp.proto","google/protobuf/any.proto","google/protobuf/wrappers.proto"],"messageType":[{"name":"Header","field":[{"name":"entity_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"entityName"},{"name":"entity_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"entityId"},{"name":"properties_changed","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"propertiesChanged"},{"name":"last_synced","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"lastSynced"},{"name":"action","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".com.lansweeper.discovery.hub.v1.Action","jsonName":"action"}]},{"name":"Entity","field":[{"name":"header","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.hub.v1.Header","jsonName":"header"},{"name":"body","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Any","jsonName":"body"}]},{"name":"EncryptedPacket","field":[{"name":"encrypted_session_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BytesValue","jsonName":"encryptedSessionKey"},{"name":"encrypted_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BytesValue","jsonName":"encryptedData"},{"name":"initialization_vector","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BytesValue","jsonName":"initializationVector"},{"name":"signature_hmac","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BytesValue","jsonName":"signatureHmac"},{"name":"signature","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BytesValue","jsonName":"signature"}]}],"enumType":[{"name":"Action","value":[{"name":"NONE","number":0},{"name":"INSERT","number":1},{"name":"UPDATE","number":2},{"name":"DELETE","number":3}]}],"options":{"javaMultipleFiles":true,"goPackage":"./generated-go","csharpNamespace":"Lansweeper.Discovery.Model.Proto.Hub"},"sourceCodeInfo":{"location":[{"span":[0,0,40,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,40]},{"path":[8],"span":[4,0,34]},{"path":[8,10],"span":[4,0,34]},{"path":[8],"span":[6,0,65]},{"path":[8,37],"span":[6,0,65]},{"path":[8],"span":[7,0,37]},{"path":[8,11],"span":[7,0,37]},{"path":[3,0],"span":[9,0,41]},{"path":[3,1],"span":[10,0,35]},{"path":[3,2],"span":[11,0,40]},{"path":[5,0],"span":[13,0,18,1]},{"path":[5,0,1],"span":[13,5,11]},{"path":[5,0,2,0],"span":[14,2,11]},{"path":[5,0,2,0,1],"span":[14,2,6]},{"path":[5,0,2,0,2],"span":[14,9,10]},{"path":[5,0,2,1],"span":[15,2,13]},{"path":[5,0,2,1,1],"span":[15,2,8]},{"path":[5,0,2,1,2],"span":[15,11,12]},{"path":[5,0,2,2],"span":[16,2,13]},{"path":[5,0,2,2,1],"span":[16,2,8]},{"path":[5,0,2,2,2],"span":[16,11,12]},{"path":[5,0,2,3],"span":[17,2,13]},{"path":[5,0,2,3,1],"span":[17,2,8]},{"path":[5,0,2,3,2],"span":[17,11,12]},{"path":[4,0],"span":[20,0,26,1]},{"path":[4,0,1],"span":[20,8,14]},{"path":[4,0,2,0],"span":[21,2,25],"trailingComments":" \"Device\", \"ApiScan\"\n"},{"path":[4,0,2,0,5],"span":[21,2,8]},{"path":[4,0,2,0,1],"span":[21,9,20]},{"path":[4,0,2,0,3],"span":[21,23,24]},{"path":[4,0,2,1],"span":[22,2,23]},{"path":[4,0,2,1,5],"span":[22,2,8]},{"path":[4,0,2,1,1],"span":[22,9,18]},{"path":[4,0,2,1,3],"span":[22,21,22]},{"path":[4,0,2,2],"span":[23,2,41]},{"path":[4,0,2,2,4],"span":[23,2,10]},{"path":[4,0,2,2,5],"span":[23,11,17]},{"path":[4,0,2,2,1],"span":[23,18,36]},{"path":[4,0,2,2,3],"span":[23,39,40]},{"path":[4,0,2,3],"span":[24,2,44]},{"path":[4,0,2,3,6],"span":[24,2,27]},{"path":[4,0,2,3,1],"span":[24,28,39]},{"path":[4,0,2,3,3],"span":[24,42,43]},{"path":[4,0,2,4],"span":[25,2,20]},{"path":[4,0,2,4,6],"span":[25,2,8]},{"path":[4,0,2,4,1],"span":[25,9,15]},{"path":[4,0,2,4,3],"span":[25,18,19]},{"path":[4,1],"span":[29,0,32,1],"leadingComments":" Entity root object "},{"path":[4,1,1],"span":[29,8,14]},{"path":[4,1,2,0],"span":[30,4,22]},{"path":[4,1,2,0,6],"span":[30,4,10]},{"path":[4,1,2,0,1],"span":[30,11,17]},{"path":[4,1,2,0,3],"span":[30,20,21]},{"path":[4,1,2,1],"span":[31,4,33]},{"path":[4,1,2,1,6],"span":[31,4,23]},{"path":[4,1,2,1,1],"span":[31,24,28]},{"path":[4,1,2,1,3],"span":[31,31,32]},{"path":[4,2],"span":[34,0,40,1]},{"path":[4,2,1],"span":[34,8,23]},{"path":[4,2,2,0],"span":[35,2,55]},{"path":[4,2,2,0,6],"span":[35,2,28]},{"path":[4,2,2,0,1],"span":[35,29,50]},{"path":[4,2,2,0,3],"span":[35,53,54]},{"path":[4,2,2,1],"span":[36,2,48]},{"path":[4,2,2,1,6],"span":[36,2,28]},{"path":[4,2,2,1,1],"span":[36,29,43]},{"path":[4,2,2,1,3],"span":[36,46,47]},{"path":[4,2,2,2],"span":[37,2,55]},{"path":[4,2,2,2,6],"span":[37,2,28]},{"path":[4,2,2,2,1],"span":[37,29,50]},{"path":[4,2,2,2,3],"span":[37,53,54]},{"path":[4,2,2,3],"span":[38,2,48]},{"path":[4,2,2,3,6],"span":[38,2,28]},{"path":[4,2,2,3,1],"span":[38,29,43]},{"path":[4,2,2,3,3],"span":[38,46,47]},{"path":[4,2,2,4],"span":[39,2,43]},{"path":[4,2,2,4,6],"span":[39,2,28]},{"path":[4,2,2,4,1],"span":[39,29,38]},{"path":[4,2,2,4,3],"span":[39,41,42]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
1
+ {"file":[{"name":"google/protobuf/wrappers.proto","package":"google.protobuf","messageType":[{"name":"DoubleValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_DOUBLE","jsonName":"value"}]},{"name":"FloatValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_FLOAT","jsonName":"value"}]},{"name":"Int64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"value"}]},{"name":"UInt64Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT64","jsonName":"value"}]},{"name":"Int32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"value"}]},{"name":"UInt32Value","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_UINT32","jsonName":"value"}]},{"name":"BoolValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BOOL","jsonName":"value"}]},{"name":"StringValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"value"}]},{"name":"BytesValue","field":[{"name":"value","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"value"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"WrappersProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/wrapperspb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[40,0,122,1]},{"path":[12],"span":[40,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"," Wrappers for primitive (non-message) types. These types are useful\n for embedding primitives in the `google.protobuf.Any` type and for places\n where we need to distinguish between the absence of a primitive\n typed field and its default value.\n\n These wrappers have no meaningful use within repeated fields as they lack\n the ability to detect presence on individual elements.\n These wrappers have no meaningful use within a map or a oneof since\n individual entries of a map or fields of a oneof can already detect presence.\n"]},{"path":[2],"span":[42,0,24]},{"path":[8],"span":[44,0,59]},{"path":[8,37],"span":[44,0,59]},{"path":[8],"span":[45,0,31]},{"path":[8,31],"span":[45,0,31]},{"path":[8],"span":[46,0,72]},{"path":[8,11],"span":[46,0,72]},{"path":[8],"span":[47,0,44]},{"path":[8,1],"span":[47,0,44]},{"path":[8],"span":[48,0,46]},{"path":[8,8],"span":[48,0,46]},{"path":[8],"span":[49,0,34]},{"path":[8,10],"span":[49,0,34]},{"path":[8],"span":[50,0,33]},{"path":[8,36],"span":[50,0,33]},{"path":[4,0],"span":[55,0,58,1],"leadingComments":" Wrapper message for `double`.\n\n The JSON representation for `DoubleValue` is JSON number.\n"},{"path":[4,0,1],"span":[55,8,19]},{"path":[4,0,2,0],"span":[57,2,19],"leadingComments":" The double value.\n"},{"path":[4,0,2,0,5],"span":[57,2,8]},{"path":[4,0,2,0,1],"span":[57,9,14]},{"path":[4,0,2,0,3],"span":[57,17,18]},{"path":[4,1],"span":[63,0,66,1],"leadingComments":" Wrapper message for `float`.\n\n The JSON representation for `FloatValue` is JSON number.\n"},{"path":[4,1,1],"span":[63,8,18]},{"path":[4,1,2,0],"span":[65,2,18],"leadingComments":" The float value.\n"},{"path":[4,1,2,0,5],"span":[65,2,7]},{"path":[4,1,2,0,1],"span":[65,8,13]},{"path":[4,1,2,0,3],"span":[65,16,17]},{"path":[4,2],"span":[71,0,74,1],"leadingComments":" Wrapper message for `int64`.\n\n The JSON representation for `Int64Value` is JSON string.\n"},{"path":[4,2,1],"span":[71,8,18]},{"path":[4,2,2,0],"span":[73,2,18],"leadingComments":" The int64 value.\n"},{"path":[4,2,2,0,5],"span":[73,2,7]},{"path":[4,2,2,0,1],"span":[73,8,13]},{"path":[4,2,2,0,3],"span":[73,16,17]},{"path":[4,3],"span":[79,0,82,1],"leadingComments":" Wrapper message for `uint64`.\n\n The JSON representation for `UInt64Value` is JSON string.\n"},{"path":[4,3,1],"span":[79,8,19]},{"path":[4,3,2,0],"span":[81,2,19],"leadingComments":" The uint64 value.\n"},{"path":[4,3,2,0,5],"span":[81,2,8]},{"path":[4,3,2,0,1],"span":[81,9,14]},{"path":[4,3,2,0,3],"span":[81,17,18]},{"path":[4,4],"span":[87,0,90,1],"leadingComments":" Wrapper message for `int32`.\n\n The JSON representation for `Int32Value` is JSON number.\n"},{"path":[4,4,1],"span":[87,8,18]},{"path":[4,4,2,0],"span":[89,2,18],"leadingComments":" The int32 value.\n"},{"path":[4,4,2,0,5],"span":[89,2,7]},{"path":[4,4,2,0,1],"span":[89,8,13]},{"path":[4,4,2,0,3],"span":[89,16,17]},{"path":[4,5],"span":[95,0,98,1],"leadingComments":" Wrapper message for `uint32`.\n\n The JSON representation for `UInt32Value` is JSON number.\n"},{"path":[4,5,1],"span":[95,8,19]},{"path":[4,5,2,0],"span":[97,2,19],"leadingComments":" The uint32 value.\n"},{"path":[4,5,2,0,5],"span":[97,2,8]},{"path":[4,5,2,0,1],"span":[97,9,14]},{"path":[4,5,2,0,3],"span":[97,17,18]},{"path":[4,6],"span":[103,0,106,1],"leadingComments":" Wrapper message for `bool`.\n\n The JSON representation for `BoolValue` is JSON `true` and `false`.\n"},{"path":[4,6,1],"span":[103,8,17]},{"path":[4,6,2,0],"span":[105,2,17],"leadingComments":" The bool value.\n"},{"path":[4,6,2,0,5],"span":[105,2,6]},{"path":[4,6,2,0,1],"span":[105,7,12]},{"path":[4,6,2,0,3],"span":[105,15,16]},{"path":[4,7],"span":[111,0,114,1],"leadingComments":" Wrapper message for `string`.\n\n The JSON representation for `StringValue` is JSON string.\n"},{"path":[4,7,1],"span":[111,8,19]},{"path":[4,7,2,0],"span":[113,2,19],"leadingComments":" The string value.\n"},{"path":[4,7,2,0,5],"span":[113,2,8]},{"path":[4,7,2,0,1],"span":[113,9,14]},{"path":[4,7,2,0,3],"span":[113,17,18]},{"path":[4,8],"span":[119,0,122,1],"leadingComments":" Wrapper message for `bytes`.\n\n The JSON representation for `BytesValue` is JSON string.\n"},{"path":[4,8,1],"span":[119,8,18]},{"path":[4,8,2,0],"span":[121,2,18],"leadingComments":" The bytes value.\n"},{"path":[4,8,2,0,5],"span":[121,2,7]},{"path":[4,8,2,0,1],"span":[121,8,13]},{"path":[4,8,2,0,3],"span":[121,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"google/protobuf/timestamp.proto","package":"google.protobuf","messageType":[{"name":"Timestamp","field":[{"name":"seconds","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT64","jsonName":"seconds"},{"name":"nanos","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"nanos"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"TimestampProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/timestamppb","ccEnableArenas":true,"objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,146,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,31]},{"path":[8,31],"span":[35,0,31]},{"path":[8],"span":[36,0,73]},{"path":[8,11],"span":[36,0,73]},{"path":[8],"span":[37,0,44]},{"path":[8,1],"span":[37,0,44]},{"path":[8],"span":[38,0,47]},{"path":[8,8],"span":[38,0,47]},{"path":[8],"span":[39,0,34]},{"path":[8,10],"span":[39,0,34]},{"path":[8],"span":[40,0,33]},{"path":[8,36],"span":[40,0,33]},{"path":[4,0],"span":[135,0,146,1],"leadingComments":" A Timestamp represents a point in time independent of any time zone or local\n calendar, encoded as a count of seconds and fractions of seconds at\n nanosecond resolution. The count is relative to an epoch at UTC midnight on\n January 1, 1970, in the proleptic Gregorian calendar which extends the\n Gregorian calendar backwards to year one.\n\n All minutes are 60 seconds long. Leap seconds are \"smeared\" so that no leap\n second table is needed for interpretation, using a [24-hour linear\n smear](https://developers.google.com/time/smear).\n\n The range is from 0001-01-01T00:00:00Z to 9999-12-31T23:59:59.999999999Z. By\n restricting to that range, we ensure that we can convert to and from [RFC\n 3339](https://www.ietf.org/rfc/rfc3339.txt) date strings.\n\n # Examples\n\n Example 1: Compute Timestamp from POSIX `time()`.\n\n Timestamp timestamp;\n timestamp.set_seconds(time(NULL));\n timestamp.set_nanos(0);\n\n Example 2: Compute Timestamp from POSIX `gettimeofday()`.\n\n struct timeval tv;\n gettimeofday(&tv, NULL);\n\n Timestamp timestamp;\n timestamp.set_seconds(tv.tv_sec);\n timestamp.set_nanos(tv.tv_usec * 1000);\n\n Example 3: Compute Timestamp from Win32 `GetSystemTimeAsFileTime()`.\n\n FILETIME ft;\n GetSystemTimeAsFileTime(&ft);\n UINT64 ticks = (((UINT64)ft.dwHighDateTime) << 32) | ft.dwLowDateTime;\n\n // A Windows tick is 100 nanoseconds. Windows epoch 1601-01-01T00:00:00Z\n // is 11644473600 seconds before Unix epoch 1970-01-01T00:00:00Z.\n Timestamp timestamp;\n timestamp.set_seconds((INT64) ((ticks / 10000000) - 11644473600LL));\n timestamp.set_nanos((INT32) ((ticks % 10000000) * 100));\n\n Example 4: Compute Timestamp from Java `System.currentTimeMillis()`.\n\n long millis = System.currentTimeMillis();\n\n Timestamp timestamp = Timestamp.newBuilder().setSeconds(millis / 1000)\n .setNanos((int) ((millis % 1000) * 1000000)).build();\n\n\n Example 5: Compute Timestamp from Java `Instant.now()`.\n\n Instant now = Instant.now();\n\n Timestamp timestamp =\n Timestamp.newBuilder().setSeconds(now.getEpochSecond())\n .setNanos(now.getNano()).build();\n\n\n Example 6: Compute Timestamp from current time in Python.\n\n timestamp = Timestamp()\n timestamp.GetCurrentTime()\n\n # JSON Mapping\n\n In JSON format, the Timestamp type is encoded as a string in the\n [RFC 3339](https://www.ietf.org/rfc/rfc3339.txt) format. That is, the\n format is \"{year}-{month}-{day}T{hour}:{min}:{sec}[.{frac_sec}]Z\"\n where {year} is always expressed using four digits while {month}, {day},\n {hour}, {min}, and {sec} are zero-padded to two digits each. The fractional\n seconds, which can go up to 9 digits (i.e. up to 1 nanosecond resolution),\n are optional. The \"Z\" suffix indicates the timezone (\"UTC\"); the timezone\n is required. A proto3 JSON serializer should always use UTC (as indicated by\n \"Z\") when printing the Timestamp type and a proto3 JSON parser should be\n able to accept both UTC and other timezones (as indicated by an offset).\n\n For example, \"2017-01-15T01:30:15.01Z\" encodes 15.01 seconds past\n 01:30 UTC on January 15, 2017.\n\n In JavaScript, one can convert a Date object to this format using the\n standard\n [toISOString()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/toISOString)\n method. In Python, a standard `datetime.datetime` object can be converted\n to this format using\n [`strftime`](https://docs.python.org/2/library/time.html#time.strftime) with\n the time format spec '%Y-%m-%dT%H:%M:%S.%fZ'. Likewise, in Java, one can use\n the Joda Time's [`ISODateTimeFormat.dateTime()`](\n http://www.joda.org/joda-time/apidocs/org/joda/time/format/ISODateTimeFormat.html#dateTime%2D%2D\n ) to obtain a formatter capable of generating timestamps in this format.\n\n\n"},{"path":[4,0,1],"span":[135,8,17]},{"path":[4,0,2,0],"span":[139,2,20],"leadingComments":" Represents seconds of UTC time since Unix epoch\n 1970-01-01T00:00:00Z. Must be from 0001-01-01T00:00:00Z to\n 9999-12-31T23:59:59Z inclusive.\n"},{"path":[4,0,2,0,5],"span":[139,2,7]},{"path":[4,0,2,0,1],"span":[139,8,15]},{"path":[4,0,2,0,3],"span":[139,18,19]},{"path":[4,0,2,1],"span":[145,2,18],"leadingComments":" Non-negative fractions of a second at nanosecond resolution. Negative\n second values with fractions must still have non-negative nanos values\n that count forward in time. Must be from 0 to 999,999,999\n inclusive.\n"},{"path":[4,0,2,1,5],"span":[145,2,7]},{"path":[4,0,2,1,1],"span":[145,8,13]},{"path":[4,0,2,1,3],"span":[145,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"google/protobuf/any.proto","package":"google.protobuf","messageType":[{"name":"Any","field":[{"name":"type_url","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"typeUrl"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"value"}]}],"options":{"javaPackage":"com.google.protobuf","javaOuterClassname":"AnyProto","javaMultipleFiles":true,"goPackage":"google.golang.org/protobuf/types/known/anypb","objcClassPrefix":"GPB","csharpNamespace":"Google.Protobuf.WellKnownTypes"},"sourceCodeInfo":{"location":[{"span":[30,0,157,1]},{"path":[12],"span":[30,0,18],"leadingDetachedComments":[" Protocol Buffers - Google's data interchange format\n Copyright 2008 Google Inc. All rights reserved.\n https://developers.google.com/protocol-buffers/\n\n Redistribution and use in source and binary forms, with or without\n modification, are permitted provided that the following conditions are\n met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following disclaimer\n in the documentation and/or other materials provided with the\n distribution.\n * Neither the name of Google Inc. nor the names of its\n contributors may be used to endorse or promote products derived from\n this software without specific prior written permission.\n\n THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\n LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\n A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\n OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\n SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\n LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\n DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\n THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\n OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n"]},{"path":[2],"span":[32,0,24]},{"path":[8],"span":[34,0,59]},{"path":[8,37],"span":[34,0,59]},{"path":[8],"span":[35,0,67]},{"path":[8,11],"span":[35,0,67]},{"path":[8],"span":[36,0,44]},{"path":[8,1],"span":[36,0,44]},{"path":[8],"span":[37,0,41]},{"path":[8,8],"span":[37,0,41]},{"path":[8],"span":[38,0,34]},{"path":[8,10],"span":[38,0,34]},{"path":[8],"span":[39,0,33]},{"path":[8,36],"span":[39,0,33]},{"path":[4,0],"span":[124,0,157,1],"leadingComments":" `Any` contains an arbitrary serialized protocol buffer message along with a\n URL that describes the type of the serialized message.\n\n Protobuf library provides support to pack/unpack Any values in the form\n of utility functions or additional generated methods of the Any type.\n\n Example 1: Pack and unpack a message in C++.\n\n Foo foo = ...;\n Any any;\n any.PackFrom(foo);\n ...\n if (any.UnpackTo(&foo)) {\n ...\n }\n\n Example 2: Pack and unpack a message in Java.\n\n Foo foo = ...;\n Any any = Any.pack(foo);\n ...\n if (any.is(Foo.class)) {\n foo = any.unpack(Foo.class);\n }\n\n Example 3: Pack and unpack a message in Python.\n\n foo = Foo(...)\n any = Any()\n any.Pack(foo)\n ...\n if any.Is(Foo.DESCRIPTOR):\n any.Unpack(foo)\n ...\n\n Example 4: Pack and unpack a message in Go\n\n foo := &pb.Foo{...}\n any, err := anypb.New(foo)\n if err != nil {\n ...\n }\n ...\n foo := &pb.Foo{}\n if err := any.UnmarshalTo(foo); err != nil {\n ...\n }\n\n The pack methods provided by protobuf library will by default use\n 'type.googleapis.com/full.type.name' as the type URL and the unpack\n methods only use the fully qualified type name after the last '/'\n in the type URL, for example \"foo.bar.com/x/y.z\" will yield type\n name \"y.z\".\n\n\n JSON\n ====\n The JSON representation of an `Any` value uses the regular\n representation of the deserialized, embedded message, with an\n additional field `@type` which contains the type URL. Example:\n\n package google.profile;\n message Person {\n string first_name = 1;\n string last_name = 2;\n }\n\n {\n \"@type\": \"type.googleapis.com/google.profile.Person\",\n \"firstName\": <string>,\n \"lastName\": <string>\n }\n\n If the embedded message type is well-known and has a custom JSON\n representation, that representation will be embedded adding a field\n `value` which holds the custom JSON in addition to the `@type`\n field. Example (for message [google.protobuf.Duration][]):\n\n {\n \"@type\": \"type.googleapis.com/google.protobuf.Duration\",\n \"value\": \"1.212s\"\n }\n\n"},{"path":[4,0,1],"span":[124,8,11]},{"path":[4,0,2,0],"span":[153,2,22],"leadingComments":" A URL/resource name that uniquely identifies the type of the serialized\n protocol buffer message. This string must contain at least\n one \"/\" character. The last segment of the URL's path must represent\n the fully qualified name of the type (as in\n `path/google.protobuf.Duration`). The name should be in a canonical form\n (e.g., leading \".\" is not accepted).\n\n In practice, teams usually precompile into the binary all types that they\n expect it to use in the context of Any. However, for URLs which use the\n scheme `http`, `https`, or no scheme, one can optionally set up a type\n server that maps type URLs to message definitions as follows:\n\n * If no scheme is provided, `https` is assumed.\n * An HTTP GET on the URL must yield a [google.protobuf.Type][]\n value in binary format, or produce an error.\n * Applications are allowed to cache lookup results based on the\n URL, or have them precompiled into a binary to avoid any\n lookup. Therefore, binary compatibility needs to be preserved\n on changes to types. (Use versioned type names to manage\n breaking changes.)\n\n Note: this functionality is not currently available in the official\n protobuf release, and it is not used for type URLs beginning with\n type.googleapis.com.\n\n Schemes other than `http`, `https` (or the empty scheme) might be\n used with implementation specific semantics.\n\n"},{"path":[4,0,2,0,5],"span":[153,2,8]},{"path":[4,0,2,0,1],"span":[153,9,17]},{"path":[4,0,2,0,3],"span":[153,20,21]},{"path":[4,0,2,1],"span":[156,2,18],"leadingComments":" Must be a valid serialized protocol buffer of the above specified type.\n"},{"path":[4,0,2,1,5],"span":[156,2,7]},{"path":[4,0,2,1,1],"span":[156,8,13]},{"path":[4,0,2,1,3],"span":[156,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":true,"isSyntaxUnspecified":false}},{"name":"discovery_device.proto","package":"com.lansweeper.discovery.device.v1","dependency":["google/protobuf/timestamp.proto","google/protobuf/any.proto","google/protobuf/wrappers.proto"],"messageType":[{"name":"Device","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"sensor_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sensorId"},{"name":"device_name","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"deviceName"},{"name":"ip_address","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"ipAddress"},{"name":"mac","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"mac"},{"name":"is_mac_locally_administered","number":6,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"isMacLocallyAdministered"},{"name":"mac_vendor","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"macVendor"},{"name":"brand","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"brand"},{"name":"model","number":9,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"model"},{"name":"os_name","number":10,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"osName"},{"name":"os_build","number":11,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"osBuild"},{"name":"os_version","number":12,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"osVersion"},{"name":"type","number":13,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"type"},{"name":"type_name","number":14,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"typeName"},{"name":"type_group_name","number":15,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"typeGroupName"},{"name":"is_family","number":16,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"isFamily"},{"name":"recognition_type","number":17,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"recognitionType"},{"name":"rank","number":18,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"rank"},{"name":"serial","number":19,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"serial"},{"name":"type_id","number":20,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"typeId"},{"name":"brand_id","number":21,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"brandId"},{"name":"model_id","number":22,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"modelId"},{"name":"os_id","number":23,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int32Value","jsonName":"osId"},{"name":"hw_cpe","number":24,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"hwCpe"},{"name":"fw_cpe","number":25,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"fwCpe"},{"name":"os_cpe","number":26,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"osCpe"},{"name":"fingerprints","number":27,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Any","jsonName":"fingerprints"},{"name":"scan","number":28,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.device.v1.Scan","oneofIndex":0,"jsonName":"scan","proto3Optional":true},{"name":"scan_server_name","number":29,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"scanServerName"},{"name":"scan_type","number":30,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"scanType"}],"oneofDecl":[{"name":"_scan"}]},{"name":"Scan","field":[{"name":"sections","number":1,"label":"LABEL_REPEATED","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.device.v1.ScanSection","jsonName":"sections"}]},{"name":"ScanSection","field":[{"name":"section_header","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.device.v1.ScanSectionHeader","jsonName":"sectionHeader"},{"name":"section_body","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Any","jsonName":"sectionBody"}]},{"name":"ScanSectionHeader","field":[{"name":"key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_INT32","jsonName":"key"},{"name":"name","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"name"},{"name":"source","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"source"},{"name":"scan_time","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"scanTime"},{"name":"duration","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Int64Value","jsonName":"duration"},{"name":"errors","number":6,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"errors"},{"name":"success","number":7,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BoolValue","jsonName":"success"},{"name":"hash","number":8,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.device.v1.Hash","oneofIndex":0,"jsonName":"hash","proto3Optional":true}],"oneofDecl":[{"name":"_hash"}]},{"name":"Hash","field":[{"name":"algorithm","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"algorithm"},{"name":"value","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_BYTES","jsonName":"value"}]}],"options":{"javaMultipleFiles":true,"goPackage":"./generated-go","csharpNamespace":"Lansweeper.Discovery.Model.Proto.Hub"},"sourceCodeInfo":{"location":[{"span":[0,0,69,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,43]},{"path":[8],"span":[4,0,34]},{"path":[8,10],"span":[4,0,34]},{"path":[8],"span":[5,0,65]},{"path":[8,37],"span":[5,0,65]},{"path":[8],"span":[6,0,37]},{"path":[8,11],"span":[6,0,37]},{"path":[3,0],"span":[8,0,41]},{"path":[3,1],"span":[9,0,35]},{"path":[3,2],"span":[10,0,40]},{"path":[4,0],"span":[13,0,44,1],"leadingComments":" Device root object "},{"path":[4,0,1],"span":[13,8,14]},{"path":[4,0,2,0],"span":[14,8,22]},{"path":[4,0,2,0,5],"span":[14,8,14]},{"path":[4,0,2,0,1],"span":[14,15,17]},{"path":[4,0,2,0,3],"span":[14,20,21]},{"path":[4,0,2,1],"span":[15,8,29]},{"path":[4,0,2,1,5],"span":[15,8,14]},{"path":[4,0,2,1,1],"span":[15,15,24]},{"path":[4,0,2,1,3],"span":[15,27,28]},{"path":[4,0,2,2],"span":[16,8,52]},{"path":[4,0,2,2,6],"span":[16,8,35]},{"path":[4,0,2,2,1],"span":[16,36,47]},{"path":[4,0,2,2,3],"span":[16,50,51]},{"path":[4,0,2,3],"span":[17,8,51]},{"path":[4,0,2,3,6],"span":[17,8,35]},{"path":[4,0,2,3,1],"span":[17,36,46]},{"path":[4,0,2,3,3],"span":[17,49,50]},{"path":[4,0,2,4],"span":[18,8,44]},{"path":[4,0,2,4,6],"span":[18,8,35]},{"path":[4,0,2,4,1],"span":[18,36,39]},{"path":[4,0,2,4,3],"span":[18,42,43]},{"path":[4,0,2,5],"span":[19,8,66]},{"path":[4,0,2,5,6],"span":[19,8,33]},{"path":[4,0,2,5,1],"span":[19,34,61]},{"path":[4,0,2,5,3],"span":[19,64,65]},{"path":[4,0,2,6],"span":[20,8,51]},{"path":[4,0,2,6,6],"span":[20,8,35]},{"path":[4,0,2,6,1],"span":[20,36,46]},{"path":[4,0,2,6,3],"span":[20,49,50]},{"path":[4,0,2,7],"span":[21,8,46]},{"path":[4,0,2,7,6],"span":[21,8,35]},{"path":[4,0,2,7,1],"span":[21,36,41]},{"path":[4,0,2,7,3],"span":[21,44,45]},{"path":[4,0,2,8],"span":[22,8,46]},{"path":[4,0,2,8,6],"span":[22,8,35]},{"path":[4,0,2,8,1],"span":[22,36,41]},{"path":[4,0,2,8,3],"span":[22,44,45]},{"path":[4,0,2,9],"span":[23,8,49]},{"path":[4,0,2,9,6],"span":[23,8,35]},{"path":[4,0,2,9,1],"span":[23,36,43]},{"path":[4,0,2,9,3],"span":[23,46,48]},{"path":[4,0,2,10],"span":[24,8,50]},{"path":[4,0,2,10,6],"span":[24,8,35]},{"path":[4,0,2,10,1],"span":[24,36,44]},{"path":[4,0,2,10,3],"span":[24,47,49]},{"path":[4,0,2,11],"span":[25,8,52]},{"path":[4,0,2,11,6],"span":[25,8,35]},{"path":[4,0,2,11,1],"span":[25,36,46]},{"path":[4,0,2,11,3],"span":[25,49,51]},{"path":[4,0,2,12],"span":[26,8,46]},{"path":[4,0,2,12,6],"span":[26,8,35]},{"path":[4,0,2,12,1],"span":[26,36,40]},{"path":[4,0,2,12,3],"span":[26,43,45]},{"path":[4,0,2,13],"span":[27,8,51]},{"path":[4,0,2,13,6],"span":[27,8,35]},{"path":[4,0,2,13,1],"span":[27,36,45]},{"path":[4,0,2,13,3],"span":[27,48,50]},{"path":[4,0,2,14],"span":[28,8,57]},{"path":[4,0,2,14,6],"span":[28,8,35]},{"path":[4,0,2,14,1],"span":[28,36,51]},{"path":[4,0,2,14,3],"span":[28,54,56]},{"path":[4,0,2,15],"span":[29,8,49]},{"path":[4,0,2,15,6],"span":[29,8,33]},{"path":[4,0,2,15,1],"span":[29,34,43]},{"path":[4,0,2,15,3],"span":[29,46,48]},{"path":[4,0,2,16],"span":[30,8,58]},{"path":[4,0,2,16,6],"span":[30,8,35]},{"path":[4,0,2,16,1],"span":[30,36,52]},{"path":[4,0,2,16,3],"span":[30,55,57]},{"path":[4,0,2,17],"span":[31,8,45]},{"path":[4,0,2,17,6],"span":[31,8,34]},{"path":[4,0,2,17,1],"span":[31,35,39]},{"path":[4,0,2,17,3],"span":[31,42,44]},{"path":[4,0,2,18],"span":[32,8,48]},{"path":[4,0,2,18,6],"span":[32,8,35]},{"path":[4,0,2,18,1],"span":[32,36,42]},{"path":[4,0,2,18,3],"span":[32,45,47]},{"path":[4,0,2,19],"span":[33,8,48]},{"path":[4,0,2,19,6],"span":[33,8,34]},{"path":[4,0,2,19,1],"span":[33,35,42]},{"path":[4,0,2,19,3],"span":[33,45,47]},{"path":[4,0,2,20],"span":[34,8,49]},{"path":[4,0,2,20,6],"span":[34,8,34]},{"path":[4,0,2,20,1],"span":[34,35,43]},{"path":[4,0,2,20,3],"span":[34,46,48]},{"path":[4,0,2,21],"span":[35,8,49]},{"path":[4,0,2,21,6],"span":[35,8,34]},{"path":[4,0,2,21,1],"span":[35,35,43]},{"path":[4,0,2,21,3],"span":[35,46,48]},{"path":[4,0,2,22],"span":[36,8,46]},{"path":[4,0,2,22,6],"span":[36,8,34]},{"path":[4,0,2,22,1],"span":[36,35,40]},{"path":[4,0,2,22,3],"span":[36,43,45]},{"path":[4,0,2,23],"span":[37,8,48]},{"path":[4,0,2,23,6],"span":[37,8,35]},{"path":[4,0,2,23,1],"span":[37,36,42]},{"path":[4,0,2,23,3],"span":[37,45,47]},{"path":[4,0,2,24],"span":[38,8,48]},{"path":[4,0,2,24,6],"span":[38,8,35]},{"path":[4,0,2,24,1],"span":[38,36,42]},{"path":[4,0,2,24,3],"span":[38,45,47]},{"path":[4,0,2,25],"span":[39,8,48]},{"path":[4,0,2,25,6],"span":[39,8,35]},{"path":[4,0,2,25,1],"span":[39,36,42]},{"path":[4,0,2,25,3],"span":[39,45,47]},{"path":[4,0,2,26],"span":[40,8,46],"trailingComments":" CDR fingerprints in a DevRecogInputDevice, as defined in data.platform\\fingerprints\\grpc\\proto\\fingerprints.proto wrapped in an Any-proto\n"},{"path":[4,0,2,26,6],"span":[40,8,27]},{"path":[4,0,2,26,1],"span":[40,28,40]},{"path":[4,0,2,26,3],"span":[40,43,45]},{"path":[4,0,2,27],"span":[41,8,32]},{"path":[4,0,2,27,4],"span":[41,8,16]},{"path":[4,0,2,27,6],"span":[41,17,21]},{"path":[4,0,2,27,1],"span":[41,22,26]},{"path":[4,0,2,27,3],"span":[41,29,31]},{"path":[4,0,2,28],"span":[42,8,58]},{"path":[4,0,2,28,6],"span":[42,8,35]},{"path":[4,0,2,28,1],"span":[42,36,52]},{"path":[4,0,2,28,3],"span":[42,55,57]},{"path":[4,0,2,29],"span":[43,8,51],"trailingComments":" quick, deep, local, etc.\n"},{"path":[4,0,2,29,6],"span":[43,8,35]},{"path":[4,0,2,29,1],"span":[43,36,45]},{"path":[4,0,2,29,3],"span":[43,48,50]},{"path":[4,1],"span":[46,0,48,1]},{"path":[4,1,1],"span":[46,8,12]},{"path":[4,1,2,0],"span":[47,2,36]},{"path":[4,1,2,0,4],"span":[47,2,10]},{"path":[4,1,2,0,6],"span":[47,11,22]},{"path":[4,1,2,0,1],"span":[47,23,31]},{"path":[4,1,2,0,3],"span":[47,34,35]},{"path":[4,2],"span":[50,0,53,1]},{"path":[4,2,1],"span":[50,8,19]},{"path":[4,2,2,0],"span":[51,2,39]},{"path":[4,2,2,0,6],"span":[51,2,19]},{"path":[4,2,2,0,1],"span":[51,20,34]},{"path":[4,2,2,0,3],"span":[51,37,38]},{"path":[4,2,2,1],"span":[52,2,39]},{"path":[4,2,2,1,6],"span":[52,2,21]},{"path":[4,2,2,1,1],"span":[52,22,34]},{"path":[4,2,2,1,3],"span":[52,37,38]},{"path":[4,3],"span":[55,0,64,1]},{"path":[4,3,1],"span":[55,8,25]},{"path":[4,3,2,0],"span":[56,2,16]},{"path":[4,3,2,0,5],"span":[56,2,7]},{"path":[4,3,2,0,1],"span":[56,8,11]},{"path":[4,3,2,0,3],"span":[56,14,15]},{"path":[4,3,2,1],"span":[57,2,18],"trailingComments":" e.g.: Windows:BasicInfo\n"},{"path":[4,3,2,1,5],"span":[57,2,8]},{"path":[4,3,2,1,1],"span":[57,9,13]},{"path":[4,3,2,1,3],"span":[57,16,17]},{"path":[4,3,2,2],"span":[58,2,41],"trailingComments":" e.g.: Wmi.Registry.WinApi\n"},{"path":[4,3,2,2,6],"span":[58,2,29]},{"path":[4,3,2,2,1],"span":[58,30,36]},{"path":[4,3,2,2,3],"span":[58,39,40]},{"path":[4,3,2,3],"span":[59,2,42]},{"path":[4,3,2,3,6],"span":[59,2,27]},{"path":[4,3,2,3,1],"span":[59,28,37]},{"path":[4,3,2,3,3],"span":[59,40,41]},{"path":[4,3,2,4],"span":[60,2,42]},{"path":[4,3,2,4,6],"span":[60,2,28]},{"path":[4,3,2,4,1],"span":[60,29,37]},{"path":[4,3,2,4,3],"span":[60,40,41]},{"path":[4,3,2,5],"span":[61,2,29]},{"path":[4,3,2,5,4],"span":[61,2,10]},{"path":[4,3,2,5,5],"span":[61,11,17]},{"path":[4,3,2,5,1],"span":[61,18,24]},{"path":[4,3,2,5,3],"span":[61,27,28]},{"path":[4,3,2,6],"span":[62,2,40]},{"path":[4,3,2,6,6],"span":[62,2,27]},{"path":[4,3,2,6,1],"span":[62,28,35]},{"path":[4,3,2,6,3],"span":[62,38,39]},{"path":[4,3,2,7],"span":[63,2,25]},{"path":[4,3,2,7,4],"span":[63,2,10]},{"path":[4,3,2,7,6],"span":[63,11,15]},{"path":[4,3,2,7,1],"span":[63,16,20]},{"path":[4,3,2,7,3],"span":[63,23,24]},{"path":[4,4],"span":[66,0,69,1]},{"path":[4,4,1],"span":[66,8,12]},{"path":[4,4,2,0],"span":[67,2,23]},{"path":[4,4,2,0,5],"span":[67,2,8]},{"path":[4,4,2,0,1],"span":[67,9,18]},{"path":[4,4,2,0,3],"span":[67,21,22]},{"path":[4,4,2,1],"span":[68,2,18]},{"path":[4,4,2,1,5],"span":[68,2,7]},{"path":[4,4,2,1,1],"span":[68,8,13]},{"path":[4,4,2,1,3],"span":[68,16,17]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"discovery_api.proto","package":"com.lansweeper.discovery.apiscan.v1","dependency":["google/protobuf/wrappers.proto","discovery_device.proto"],"messageType":[{"name":"ApiScan","field":[{"name":"id","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"id"},{"name":"sensor_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"sensorId"},{"name":"scan","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.device.v1.Scan","oneofIndex":0,"jsonName":"scan","proto3Optional":true},{"name":"scan_server_name","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.StringValue","jsonName":"scanServerName"}],"oneofDecl":[{"name":"_scan"}]}],"options":{"javaMultipleFiles":true,"goPackage":"./generated-go","csharpNamespace":"Lansweeper.Discovery.Model.Proto.Hub"},"sourceCodeInfo":{"location":[{"span":[0,0,19,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,44]},{"path":[8],"span":[4,0,34]},{"path":[8,10],"span":[4,0,34]},{"path":[8],"span":[6,0,65]},{"path":[8,37],"span":[6,0,65]},{"path":[8],"span":[7,0,37]},{"path":[8,11],"span":[7,0,37]},{"path":[3,0],"span":[9,0,40]},{"path":[3,1],"span":[11,0,32]},{"path":[4,0],"span":[14,0,19,1],"leadingComments":" API scan root object "},{"path":[4,0,1],"span":[14,8,15]},{"path":[4,0,2,0],"span":[15,8,22]},{"path":[4,0,2,0,5],"span":[15,8,14]},{"path":[4,0,2,0,1],"span":[15,15,17]},{"path":[4,0,2,0,3],"span":[15,20,21]},{"path":[4,0,2,1],"span":[16,8,29]},{"path":[4,0,2,1,5],"span":[16,8,14]},{"path":[4,0,2,1,1],"span":[16,15,24]},{"path":[4,0,2,1,3],"span":[16,27,28]},{"path":[4,0,2,2],"span":[17,8,66],"trailingComments":" Reuse the scan object from the device-proto\n"},{"path":[4,0,2,2,4],"span":[17,8,16]},{"path":[4,0,2,2,6],"span":[17,17,56]},{"path":[4,0,2,2,1],"span":[17,57,61]},{"path":[4,0,2,2,3],"span":[17,64,65]},{"path":[4,0,2,3],"span":[18,8,57]},{"path":[4,0,2,3,6],"span":[18,8,35]},{"path":[4,0,2,3,1],"span":[18,36,52]},{"path":[4,0,2,3,3],"span":[18,55,56]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}},{"name":"discovery_hub.proto","package":"com.lansweeper.discovery.hub.v1","dependency":["google/protobuf/timestamp.proto","google/protobuf/any.proto","google/protobuf/wrappers.proto"],"messageType":[{"name":"Header","field":[{"name":"entity_name","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"entityName"},{"name":"entity_id","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_STRING","jsonName":"entityId"},{"name":"properties_changed","number":3,"label":"LABEL_REPEATED","type":"TYPE_STRING","jsonName":"propertiesChanged"},{"name":"last_synced","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Timestamp","jsonName":"lastSynced"},{"name":"action","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_ENUM","typeName":".com.lansweeper.discovery.hub.v1.Action","jsonName":"action"}]},{"name":"Entity","field":[{"name":"header","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".com.lansweeper.discovery.hub.v1.Header","jsonName":"header"},{"name":"body","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.Any","jsonName":"body"}]},{"name":"EncryptedPacket","field":[{"name":"encrypted_session_key","number":1,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BytesValue","jsonName":"encryptedSessionKey"},{"name":"encrypted_data","number":2,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BytesValue","jsonName":"encryptedData"},{"name":"initialization_vector","number":3,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BytesValue","jsonName":"initializationVector"},{"name":"signature_hmac","number":4,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BytesValue","jsonName":"signatureHmac"},{"name":"signature","number":5,"label":"LABEL_OPTIONAL","type":"TYPE_MESSAGE","typeName":".google.protobuf.BytesValue","jsonName":"signature"}]}],"enumType":[{"name":"Action","value":[{"name":"NONE","number":0},{"name":"INSERT","number":1},{"name":"UPDATE","number":2},{"name":"DELETE","number":3}]}],"options":{"javaMultipleFiles":true,"goPackage":"./generated-go","csharpNamespace":"Lansweeper.Discovery.Model.Proto.Hub"},"sourceCodeInfo":{"location":[{"span":[0,0,40,1]},{"path":[12],"span":[0,0,18]},{"path":[2],"span":[2,0,40]},{"path":[8],"span":[4,0,34]},{"path":[8,10],"span":[4,0,34]},{"path":[8],"span":[6,0,65]},{"path":[8,37],"span":[6,0,65]},{"path":[8],"span":[7,0,37]},{"path":[8,11],"span":[7,0,37]},{"path":[3,0],"span":[9,0,41]},{"path":[3,1],"span":[10,0,35]},{"path":[3,2],"span":[11,0,40]},{"path":[5,0],"span":[13,0,18,1]},{"path":[5,0,1],"span":[13,5,11]},{"path":[5,0,2,0],"span":[14,2,11]},{"path":[5,0,2,0,1],"span":[14,2,6]},{"path":[5,0,2,0,2],"span":[14,9,10]},{"path":[5,0,2,1],"span":[15,2,13]},{"path":[5,0,2,1,1],"span":[15,2,8]},{"path":[5,0,2,1,2],"span":[15,11,12]},{"path":[5,0,2,2],"span":[16,2,13]},{"path":[5,0,2,2,1],"span":[16,2,8]},{"path":[5,0,2,2,2],"span":[16,11,12]},{"path":[5,0,2,3],"span":[17,2,13]},{"path":[5,0,2,3,1],"span":[17,2,8]},{"path":[5,0,2,3,2],"span":[17,11,12]},{"path":[4,0],"span":[20,0,26,1]},{"path":[4,0,1],"span":[20,8,14]},{"path":[4,0,2,0],"span":[21,2,25],"trailingComments":" \"Device\", \"ApiScan\"\n"},{"path":[4,0,2,0,5],"span":[21,2,8]},{"path":[4,0,2,0,1],"span":[21,9,20]},{"path":[4,0,2,0,3],"span":[21,23,24]},{"path":[4,0,2,1],"span":[22,2,23]},{"path":[4,0,2,1,5],"span":[22,2,8]},{"path":[4,0,2,1,1],"span":[22,9,18]},{"path":[4,0,2,1,3],"span":[22,21,22]},{"path":[4,0,2,2],"span":[23,2,41]},{"path":[4,0,2,2,4],"span":[23,2,10]},{"path":[4,0,2,2,5],"span":[23,11,17]},{"path":[4,0,2,2,1],"span":[23,18,36]},{"path":[4,0,2,2,3],"span":[23,39,40]},{"path":[4,0,2,3],"span":[24,2,44]},{"path":[4,0,2,3,6],"span":[24,2,27]},{"path":[4,0,2,3,1],"span":[24,28,39]},{"path":[4,0,2,3,3],"span":[24,42,43]},{"path":[4,0,2,4],"span":[25,2,20]},{"path":[4,0,2,4,6],"span":[25,2,8]},{"path":[4,0,2,4,1],"span":[25,9,15]},{"path":[4,0,2,4,3],"span":[25,18,19]},{"path":[4,1],"span":[29,0,32,1],"leadingComments":" Entity root object "},{"path":[4,1,1],"span":[29,8,14]},{"path":[4,1,2,0],"span":[30,4,22]},{"path":[4,1,2,0,6],"span":[30,4,10]},{"path":[4,1,2,0,1],"span":[30,11,17]},{"path":[4,1,2,0,3],"span":[30,20,21]},{"path":[4,1,2,1],"span":[31,4,33]},{"path":[4,1,2,1,6],"span":[31,4,23]},{"path":[4,1,2,1,1],"span":[31,24,28]},{"path":[4,1,2,1,3],"span":[31,31,32]},{"path":[4,2],"span":[34,0,40,1]},{"path":[4,2,1],"span":[34,8,23]},{"path":[4,2,2,0],"span":[35,2,55]},{"path":[4,2,2,0,6],"span":[35,2,28]},{"path":[4,2,2,0,1],"span":[35,29,50]},{"path":[4,2,2,0,3],"span":[35,53,54]},{"path":[4,2,2,1],"span":[36,2,48]},{"path":[4,2,2,1,6],"span":[36,2,28]},{"path":[4,2,2,1,1],"span":[36,29,43]},{"path":[4,2,2,1,3],"span":[36,46,47]},{"path":[4,2,2,2],"span":[37,2,55]},{"path":[4,2,2,2,6],"span":[37,2,28]},{"path":[4,2,2,2,1],"span":[37,29,50]},{"path":[4,2,2,2,3],"span":[37,53,54]},{"path":[4,2,2,3],"span":[38,2,48]},{"path":[4,2,2,3,6],"span":[38,2,28]},{"path":[4,2,2,3,1],"span":[38,29,43]},{"path":[4,2,2,3,3],"span":[38,46,47]},{"path":[4,2,2,4],"span":[39,2,43]},{"path":[4,2,2,4,6],"span":[39,2,28]},{"path":[4,2,2,4,1],"span":[39,29,38]},{"path":[4,2,2,4,3],"span":[39,41,42]}]},"syntax":"proto3","bufExtension":{"isImport":false,"isSyntaxUnspecified":false}}]}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@lansweeper/discovery-hub-proto",
3
3
  "description": "Discovery Hub proto",
4
- "version": "2.13.2",
4
+ "version": "2.13.3",
5
5
  "main": "gen-proto/index.js",
6
6
  "types": "gen-proto/index.d.ts",
7
7
  "license": "MIT",
@@ -16,5 +16,5 @@
16
16
  "devDependencies": {
17
17
  "@types/google-protobuf": "^3.15.5"
18
18
  },
19
- "gitHead": "15feb126270c054b8ef9d85426c615e61ac5879f"
19
+ "gitHead": "edfa478a5783c3cb7425edb8531cabb527301be9"
20
20
  }
@@ -3,7 +3,6 @@ syntax = "proto3";
3
3
  package com.lansweeper.discovery.device.v1;
4
4
 
5
5
  option java_multiple_files = true;
6
-
7
6
  option csharp_namespace = "Lansweeper.Discovery.Model.Proto.Hub";
8
7
  option go_package = "./generated-go";
9
8