@lansweeper/data-platform-outbound-grpc 0.10.4 → 0.12.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.
- package/CHANGELOG.md +14 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +43 -0
- package/gen-proto/outbound_pb.js +286 -2
- package/generated-go/outbound.pb.go +5328 -5187
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +7 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputers$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputers$Builder$ConnectedComputersConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputers$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputers$ConnectedComputersDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputers.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorConnectedComputersOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$2.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory$RelationCase.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventory.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +7 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.java +3 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorConnectedComputers.java +760 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorConnectedComputersOrBuilder.java +64 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorInventory.java +587 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/MonitorInventoryOrBuilder.java +56 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +1549 -1517
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +8 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/model/target/{outbound-model-0.10.3-sources.jar → outbound-model-0.11.0-sources.jar} +0 -0
- package/model/target/{outbound-model-0.10.3.jar → outbound-model-0.11.0.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +7 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.10.3-sources.jar → outbound-service-0.11.0-sources.jar} +0 -0
- package/service/target/{outbound-service-0.10.3.jar → outbound-service-0.11.0.jar} +0 -0
|
@@ -0,0 +1,760 @@
|
|
|
1
|
+
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
2
|
+
// source: outbound.proto
|
|
3
|
+
|
|
4
|
+
// Protobuf Java Version: 3.25.1
|
|
5
|
+
package com.lansweeper.dp.outbound.v1;
|
|
6
|
+
|
|
7
|
+
/**
|
|
8
|
+
* Protobuf type {@code com.lansweeper.dp.outbound.v1.MonitorConnectedComputers}
|
|
9
|
+
*/
|
|
10
|
+
public final class MonitorConnectedComputers extends
|
|
11
|
+
com.google.protobuf.GeneratedMessageV3 implements
|
|
12
|
+
// @@protoc_insertion_point(message_implements:com.lansweeper.dp.outbound.v1.MonitorConnectedComputers)
|
|
13
|
+
MonitorConnectedComputersOrBuilder {
|
|
14
|
+
private static final long serialVersionUID = 0L;
|
|
15
|
+
// Use MonitorConnectedComputers.newBuilder() to construct.
|
|
16
|
+
private MonitorConnectedComputers(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
17
|
+
super(builder);
|
|
18
|
+
}
|
|
19
|
+
private MonitorConnectedComputers() {
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
@java.lang.Override
|
|
23
|
+
@SuppressWarnings({"unused"})
|
|
24
|
+
protected java.lang.Object newInstance(
|
|
25
|
+
UnusedPrivateParameter unused) {
|
|
26
|
+
return new MonitorConnectedComputers();
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
public static final com.google.protobuf.Descriptors.Descriptor
|
|
30
|
+
getDescriptor() {
|
|
31
|
+
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputers_descriptor;
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
@SuppressWarnings({"rawtypes"})
|
|
35
|
+
@java.lang.Override
|
|
36
|
+
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(
|
|
37
|
+
int number) {
|
|
38
|
+
switch (number) {
|
|
39
|
+
case 1:
|
|
40
|
+
return internalGetConnectedComputers();
|
|
41
|
+
default:
|
|
42
|
+
throw new RuntimeException(
|
|
43
|
+
"Invalid map field number: " + number);
|
|
44
|
+
}
|
|
45
|
+
}
|
|
46
|
+
@java.lang.Override
|
|
47
|
+
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
48
|
+
internalGetFieldAccessorTable() {
|
|
49
|
+
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputers_fieldAccessorTable
|
|
50
|
+
.ensureFieldAccessorsInitialized(
|
|
51
|
+
com.lansweeper.dp.outbound.v1.MonitorConnectedComputers.class, com.lansweeper.dp.outbound.v1.MonitorConnectedComputers.Builder.class);
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
public static final int CONNECTED_COMPUTERS_FIELD_NUMBER = 1;
|
|
55
|
+
private static final class ConnectedComputersDefaultEntryHolder {
|
|
56
|
+
static final com.google.protobuf.MapEntry<
|
|
57
|
+
java.lang.String, com.google.protobuf.Timestamp> defaultEntry =
|
|
58
|
+
com.google.protobuf.MapEntry
|
|
59
|
+
.<java.lang.String, com.google.protobuf.Timestamp>newDefaultInstance(
|
|
60
|
+
com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputers_ConnectedComputersEntry_descriptor,
|
|
61
|
+
com.google.protobuf.WireFormat.FieldType.STRING,
|
|
62
|
+
"",
|
|
63
|
+
com.google.protobuf.WireFormat.FieldType.MESSAGE,
|
|
64
|
+
com.google.protobuf.Timestamp.getDefaultInstance());
|
|
65
|
+
}
|
|
66
|
+
@SuppressWarnings("serial")
|
|
67
|
+
private com.google.protobuf.MapField<
|
|
68
|
+
java.lang.String, com.google.protobuf.Timestamp> connectedComputers_;
|
|
69
|
+
private com.google.protobuf.MapField<java.lang.String, com.google.protobuf.Timestamp>
|
|
70
|
+
internalGetConnectedComputers() {
|
|
71
|
+
if (connectedComputers_ == null) {
|
|
72
|
+
return com.google.protobuf.MapField.emptyMapField(
|
|
73
|
+
ConnectedComputersDefaultEntryHolder.defaultEntry);
|
|
74
|
+
}
|
|
75
|
+
return connectedComputers_;
|
|
76
|
+
}
|
|
77
|
+
public int getConnectedComputersCount() {
|
|
78
|
+
return internalGetConnectedComputers().getMap().size();
|
|
79
|
+
}
|
|
80
|
+
/**
|
|
81
|
+
* <pre>
|
|
82
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
83
|
+
* </pre>
|
|
84
|
+
*
|
|
85
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
86
|
+
*/
|
|
87
|
+
@java.lang.Override
|
|
88
|
+
public boolean containsConnectedComputers(
|
|
89
|
+
java.lang.String key) {
|
|
90
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
91
|
+
return internalGetConnectedComputers().getMap().containsKey(key);
|
|
92
|
+
}
|
|
93
|
+
/**
|
|
94
|
+
* Use {@link #getConnectedComputersMap()} instead.
|
|
95
|
+
*/
|
|
96
|
+
@java.lang.Override
|
|
97
|
+
@java.lang.Deprecated
|
|
98
|
+
public java.util.Map<java.lang.String, com.google.protobuf.Timestamp> getConnectedComputers() {
|
|
99
|
+
return getConnectedComputersMap();
|
|
100
|
+
}
|
|
101
|
+
/**
|
|
102
|
+
* <pre>
|
|
103
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
104
|
+
* </pre>
|
|
105
|
+
*
|
|
106
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
107
|
+
*/
|
|
108
|
+
@java.lang.Override
|
|
109
|
+
public java.util.Map<java.lang.String, com.google.protobuf.Timestamp> getConnectedComputersMap() {
|
|
110
|
+
return internalGetConnectedComputers().getMap();
|
|
111
|
+
}
|
|
112
|
+
/**
|
|
113
|
+
* <pre>
|
|
114
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
115
|
+
* </pre>
|
|
116
|
+
*
|
|
117
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
118
|
+
*/
|
|
119
|
+
@java.lang.Override
|
|
120
|
+
public /* nullable */
|
|
121
|
+
com.google.protobuf.Timestamp getConnectedComputersOrDefault(
|
|
122
|
+
java.lang.String key,
|
|
123
|
+
/* nullable */
|
|
124
|
+
com.google.protobuf.Timestamp defaultValue) {
|
|
125
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
126
|
+
java.util.Map<java.lang.String, com.google.protobuf.Timestamp> map =
|
|
127
|
+
internalGetConnectedComputers().getMap();
|
|
128
|
+
return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
129
|
+
}
|
|
130
|
+
/**
|
|
131
|
+
* <pre>
|
|
132
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
133
|
+
* </pre>
|
|
134
|
+
*
|
|
135
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
136
|
+
*/
|
|
137
|
+
@java.lang.Override
|
|
138
|
+
public com.google.protobuf.Timestamp getConnectedComputersOrThrow(
|
|
139
|
+
java.lang.String key) {
|
|
140
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
141
|
+
java.util.Map<java.lang.String, com.google.protobuf.Timestamp> map =
|
|
142
|
+
internalGetConnectedComputers().getMap();
|
|
143
|
+
if (!map.containsKey(key)) {
|
|
144
|
+
throw new java.lang.IllegalArgumentException();
|
|
145
|
+
}
|
|
146
|
+
return map.get(key);
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
private byte memoizedIsInitialized = -1;
|
|
150
|
+
@java.lang.Override
|
|
151
|
+
public final boolean isInitialized() {
|
|
152
|
+
byte isInitialized = memoizedIsInitialized;
|
|
153
|
+
if (isInitialized == 1) return true;
|
|
154
|
+
if (isInitialized == 0) return false;
|
|
155
|
+
|
|
156
|
+
memoizedIsInitialized = 1;
|
|
157
|
+
return true;
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
@java.lang.Override
|
|
161
|
+
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
162
|
+
throws java.io.IOException {
|
|
163
|
+
com.google.protobuf.GeneratedMessageV3
|
|
164
|
+
.serializeStringMapTo(
|
|
165
|
+
output,
|
|
166
|
+
internalGetConnectedComputers(),
|
|
167
|
+
ConnectedComputersDefaultEntryHolder.defaultEntry,
|
|
168
|
+
1);
|
|
169
|
+
getUnknownFields().writeTo(output);
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
@java.lang.Override
|
|
173
|
+
public int getSerializedSize() {
|
|
174
|
+
int size = memoizedSize;
|
|
175
|
+
if (size != -1) return size;
|
|
176
|
+
|
|
177
|
+
size = 0;
|
|
178
|
+
for (java.util.Map.Entry<java.lang.String, com.google.protobuf.Timestamp> entry
|
|
179
|
+
: internalGetConnectedComputers().getMap().entrySet()) {
|
|
180
|
+
com.google.protobuf.MapEntry<java.lang.String, com.google.protobuf.Timestamp>
|
|
181
|
+
connectedComputers__ = ConnectedComputersDefaultEntryHolder.defaultEntry.newBuilderForType()
|
|
182
|
+
.setKey(entry.getKey())
|
|
183
|
+
.setValue(entry.getValue())
|
|
184
|
+
.build();
|
|
185
|
+
size += com.google.protobuf.CodedOutputStream
|
|
186
|
+
.computeMessageSize(1, connectedComputers__);
|
|
187
|
+
}
|
|
188
|
+
size += getUnknownFields().getSerializedSize();
|
|
189
|
+
memoizedSize = size;
|
|
190
|
+
return size;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
@java.lang.Override
|
|
194
|
+
public boolean equals(final java.lang.Object obj) {
|
|
195
|
+
if (obj == this) {
|
|
196
|
+
return true;
|
|
197
|
+
}
|
|
198
|
+
if (!(obj instanceof com.lansweeper.dp.outbound.v1.MonitorConnectedComputers)) {
|
|
199
|
+
return super.equals(obj);
|
|
200
|
+
}
|
|
201
|
+
com.lansweeper.dp.outbound.v1.MonitorConnectedComputers other = (com.lansweeper.dp.outbound.v1.MonitorConnectedComputers) obj;
|
|
202
|
+
|
|
203
|
+
if (!internalGetConnectedComputers().equals(
|
|
204
|
+
other.internalGetConnectedComputers())) return false;
|
|
205
|
+
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
206
|
+
return true;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
@java.lang.Override
|
|
210
|
+
public int hashCode() {
|
|
211
|
+
if (memoizedHashCode != 0) {
|
|
212
|
+
return memoizedHashCode;
|
|
213
|
+
}
|
|
214
|
+
int hash = 41;
|
|
215
|
+
hash = (19 * hash) + getDescriptor().hashCode();
|
|
216
|
+
if (!internalGetConnectedComputers().getMap().isEmpty()) {
|
|
217
|
+
hash = (37 * hash) + CONNECTED_COMPUTERS_FIELD_NUMBER;
|
|
218
|
+
hash = (53 * hash) + internalGetConnectedComputers().hashCode();
|
|
219
|
+
}
|
|
220
|
+
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
221
|
+
memoizedHashCode = hash;
|
|
222
|
+
return hash;
|
|
223
|
+
}
|
|
224
|
+
|
|
225
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseFrom(
|
|
226
|
+
java.nio.ByteBuffer data)
|
|
227
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
228
|
+
return PARSER.parseFrom(data);
|
|
229
|
+
}
|
|
230
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseFrom(
|
|
231
|
+
java.nio.ByteBuffer data,
|
|
232
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
233
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
234
|
+
return PARSER.parseFrom(data, extensionRegistry);
|
|
235
|
+
}
|
|
236
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseFrom(
|
|
237
|
+
com.google.protobuf.ByteString data)
|
|
238
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
239
|
+
return PARSER.parseFrom(data);
|
|
240
|
+
}
|
|
241
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseFrom(
|
|
242
|
+
com.google.protobuf.ByteString data,
|
|
243
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
244
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
245
|
+
return PARSER.parseFrom(data, extensionRegistry);
|
|
246
|
+
}
|
|
247
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseFrom(byte[] data)
|
|
248
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
249
|
+
return PARSER.parseFrom(data);
|
|
250
|
+
}
|
|
251
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseFrom(
|
|
252
|
+
byte[] data,
|
|
253
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
254
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
255
|
+
return PARSER.parseFrom(data, extensionRegistry);
|
|
256
|
+
}
|
|
257
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseFrom(java.io.InputStream input)
|
|
258
|
+
throws java.io.IOException {
|
|
259
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
260
|
+
.parseWithIOException(PARSER, input);
|
|
261
|
+
}
|
|
262
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseFrom(
|
|
263
|
+
java.io.InputStream input,
|
|
264
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
265
|
+
throws java.io.IOException {
|
|
266
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
267
|
+
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseDelimitedFrom(java.io.InputStream input)
|
|
271
|
+
throws java.io.IOException {
|
|
272
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
273
|
+
.parseDelimitedWithIOException(PARSER, input);
|
|
274
|
+
}
|
|
275
|
+
|
|
276
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseDelimitedFrom(
|
|
277
|
+
java.io.InputStream input,
|
|
278
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
279
|
+
throws java.io.IOException {
|
|
280
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
281
|
+
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
282
|
+
}
|
|
283
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseFrom(
|
|
284
|
+
com.google.protobuf.CodedInputStream input)
|
|
285
|
+
throws java.io.IOException {
|
|
286
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
287
|
+
.parseWithIOException(PARSER, input);
|
|
288
|
+
}
|
|
289
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers parseFrom(
|
|
290
|
+
com.google.protobuf.CodedInputStream input,
|
|
291
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
292
|
+
throws java.io.IOException {
|
|
293
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
294
|
+
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
@java.lang.Override
|
|
298
|
+
public Builder newBuilderForType() { return newBuilder(); }
|
|
299
|
+
public static Builder newBuilder() {
|
|
300
|
+
return DEFAULT_INSTANCE.toBuilder();
|
|
301
|
+
}
|
|
302
|
+
public static Builder newBuilder(com.lansweeper.dp.outbound.v1.MonitorConnectedComputers prototype) {
|
|
303
|
+
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
304
|
+
}
|
|
305
|
+
@java.lang.Override
|
|
306
|
+
public Builder toBuilder() {
|
|
307
|
+
return this == DEFAULT_INSTANCE
|
|
308
|
+
? new Builder() : new Builder().mergeFrom(this);
|
|
309
|
+
}
|
|
310
|
+
|
|
311
|
+
@java.lang.Override
|
|
312
|
+
protected Builder newBuilderForType(
|
|
313
|
+
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
314
|
+
Builder builder = new Builder(parent);
|
|
315
|
+
return builder;
|
|
316
|
+
}
|
|
317
|
+
/**
|
|
318
|
+
* Protobuf type {@code com.lansweeper.dp.outbound.v1.MonitorConnectedComputers}
|
|
319
|
+
*/
|
|
320
|
+
public static final class Builder extends
|
|
321
|
+
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
322
|
+
// @@protoc_insertion_point(builder_implements:com.lansweeper.dp.outbound.v1.MonitorConnectedComputers)
|
|
323
|
+
com.lansweeper.dp.outbound.v1.MonitorConnectedComputersOrBuilder {
|
|
324
|
+
public static final com.google.protobuf.Descriptors.Descriptor
|
|
325
|
+
getDescriptor() {
|
|
326
|
+
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputers_descriptor;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
@SuppressWarnings({"rawtypes"})
|
|
330
|
+
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(
|
|
331
|
+
int number) {
|
|
332
|
+
switch (number) {
|
|
333
|
+
case 1:
|
|
334
|
+
return internalGetConnectedComputers();
|
|
335
|
+
default:
|
|
336
|
+
throw new RuntimeException(
|
|
337
|
+
"Invalid map field number: " + number);
|
|
338
|
+
}
|
|
339
|
+
}
|
|
340
|
+
@SuppressWarnings({"rawtypes"})
|
|
341
|
+
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
|
|
342
|
+
int number) {
|
|
343
|
+
switch (number) {
|
|
344
|
+
case 1:
|
|
345
|
+
return internalGetMutableConnectedComputers();
|
|
346
|
+
default:
|
|
347
|
+
throw new RuntimeException(
|
|
348
|
+
"Invalid map field number: " + number);
|
|
349
|
+
}
|
|
350
|
+
}
|
|
351
|
+
@java.lang.Override
|
|
352
|
+
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
353
|
+
internalGetFieldAccessorTable() {
|
|
354
|
+
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputers_fieldAccessorTable
|
|
355
|
+
.ensureFieldAccessorsInitialized(
|
|
356
|
+
com.lansweeper.dp.outbound.v1.MonitorConnectedComputers.class, com.lansweeper.dp.outbound.v1.MonitorConnectedComputers.Builder.class);
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
// Construct using com.lansweeper.dp.outbound.v1.MonitorConnectedComputers.newBuilder()
|
|
360
|
+
private Builder() {
|
|
361
|
+
|
|
362
|
+
}
|
|
363
|
+
|
|
364
|
+
private Builder(
|
|
365
|
+
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
366
|
+
super(parent);
|
|
367
|
+
|
|
368
|
+
}
|
|
369
|
+
@java.lang.Override
|
|
370
|
+
public Builder clear() {
|
|
371
|
+
super.clear();
|
|
372
|
+
bitField0_ = 0;
|
|
373
|
+
internalGetMutableConnectedComputers().clear();
|
|
374
|
+
return this;
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
@java.lang.Override
|
|
378
|
+
public com.google.protobuf.Descriptors.Descriptor
|
|
379
|
+
getDescriptorForType() {
|
|
380
|
+
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_MonitorConnectedComputers_descriptor;
|
|
381
|
+
}
|
|
382
|
+
|
|
383
|
+
@java.lang.Override
|
|
384
|
+
public com.lansweeper.dp.outbound.v1.MonitorConnectedComputers getDefaultInstanceForType() {
|
|
385
|
+
return com.lansweeper.dp.outbound.v1.MonitorConnectedComputers.getDefaultInstance();
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
@java.lang.Override
|
|
389
|
+
public com.lansweeper.dp.outbound.v1.MonitorConnectedComputers build() {
|
|
390
|
+
com.lansweeper.dp.outbound.v1.MonitorConnectedComputers result = buildPartial();
|
|
391
|
+
if (!result.isInitialized()) {
|
|
392
|
+
throw newUninitializedMessageException(result);
|
|
393
|
+
}
|
|
394
|
+
return result;
|
|
395
|
+
}
|
|
396
|
+
|
|
397
|
+
@java.lang.Override
|
|
398
|
+
public com.lansweeper.dp.outbound.v1.MonitorConnectedComputers buildPartial() {
|
|
399
|
+
com.lansweeper.dp.outbound.v1.MonitorConnectedComputers result = new com.lansweeper.dp.outbound.v1.MonitorConnectedComputers(this);
|
|
400
|
+
if (bitField0_ != 0) { buildPartial0(result); }
|
|
401
|
+
onBuilt();
|
|
402
|
+
return result;
|
|
403
|
+
}
|
|
404
|
+
|
|
405
|
+
private void buildPartial0(com.lansweeper.dp.outbound.v1.MonitorConnectedComputers result) {
|
|
406
|
+
int from_bitField0_ = bitField0_;
|
|
407
|
+
if (((from_bitField0_ & 0x00000001) != 0)) {
|
|
408
|
+
result.connectedComputers_ = internalGetConnectedComputers().build(ConnectedComputersDefaultEntryHolder.defaultEntry);
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
|
|
412
|
+
@java.lang.Override
|
|
413
|
+
public Builder clone() {
|
|
414
|
+
return super.clone();
|
|
415
|
+
}
|
|
416
|
+
@java.lang.Override
|
|
417
|
+
public Builder setField(
|
|
418
|
+
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
419
|
+
java.lang.Object value) {
|
|
420
|
+
return super.setField(field, value);
|
|
421
|
+
}
|
|
422
|
+
@java.lang.Override
|
|
423
|
+
public Builder clearField(
|
|
424
|
+
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
425
|
+
return super.clearField(field);
|
|
426
|
+
}
|
|
427
|
+
@java.lang.Override
|
|
428
|
+
public Builder clearOneof(
|
|
429
|
+
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
430
|
+
return super.clearOneof(oneof);
|
|
431
|
+
}
|
|
432
|
+
@java.lang.Override
|
|
433
|
+
public Builder setRepeatedField(
|
|
434
|
+
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
435
|
+
int index, java.lang.Object value) {
|
|
436
|
+
return super.setRepeatedField(field, index, value);
|
|
437
|
+
}
|
|
438
|
+
@java.lang.Override
|
|
439
|
+
public Builder addRepeatedField(
|
|
440
|
+
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
441
|
+
java.lang.Object value) {
|
|
442
|
+
return super.addRepeatedField(field, value);
|
|
443
|
+
}
|
|
444
|
+
@java.lang.Override
|
|
445
|
+
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
446
|
+
if (other instanceof com.lansweeper.dp.outbound.v1.MonitorConnectedComputers) {
|
|
447
|
+
return mergeFrom((com.lansweeper.dp.outbound.v1.MonitorConnectedComputers)other);
|
|
448
|
+
} else {
|
|
449
|
+
super.mergeFrom(other);
|
|
450
|
+
return this;
|
|
451
|
+
}
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
public Builder mergeFrom(com.lansweeper.dp.outbound.v1.MonitorConnectedComputers other) {
|
|
455
|
+
if (other == com.lansweeper.dp.outbound.v1.MonitorConnectedComputers.getDefaultInstance()) return this;
|
|
456
|
+
internalGetMutableConnectedComputers().mergeFrom(
|
|
457
|
+
other.internalGetConnectedComputers());
|
|
458
|
+
bitField0_ |= 0x00000001;
|
|
459
|
+
this.mergeUnknownFields(other.getUnknownFields());
|
|
460
|
+
onChanged();
|
|
461
|
+
return this;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
@java.lang.Override
|
|
465
|
+
public final boolean isInitialized() {
|
|
466
|
+
return true;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
@java.lang.Override
|
|
470
|
+
public Builder mergeFrom(
|
|
471
|
+
com.google.protobuf.CodedInputStream input,
|
|
472
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
473
|
+
throws java.io.IOException {
|
|
474
|
+
if (extensionRegistry == null) {
|
|
475
|
+
throw new java.lang.NullPointerException();
|
|
476
|
+
}
|
|
477
|
+
try {
|
|
478
|
+
boolean done = false;
|
|
479
|
+
while (!done) {
|
|
480
|
+
int tag = input.readTag();
|
|
481
|
+
switch (tag) {
|
|
482
|
+
case 0:
|
|
483
|
+
done = true;
|
|
484
|
+
break;
|
|
485
|
+
case 10: {
|
|
486
|
+
com.google.protobuf.MapEntry<java.lang.String, com.google.protobuf.Timestamp>
|
|
487
|
+
connectedComputers__ = input.readMessage(
|
|
488
|
+
ConnectedComputersDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
|
|
489
|
+
internalGetMutableConnectedComputers().ensureBuilderMap().put(
|
|
490
|
+
connectedComputers__.getKey(), connectedComputers__.getValue());
|
|
491
|
+
bitField0_ |= 0x00000001;
|
|
492
|
+
break;
|
|
493
|
+
} // case 10
|
|
494
|
+
default: {
|
|
495
|
+
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
496
|
+
done = true; // was an endgroup tag
|
|
497
|
+
}
|
|
498
|
+
break;
|
|
499
|
+
} // default:
|
|
500
|
+
} // switch (tag)
|
|
501
|
+
} // while (!done)
|
|
502
|
+
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
503
|
+
throw e.unwrapIOException();
|
|
504
|
+
} finally {
|
|
505
|
+
onChanged();
|
|
506
|
+
} // finally
|
|
507
|
+
return this;
|
|
508
|
+
}
|
|
509
|
+
private int bitField0_;
|
|
510
|
+
|
|
511
|
+
private static final class ConnectedComputersConverter implements com.google.protobuf.MapFieldBuilder.Converter<java.lang.String, com.google.protobuf.TimestampOrBuilder, com.google.protobuf.Timestamp> {
|
|
512
|
+
@java.lang.Override
|
|
513
|
+
public com.google.protobuf.Timestamp build(com.google.protobuf.TimestampOrBuilder val) {
|
|
514
|
+
if (val instanceof com.google.protobuf.Timestamp) { return (com.google.protobuf.Timestamp) val; }
|
|
515
|
+
return ((com.google.protobuf.Timestamp.Builder) val).build();
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
@java.lang.Override
|
|
519
|
+
public com.google.protobuf.MapEntry<java.lang.String, com.google.protobuf.Timestamp> defaultEntry() {
|
|
520
|
+
return ConnectedComputersDefaultEntryHolder.defaultEntry;
|
|
521
|
+
}
|
|
522
|
+
};
|
|
523
|
+
private static final ConnectedComputersConverter connectedComputersConverter = new ConnectedComputersConverter();
|
|
524
|
+
|
|
525
|
+
private com.google.protobuf.MapFieldBuilder<
|
|
526
|
+
java.lang.String, com.google.protobuf.TimestampOrBuilder, com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder> connectedComputers_;
|
|
527
|
+
private com.google.protobuf.MapFieldBuilder<java.lang.String, com.google.protobuf.TimestampOrBuilder, com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder>
|
|
528
|
+
internalGetConnectedComputers() {
|
|
529
|
+
if (connectedComputers_ == null) {
|
|
530
|
+
return new com.google.protobuf.MapFieldBuilder<>(connectedComputersConverter);
|
|
531
|
+
}
|
|
532
|
+
return connectedComputers_;
|
|
533
|
+
}
|
|
534
|
+
private com.google.protobuf.MapFieldBuilder<java.lang.String, com.google.protobuf.TimestampOrBuilder, com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder>
|
|
535
|
+
internalGetMutableConnectedComputers() {
|
|
536
|
+
if (connectedComputers_ == null) {
|
|
537
|
+
connectedComputers_ = new com.google.protobuf.MapFieldBuilder<>(connectedComputersConverter);
|
|
538
|
+
}
|
|
539
|
+
bitField0_ |= 0x00000001;
|
|
540
|
+
onChanged();
|
|
541
|
+
return connectedComputers_;
|
|
542
|
+
}
|
|
543
|
+
public int getConnectedComputersCount() {
|
|
544
|
+
return internalGetConnectedComputers().ensureBuilderMap().size();
|
|
545
|
+
}
|
|
546
|
+
/**
|
|
547
|
+
* <pre>
|
|
548
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
549
|
+
* </pre>
|
|
550
|
+
*
|
|
551
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
552
|
+
*/
|
|
553
|
+
@java.lang.Override
|
|
554
|
+
public boolean containsConnectedComputers(
|
|
555
|
+
java.lang.String key) {
|
|
556
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
557
|
+
return internalGetConnectedComputers().ensureBuilderMap().containsKey(key);
|
|
558
|
+
}
|
|
559
|
+
/**
|
|
560
|
+
* Use {@link #getConnectedComputersMap()} instead.
|
|
561
|
+
*/
|
|
562
|
+
@java.lang.Override
|
|
563
|
+
@java.lang.Deprecated
|
|
564
|
+
public java.util.Map<java.lang.String, com.google.protobuf.Timestamp> getConnectedComputers() {
|
|
565
|
+
return getConnectedComputersMap();
|
|
566
|
+
}
|
|
567
|
+
/**
|
|
568
|
+
* <pre>
|
|
569
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
570
|
+
* </pre>
|
|
571
|
+
*
|
|
572
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
573
|
+
*/
|
|
574
|
+
@java.lang.Override
|
|
575
|
+
public java.util.Map<java.lang.String, com.google.protobuf.Timestamp> getConnectedComputersMap() {
|
|
576
|
+
return internalGetConnectedComputers().getImmutableMap();
|
|
577
|
+
}
|
|
578
|
+
/**
|
|
579
|
+
* <pre>
|
|
580
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
581
|
+
* </pre>
|
|
582
|
+
*
|
|
583
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
584
|
+
*/
|
|
585
|
+
@java.lang.Override
|
|
586
|
+
public /* nullable */
|
|
587
|
+
com.google.protobuf.Timestamp getConnectedComputersOrDefault(
|
|
588
|
+
java.lang.String key,
|
|
589
|
+
/* nullable */
|
|
590
|
+
com.google.protobuf.Timestamp defaultValue) {
|
|
591
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
592
|
+
java.util.Map<java.lang.String, com.google.protobuf.TimestampOrBuilder> map = internalGetMutableConnectedComputers().ensureBuilderMap();
|
|
593
|
+
return map.containsKey(key) ? connectedComputersConverter.build(map.get(key)) : defaultValue;
|
|
594
|
+
}
|
|
595
|
+
/**
|
|
596
|
+
* <pre>
|
|
597
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
598
|
+
* </pre>
|
|
599
|
+
*
|
|
600
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
601
|
+
*/
|
|
602
|
+
@java.lang.Override
|
|
603
|
+
public com.google.protobuf.Timestamp getConnectedComputersOrThrow(
|
|
604
|
+
java.lang.String key) {
|
|
605
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
606
|
+
java.util.Map<java.lang.String, com.google.protobuf.TimestampOrBuilder> map = internalGetMutableConnectedComputers().ensureBuilderMap();
|
|
607
|
+
if (!map.containsKey(key)) {
|
|
608
|
+
throw new java.lang.IllegalArgumentException();
|
|
609
|
+
}
|
|
610
|
+
return connectedComputersConverter.build(map.get(key));
|
|
611
|
+
}
|
|
612
|
+
public Builder clearConnectedComputers() {
|
|
613
|
+
bitField0_ = (bitField0_ & ~0x00000001);
|
|
614
|
+
internalGetMutableConnectedComputers().clear();
|
|
615
|
+
return this;
|
|
616
|
+
}
|
|
617
|
+
/**
|
|
618
|
+
* <pre>
|
|
619
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
620
|
+
* </pre>
|
|
621
|
+
*
|
|
622
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
623
|
+
*/
|
|
624
|
+
public Builder removeConnectedComputers(
|
|
625
|
+
java.lang.String key) {
|
|
626
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
627
|
+
internalGetMutableConnectedComputers().ensureBuilderMap()
|
|
628
|
+
.remove(key);
|
|
629
|
+
return this;
|
|
630
|
+
}
|
|
631
|
+
/**
|
|
632
|
+
* Use alternate mutation accessors instead.
|
|
633
|
+
*/
|
|
634
|
+
@java.lang.Deprecated
|
|
635
|
+
public java.util.Map<java.lang.String, com.google.protobuf.Timestamp>
|
|
636
|
+
getMutableConnectedComputers() {
|
|
637
|
+
bitField0_ |= 0x00000001;
|
|
638
|
+
return internalGetMutableConnectedComputers().ensureMessageMap();
|
|
639
|
+
}
|
|
640
|
+
/**
|
|
641
|
+
* <pre>
|
|
642
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
643
|
+
* </pre>
|
|
644
|
+
*
|
|
645
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
646
|
+
*/
|
|
647
|
+
public Builder putConnectedComputers(
|
|
648
|
+
java.lang.String key,
|
|
649
|
+
com.google.protobuf.Timestamp value) {
|
|
650
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
651
|
+
if (value == null) { throw new NullPointerException("map value"); }
|
|
652
|
+
internalGetMutableConnectedComputers().ensureBuilderMap()
|
|
653
|
+
.put(key, value);
|
|
654
|
+
bitField0_ |= 0x00000001;
|
|
655
|
+
return this;
|
|
656
|
+
}
|
|
657
|
+
/**
|
|
658
|
+
* <pre>
|
|
659
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
660
|
+
* </pre>
|
|
661
|
+
*
|
|
662
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
663
|
+
*/
|
|
664
|
+
public Builder putAllConnectedComputers(
|
|
665
|
+
java.util.Map<java.lang.String, com.google.protobuf.Timestamp> values) {
|
|
666
|
+
for (java.util.Map.Entry<java.lang.String, com.google.protobuf.Timestamp> e : values.entrySet()) {
|
|
667
|
+
if (e.getKey() == null || e.getValue() == null) {
|
|
668
|
+
throw new NullPointerException();
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
internalGetMutableConnectedComputers().ensureBuilderMap()
|
|
672
|
+
.putAll(values);
|
|
673
|
+
bitField0_ |= 0x00000001;
|
|
674
|
+
return this;
|
|
675
|
+
}
|
|
676
|
+
/**
|
|
677
|
+
* <pre>
|
|
678
|
+
* map where the key is the asset key of the computer, and the value is the timestamp when it was scanned
|
|
679
|
+
* </pre>
|
|
680
|
+
*
|
|
681
|
+
* <code>map<string, .google.protobuf.Timestamp> connected_computers = 1;</code>
|
|
682
|
+
*/
|
|
683
|
+
public com.google.protobuf.Timestamp.Builder putConnectedComputersBuilderIfAbsent(
|
|
684
|
+
java.lang.String key) {
|
|
685
|
+
java.util.Map<java.lang.String, com.google.protobuf.TimestampOrBuilder> builderMap = internalGetMutableConnectedComputers().ensureBuilderMap();
|
|
686
|
+
com.google.protobuf.TimestampOrBuilder entry = builderMap.get(key);
|
|
687
|
+
if (entry == null) {
|
|
688
|
+
entry = com.google.protobuf.Timestamp.newBuilder();
|
|
689
|
+
builderMap.put(key, entry);
|
|
690
|
+
}
|
|
691
|
+
if (entry instanceof com.google.protobuf.Timestamp) {
|
|
692
|
+
entry = ((com.google.protobuf.Timestamp) entry).toBuilder();
|
|
693
|
+
builderMap.put(key, entry);
|
|
694
|
+
}
|
|
695
|
+
return (com.google.protobuf.Timestamp.Builder) entry;
|
|
696
|
+
}
|
|
697
|
+
@java.lang.Override
|
|
698
|
+
public final Builder setUnknownFields(
|
|
699
|
+
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
700
|
+
return super.setUnknownFields(unknownFields);
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
@java.lang.Override
|
|
704
|
+
public final Builder mergeUnknownFields(
|
|
705
|
+
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
706
|
+
return super.mergeUnknownFields(unknownFields);
|
|
707
|
+
}
|
|
708
|
+
|
|
709
|
+
|
|
710
|
+
// @@protoc_insertion_point(builder_scope:com.lansweeper.dp.outbound.v1.MonitorConnectedComputers)
|
|
711
|
+
}
|
|
712
|
+
|
|
713
|
+
// @@protoc_insertion_point(class_scope:com.lansweeper.dp.outbound.v1.MonitorConnectedComputers)
|
|
714
|
+
private static final com.lansweeper.dp.outbound.v1.MonitorConnectedComputers DEFAULT_INSTANCE;
|
|
715
|
+
static {
|
|
716
|
+
DEFAULT_INSTANCE = new com.lansweeper.dp.outbound.v1.MonitorConnectedComputers();
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
public static com.lansweeper.dp.outbound.v1.MonitorConnectedComputers getDefaultInstance() {
|
|
720
|
+
return DEFAULT_INSTANCE;
|
|
721
|
+
}
|
|
722
|
+
|
|
723
|
+
private static final com.google.protobuf.Parser<MonitorConnectedComputers>
|
|
724
|
+
PARSER = new com.google.protobuf.AbstractParser<MonitorConnectedComputers>() {
|
|
725
|
+
@java.lang.Override
|
|
726
|
+
public MonitorConnectedComputers parsePartialFrom(
|
|
727
|
+
com.google.protobuf.CodedInputStream input,
|
|
728
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
729
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
730
|
+
Builder builder = newBuilder();
|
|
731
|
+
try {
|
|
732
|
+
builder.mergeFrom(input, extensionRegistry);
|
|
733
|
+
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
734
|
+
throw e.setUnfinishedMessage(builder.buildPartial());
|
|
735
|
+
} catch (com.google.protobuf.UninitializedMessageException e) {
|
|
736
|
+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
|
737
|
+
} catch (java.io.IOException e) {
|
|
738
|
+
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
|
739
|
+
.setUnfinishedMessage(builder.buildPartial());
|
|
740
|
+
}
|
|
741
|
+
return builder.buildPartial();
|
|
742
|
+
}
|
|
743
|
+
};
|
|
744
|
+
|
|
745
|
+
public static com.google.protobuf.Parser<MonitorConnectedComputers> parser() {
|
|
746
|
+
return PARSER;
|
|
747
|
+
}
|
|
748
|
+
|
|
749
|
+
@java.lang.Override
|
|
750
|
+
public com.google.protobuf.Parser<MonitorConnectedComputers> getParserForType() {
|
|
751
|
+
return PARSER;
|
|
752
|
+
}
|
|
753
|
+
|
|
754
|
+
@java.lang.Override
|
|
755
|
+
public com.lansweeper.dp.outbound.v1.MonitorConnectedComputers getDefaultInstanceForType() {
|
|
756
|
+
return DEFAULT_INSTANCE;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
}
|
|
760
|
+
|