@lansweeper/data-platform-outbound-grpc 0.13.0 → 0.14.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 +10 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +51 -0
- package/gen-proto/outbound_pb.js +421 -3
- package/generated-go/outbound.pb.go +14068 -13924
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +11 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryObject$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryObject$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryObject.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ActiveDirectoryObjectOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AiDetection$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AiDetection$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AiDetection$MetadataDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AiDetection.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AiDetectionOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Asset.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/AssetOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +11 -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/ActiveDirectoryObject.java +185 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryObjectOrBuilder.java +15 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AiDetection.java +1307 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AiDetectionOrBuilder.java +100 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Asset.java +443 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AssetOrBuilder.java +44 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +4121 -4089
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +5 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/model/target/{outbound-model-0.12.0-sources.jar → outbound-model-0.13.1-sources.jar} +0 -0
- package/model/target/{outbound-model-0.12.0.jar → outbound-model-0.13.1.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +11 -0
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.12.0-sources.jar → outbound-service-0.13.1-sources.jar} +0 -0
- package/service/target/{outbound-service-0.12.0.jar → outbound-service-0.13.1.jar} +0 -0
package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/AiDetection.java
ADDED
|
@@ -0,0 +1,1307 @@
|
|
|
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.AiDetection}
|
|
9
|
+
*/
|
|
10
|
+
public final class AiDetection extends
|
|
11
|
+
com.google.protobuf.GeneratedMessageV3 implements
|
|
12
|
+
// @@protoc_insertion_point(message_implements:com.lansweeper.dp.outbound.v1.AiDetection)
|
|
13
|
+
AiDetectionOrBuilder {
|
|
14
|
+
private static final long serialVersionUID = 0L;
|
|
15
|
+
// Use AiDetection.newBuilder() to construct.
|
|
16
|
+
private AiDetection(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
|
|
17
|
+
super(builder);
|
|
18
|
+
}
|
|
19
|
+
private AiDetection() {
|
|
20
|
+
category_ = "";
|
|
21
|
+
source_ = "";
|
|
22
|
+
trigger_ = "";
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
@java.lang.Override
|
|
26
|
+
@SuppressWarnings({"unused"})
|
|
27
|
+
protected java.lang.Object newInstance(
|
|
28
|
+
UnusedPrivateParameter unused) {
|
|
29
|
+
return new AiDetection();
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
public static final com.google.protobuf.Descriptors.Descriptor
|
|
33
|
+
getDescriptor() {
|
|
34
|
+
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_AiDetection_descriptor;
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
@SuppressWarnings({"rawtypes"})
|
|
38
|
+
@java.lang.Override
|
|
39
|
+
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(
|
|
40
|
+
int number) {
|
|
41
|
+
switch (number) {
|
|
42
|
+
case 5:
|
|
43
|
+
return internalGetMetadata();
|
|
44
|
+
default:
|
|
45
|
+
throw new RuntimeException(
|
|
46
|
+
"Invalid map field number: " + number);
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
@java.lang.Override
|
|
50
|
+
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
51
|
+
internalGetFieldAccessorTable() {
|
|
52
|
+
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_AiDetection_fieldAccessorTable
|
|
53
|
+
.ensureFieldAccessorsInitialized(
|
|
54
|
+
com.lansweeper.dp.outbound.v1.AiDetection.class, com.lansweeper.dp.outbound.v1.AiDetection.Builder.class);
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
private int bitField0_;
|
|
58
|
+
public static final int CATEGORY_FIELD_NUMBER = 1;
|
|
59
|
+
@SuppressWarnings("serial")
|
|
60
|
+
private volatile java.lang.Object category_ = "";
|
|
61
|
+
/**
|
|
62
|
+
* <code>string category = 1;</code>
|
|
63
|
+
* @return The category.
|
|
64
|
+
*/
|
|
65
|
+
@java.lang.Override
|
|
66
|
+
public java.lang.String getCategory() {
|
|
67
|
+
java.lang.Object ref = category_;
|
|
68
|
+
if (ref instanceof java.lang.String) {
|
|
69
|
+
return (java.lang.String) ref;
|
|
70
|
+
} else {
|
|
71
|
+
com.google.protobuf.ByteString bs =
|
|
72
|
+
(com.google.protobuf.ByteString) ref;
|
|
73
|
+
java.lang.String s = bs.toStringUtf8();
|
|
74
|
+
category_ = s;
|
|
75
|
+
return s;
|
|
76
|
+
}
|
|
77
|
+
}
|
|
78
|
+
/**
|
|
79
|
+
* <code>string category = 1;</code>
|
|
80
|
+
* @return The bytes for category.
|
|
81
|
+
*/
|
|
82
|
+
@java.lang.Override
|
|
83
|
+
public com.google.protobuf.ByteString
|
|
84
|
+
getCategoryBytes() {
|
|
85
|
+
java.lang.Object ref = category_;
|
|
86
|
+
if (ref instanceof java.lang.String) {
|
|
87
|
+
com.google.protobuf.ByteString b =
|
|
88
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
89
|
+
(java.lang.String) ref);
|
|
90
|
+
category_ = b;
|
|
91
|
+
return b;
|
|
92
|
+
} else {
|
|
93
|
+
return (com.google.protobuf.ByteString) ref;
|
|
94
|
+
}
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
public static final int SOURCE_FIELD_NUMBER = 2;
|
|
98
|
+
@SuppressWarnings("serial")
|
|
99
|
+
private volatile java.lang.Object source_ = "";
|
|
100
|
+
/**
|
|
101
|
+
* <code>optional string source = 2;</code>
|
|
102
|
+
* @return Whether the source field is set.
|
|
103
|
+
*/
|
|
104
|
+
@java.lang.Override
|
|
105
|
+
public boolean hasSource() {
|
|
106
|
+
return ((bitField0_ & 0x00000001) != 0);
|
|
107
|
+
}
|
|
108
|
+
/**
|
|
109
|
+
* <code>optional string source = 2;</code>
|
|
110
|
+
* @return The source.
|
|
111
|
+
*/
|
|
112
|
+
@java.lang.Override
|
|
113
|
+
public java.lang.String getSource() {
|
|
114
|
+
java.lang.Object ref = source_;
|
|
115
|
+
if (ref instanceof java.lang.String) {
|
|
116
|
+
return (java.lang.String) ref;
|
|
117
|
+
} else {
|
|
118
|
+
com.google.protobuf.ByteString bs =
|
|
119
|
+
(com.google.protobuf.ByteString) ref;
|
|
120
|
+
java.lang.String s = bs.toStringUtf8();
|
|
121
|
+
source_ = s;
|
|
122
|
+
return s;
|
|
123
|
+
}
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* <code>optional string source = 2;</code>
|
|
127
|
+
* @return The bytes for source.
|
|
128
|
+
*/
|
|
129
|
+
@java.lang.Override
|
|
130
|
+
public com.google.protobuf.ByteString
|
|
131
|
+
getSourceBytes() {
|
|
132
|
+
java.lang.Object ref = source_;
|
|
133
|
+
if (ref instanceof java.lang.String) {
|
|
134
|
+
com.google.protobuf.ByteString b =
|
|
135
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
136
|
+
(java.lang.String) ref);
|
|
137
|
+
source_ = b;
|
|
138
|
+
return b;
|
|
139
|
+
} else {
|
|
140
|
+
return (com.google.protobuf.ByteString) ref;
|
|
141
|
+
}
|
|
142
|
+
}
|
|
143
|
+
|
|
144
|
+
public static final int TRIGGER_FIELD_NUMBER = 3;
|
|
145
|
+
@SuppressWarnings("serial")
|
|
146
|
+
private volatile java.lang.Object trigger_ = "";
|
|
147
|
+
/**
|
|
148
|
+
* <code>string trigger = 3;</code>
|
|
149
|
+
* @return The trigger.
|
|
150
|
+
*/
|
|
151
|
+
@java.lang.Override
|
|
152
|
+
public java.lang.String getTrigger() {
|
|
153
|
+
java.lang.Object ref = trigger_;
|
|
154
|
+
if (ref instanceof java.lang.String) {
|
|
155
|
+
return (java.lang.String) ref;
|
|
156
|
+
} else {
|
|
157
|
+
com.google.protobuf.ByteString bs =
|
|
158
|
+
(com.google.protobuf.ByteString) ref;
|
|
159
|
+
java.lang.String s = bs.toStringUtf8();
|
|
160
|
+
trigger_ = s;
|
|
161
|
+
return s;
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
/**
|
|
165
|
+
* <code>string trigger = 3;</code>
|
|
166
|
+
* @return The bytes for trigger.
|
|
167
|
+
*/
|
|
168
|
+
@java.lang.Override
|
|
169
|
+
public com.google.protobuf.ByteString
|
|
170
|
+
getTriggerBytes() {
|
|
171
|
+
java.lang.Object ref = trigger_;
|
|
172
|
+
if (ref instanceof java.lang.String) {
|
|
173
|
+
com.google.protobuf.ByteString b =
|
|
174
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
175
|
+
(java.lang.String) ref);
|
|
176
|
+
trigger_ = b;
|
|
177
|
+
return b;
|
|
178
|
+
} else {
|
|
179
|
+
return (com.google.protobuf.ByteString) ref;
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
|
|
183
|
+
public static final int TIMESTAMP_FIELD_NUMBER = 4;
|
|
184
|
+
private com.google.protobuf.Timestamp timestamp_;
|
|
185
|
+
/**
|
|
186
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
187
|
+
* @return Whether the timestamp field is set.
|
|
188
|
+
*/
|
|
189
|
+
@java.lang.Override
|
|
190
|
+
public boolean hasTimestamp() {
|
|
191
|
+
return ((bitField0_ & 0x00000002) != 0);
|
|
192
|
+
}
|
|
193
|
+
/**
|
|
194
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
195
|
+
* @return The timestamp.
|
|
196
|
+
*/
|
|
197
|
+
@java.lang.Override
|
|
198
|
+
public com.google.protobuf.Timestamp getTimestamp() {
|
|
199
|
+
return timestamp_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : timestamp_;
|
|
200
|
+
}
|
|
201
|
+
/**
|
|
202
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
203
|
+
*/
|
|
204
|
+
@java.lang.Override
|
|
205
|
+
public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder() {
|
|
206
|
+
return timestamp_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : timestamp_;
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
public static final int METADATA_FIELD_NUMBER = 5;
|
|
210
|
+
private static final class MetadataDefaultEntryHolder {
|
|
211
|
+
static final com.google.protobuf.MapEntry<
|
|
212
|
+
java.lang.String, java.lang.String> defaultEntry =
|
|
213
|
+
com.google.protobuf.MapEntry
|
|
214
|
+
.<java.lang.String, java.lang.String>newDefaultInstance(
|
|
215
|
+
com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_AiDetection_MetadataEntry_descriptor,
|
|
216
|
+
com.google.protobuf.WireFormat.FieldType.STRING,
|
|
217
|
+
"",
|
|
218
|
+
com.google.protobuf.WireFormat.FieldType.STRING,
|
|
219
|
+
"");
|
|
220
|
+
}
|
|
221
|
+
@SuppressWarnings("serial")
|
|
222
|
+
private com.google.protobuf.MapField<
|
|
223
|
+
java.lang.String, java.lang.String> metadata_;
|
|
224
|
+
private com.google.protobuf.MapField<java.lang.String, java.lang.String>
|
|
225
|
+
internalGetMetadata() {
|
|
226
|
+
if (metadata_ == null) {
|
|
227
|
+
return com.google.protobuf.MapField.emptyMapField(
|
|
228
|
+
MetadataDefaultEntryHolder.defaultEntry);
|
|
229
|
+
}
|
|
230
|
+
return metadata_;
|
|
231
|
+
}
|
|
232
|
+
public int getMetadataCount() {
|
|
233
|
+
return internalGetMetadata().getMap().size();
|
|
234
|
+
}
|
|
235
|
+
/**
|
|
236
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
237
|
+
*/
|
|
238
|
+
@java.lang.Override
|
|
239
|
+
public boolean containsMetadata(
|
|
240
|
+
java.lang.String key) {
|
|
241
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
242
|
+
return internalGetMetadata().getMap().containsKey(key);
|
|
243
|
+
}
|
|
244
|
+
/**
|
|
245
|
+
* Use {@link #getMetadataMap()} instead.
|
|
246
|
+
*/
|
|
247
|
+
@java.lang.Override
|
|
248
|
+
@java.lang.Deprecated
|
|
249
|
+
public java.util.Map<java.lang.String, java.lang.String> getMetadata() {
|
|
250
|
+
return getMetadataMap();
|
|
251
|
+
}
|
|
252
|
+
/**
|
|
253
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
254
|
+
*/
|
|
255
|
+
@java.lang.Override
|
|
256
|
+
public java.util.Map<java.lang.String, java.lang.String> getMetadataMap() {
|
|
257
|
+
return internalGetMetadata().getMap();
|
|
258
|
+
}
|
|
259
|
+
/**
|
|
260
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
261
|
+
*/
|
|
262
|
+
@java.lang.Override
|
|
263
|
+
public /* nullable */
|
|
264
|
+
java.lang.String getMetadataOrDefault(
|
|
265
|
+
java.lang.String key,
|
|
266
|
+
/* nullable */
|
|
267
|
+
java.lang.String defaultValue) {
|
|
268
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
269
|
+
java.util.Map<java.lang.String, java.lang.String> map =
|
|
270
|
+
internalGetMetadata().getMap();
|
|
271
|
+
return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
272
|
+
}
|
|
273
|
+
/**
|
|
274
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
275
|
+
*/
|
|
276
|
+
@java.lang.Override
|
|
277
|
+
public java.lang.String getMetadataOrThrow(
|
|
278
|
+
java.lang.String key) {
|
|
279
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
280
|
+
java.util.Map<java.lang.String, java.lang.String> map =
|
|
281
|
+
internalGetMetadata().getMap();
|
|
282
|
+
if (!map.containsKey(key)) {
|
|
283
|
+
throw new java.lang.IllegalArgumentException();
|
|
284
|
+
}
|
|
285
|
+
return map.get(key);
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
private byte memoizedIsInitialized = -1;
|
|
289
|
+
@java.lang.Override
|
|
290
|
+
public final boolean isInitialized() {
|
|
291
|
+
byte isInitialized = memoizedIsInitialized;
|
|
292
|
+
if (isInitialized == 1) return true;
|
|
293
|
+
if (isInitialized == 0) return false;
|
|
294
|
+
|
|
295
|
+
memoizedIsInitialized = 1;
|
|
296
|
+
return true;
|
|
297
|
+
}
|
|
298
|
+
|
|
299
|
+
@java.lang.Override
|
|
300
|
+
public void writeTo(com.google.protobuf.CodedOutputStream output)
|
|
301
|
+
throws java.io.IOException {
|
|
302
|
+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(category_)) {
|
|
303
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, category_);
|
|
304
|
+
}
|
|
305
|
+
if (((bitField0_ & 0x00000001) != 0)) {
|
|
306
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 2, source_);
|
|
307
|
+
}
|
|
308
|
+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(trigger_)) {
|
|
309
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 3, trigger_);
|
|
310
|
+
}
|
|
311
|
+
if (((bitField0_ & 0x00000002) != 0)) {
|
|
312
|
+
output.writeMessage(4, getTimestamp());
|
|
313
|
+
}
|
|
314
|
+
com.google.protobuf.GeneratedMessageV3
|
|
315
|
+
.serializeStringMapTo(
|
|
316
|
+
output,
|
|
317
|
+
internalGetMetadata(),
|
|
318
|
+
MetadataDefaultEntryHolder.defaultEntry,
|
|
319
|
+
5);
|
|
320
|
+
getUnknownFields().writeTo(output);
|
|
321
|
+
}
|
|
322
|
+
|
|
323
|
+
@java.lang.Override
|
|
324
|
+
public int getSerializedSize() {
|
|
325
|
+
int size = memoizedSize;
|
|
326
|
+
if (size != -1) return size;
|
|
327
|
+
|
|
328
|
+
size = 0;
|
|
329
|
+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(category_)) {
|
|
330
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, category_);
|
|
331
|
+
}
|
|
332
|
+
if (((bitField0_ & 0x00000001) != 0)) {
|
|
333
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, source_);
|
|
334
|
+
}
|
|
335
|
+
if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(trigger_)) {
|
|
336
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, trigger_);
|
|
337
|
+
}
|
|
338
|
+
if (((bitField0_ & 0x00000002) != 0)) {
|
|
339
|
+
size += com.google.protobuf.CodedOutputStream
|
|
340
|
+
.computeMessageSize(4, getTimestamp());
|
|
341
|
+
}
|
|
342
|
+
for (java.util.Map.Entry<java.lang.String, java.lang.String> entry
|
|
343
|
+
: internalGetMetadata().getMap().entrySet()) {
|
|
344
|
+
com.google.protobuf.MapEntry<java.lang.String, java.lang.String>
|
|
345
|
+
metadata__ = MetadataDefaultEntryHolder.defaultEntry.newBuilderForType()
|
|
346
|
+
.setKey(entry.getKey())
|
|
347
|
+
.setValue(entry.getValue())
|
|
348
|
+
.build();
|
|
349
|
+
size += com.google.protobuf.CodedOutputStream
|
|
350
|
+
.computeMessageSize(5, metadata__);
|
|
351
|
+
}
|
|
352
|
+
size += getUnknownFields().getSerializedSize();
|
|
353
|
+
memoizedSize = size;
|
|
354
|
+
return size;
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
@java.lang.Override
|
|
358
|
+
public boolean equals(final java.lang.Object obj) {
|
|
359
|
+
if (obj == this) {
|
|
360
|
+
return true;
|
|
361
|
+
}
|
|
362
|
+
if (!(obj instanceof com.lansweeper.dp.outbound.v1.AiDetection)) {
|
|
363
|
+
return super.equals(obj);
|
|
364
|
+
}
|
|
365
|
+
com.lansweeper.dp.outbound.v1.AiDetection other = (com.lansweeper.dp.outbound.v1.AiDetection) obj;
|
|
366
|
+
|
|
367
|
+
if (!getCategory()
|
|
368
|
+
.equals(other.getCategory())) return false;
|
|
369
|
+
if (hasSource() != other.hasSource()) return false;
|
|
370
|
+
if (hasSource()) {
|
|
371
|
+
if (!getSource()
|
|
372
|
+
.equals(other.getSource())) return false;
|
|
373
|
+
}
|
|
374
|
+
if (!getTrigger()
|
|
375
|
+
.equals(other.getTrigger())) return false;
|
|
376
|
+
if (hasTimestamp() != other.hasTimestamp()) return false;
|
|
377
|
+
if (hasTimestamp()) {
|
|
378
|
+
if (!getTimestamp()
|
|
379
|
+
.equals(other.getTimestamp())) return false;
|
|
380
|
+
}
|
|
381
|
+
if (!internalGetMetadata().equals(
|
|
382
|
+
other.internalGetMetadata())) return false;
|
|
383
|
+
if (!getUnknownFields().equals(other.getUnknownFields())) return false;
|
|
384
|
+
return true;
|
|
385
|
+
}
|
|
386
|
+
|
|
387
|
+
@java.lang.Override
|
|
388
|
+
public int hashCode() {
|
|
389
|
+
if (memoizedHashCode != 0) {
|
|
390
|
+
return memoizedHashCode;
|
|
391
|
+
}
|
|
392
|
+
int hash = 41;
|
|
393
|
+
hash = (19 * hash) + getDescriptor().hashCode();
|
|
394
|
+
hash = (37 * hash) + CATEGORY_FIELD_NUMBER;
|
|
395
|
+
hash = (53 * hash) + getCategory().hashCode();
|
|
396
|
+
if (hasSource()) {
|
|
397
|
+
hash = (37 * hash) + SOURCE_FIELD_NUMBER;
|
|
398
|
+
hash = (53 * hash) + getSource().hashCode();
|
|
399
|
+
}
|
|
400
|
+
hash = (37 * hash) + TRIGGER_FIELD_NUMBER;
|
|
401
|
+
hash = (53 * hash) + getTrigger().hashCode();
|
|
402
|
+
if (hasTimestamp()) {
|
|
403
|
+
hash = (37 * hash) + TIMESTAMP_FIELD_NUMBER;
|
|
404
|
+
hash = (53 * hash) + getTimestamp().hashCode();
|
|
405
|
+
}
|
|
406
|
+
if (!internalGetMetadata().getMap().isEmpty()) {
|
|
407
|
+
hash = (37 * hash) + METADATA_FIELD_NUMBER;
|
|
408
|
+
hash = (53 * hash) + internalGetMetadata().hashCode();
|
|
409
|
+
}
|
|
410
|
+
hash = (29 * hash) + getUnknownFields().hashCode();
|
|
411
|
+
memoizedHashCode = hash;
|
|
412
|
+
return hash;
|
|
413
|
+
}
|
|
414
|
+
|
|
415
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseFrom(
|
|
416
|
+
java.nio.ByteBuffer data)
|
|
417
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
418
|
+
return PARSER.parseFrom(data);
|
|
419
|
+
}
|
|
420
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseFrom(
|
|
421
|
+
java.nio.ByteBuffer data,
|
|
422
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
423
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
424
|
+
return PARSER.parseFrom(data, extensionRegistry);
|
|
425
|
+
}
|
|
426
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseFrom(
|
|
427
|
+
com.google.protobuf.ByteString data)
|
|
428
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
429
|
+
return PARSER.parseFrom(data);
|
|
430
|
+
}
|
|
431
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseFrom(
|
|
432
|
+
com.google.protobuf.ByteString data,
|
|
433
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
434
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
435
|
+
return PARSER.parseFrom(data, extensionRegistry);
|
|
436
|
+
}
|
|
437
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseFrom(byte[] data)
|
|
438
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
439
|
+
return PARSER.parseFrom(data);
|
|
440
|
+
}
|
|
441
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseFrom(
|
|
442
|
+
byte[] data,
|
|
443
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
444
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
445
|
+
return PARSER.parseFrom(data, extensionRegistry);
|
|
446
|
+
}
|
|
447
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseFrom(java.io.InputStream input)
|
|
448
|
+
throws java.io.IOException {
|
|
449
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
450
|
+
.parseWithIOException(PARSER, input);
|
|
451
|
+
}
|
|
452
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseFrom(
|
|
453
|
+
java.io.InputStream input,
|
|
454
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
455
|
+
throws java.io.IOException {
|
|
456
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
457
|
+
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
458
|
+
}
|
|
459
|
+
|
|
460
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseDelimitedFrom(java.io.InputStream input)
|
|
461
|
+
throws java.io.IOException {
|
|
462
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
463
|
+
.parseDelimitedWithIOException(PARSER, input);
|
|
464
|
+
}
|
|
465
|
+
|
|
466
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseDelimitedFrom(
|
|
467
|
+
java.io.InputStream input,
|
|
468
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
469
|
+
throws java.io.IOException {
|
|
470
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
471
|
+
.parseDelimitedWithIOException(PARSER, input, extensionRegistry);
|
|
472
|
+
}
|
|
473
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseFrom(
|
|
474
|
+
com.google.protobuf.CodedInputStream input)
|
|
475
|
+
throws java.io.IOException {
|
|
476
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
477
|
+
.parseWithIOException(PARSER, input);
|
|
478
|
+
}
|
|
479
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection parseFrom(
|
|
480
|
+
com.google.protobuf.CodedInputStream input,
|
|
481
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
482
|
+
throws java.io.IOException {
|
|
483
|
+
return com.google.protobuf.GeneratedMessageV3
|
|
484
|
+
.parseWithIOException(PARSER, input, extensionRegistry);
|
|
485
|
+
}
|
|
486
|
+
|
|
487
|
+
@java.lang.Override
|
|
488
|
+
public Builder newBuilderForType() { return newBuilder(); }
|
|
489
|
+
public static Builder newBuilder() {
|
|
490
|
+
return DEFAULT_INSTANCE.toBuilder();
|
|
491
|
+
}
|
|
492
|
+
public static Builder newBuilder(com.lansweeper.dp.outbound.v1.AiDetection prototype) {
|
|
493
|
+
return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
|
|
494
|
+
}
|
|
495
|
+
@java.lang.Override
|
|
496
|
+
public Builder toBuilder() {
|
|
497
|
+
return this == DEFAULT_INSTANCE
|
|
498
|
+
? new Builder() : new Builder().mergeFrom(this);
|
|
499
|
+
}
|
|
500
|
+
|
|
501
|
+
@java.lang.Override
|
|
502
|
+
protected Builder newBuilderForType(
|
|
503
|
+
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
504
|
+
Builder builder = new Builder(parent);
|
|
505
|
+
return builder;
|
|
506
|
+
}
|
|
507
|
+
/**
|
|
508
|
+
* Protobuf type {@code com.lansweeper.dp.outbound.v1.AiDetection}
|
|
509
|
+
*/
|
|
510
|
+
public static final class Builder extends
|
|
511
|
+
com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
|
|
512
|
+
// @@protoc_insertion_point(builder_implements:com.lansweeper.dp.outbound.v1.AiDetection)
|
|
513
|
+
com.lansweeper.dp.outbound.v1.AiDetectionOrBuilder {
|
|
514
|
+
public static final com.google.protobuf.Descriptors.Descriptor
|
|
515
|
+
getDescriptor() {
|
|
516
|
+
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_AiDetection_descriptor;
|
|
517
|
+
}
|
|
518
|
+
|
|
519
|
+
@SuppressWarnings({"rawtypes"})
|
|
520
|
+
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMapFieldReflection(
|
|
521
|
+
int number) {
|
|
522
|
+
switch (number) {
|
|
523
|
+
case 5:
|
|
524
|
+
return internalGetMetadata();
|
|
525
|
+
default:
|
|
526
|
+
throw new RuntimeException(
|
|
527
|
+
"Invalid map field number: " + number);
|
|
528
|
+
}
|
|
529
|
+
}
|
|
530
|
+
@SuppressWarnings({"rawtypes"})
|
|
531
|
+
protected com.google.protobuf.MapFieldReflectionAccessor internalGetMutableMapFieldReflection(
|
|
532
|
+
int number) {
|
|
533
|
+
switch (number) {
|
|
534
|
+
case 5:
|
|
535
|
+
return internalGetMutableMetadata();
|
|
536
|
+
default:
|
|
537
|
+
throw new RuntimeException(
|
|
538
|
+
"Invalid map field number: " + number);
|
|
539
|
+
}
|
|
540
|
+
}
|
|
541
|
+
@java.lang.Override
|
|
542
|
+
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
|
|
543
|
+
internalGetFieldAccessorTable() {
|
|
544
|
+
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_AiDetection_fieldAccessorTable
|
|
545
|
+
.ensureFieldAccessorsInitialized(
|
|
546
|
+
com.lansweeper.dp.outbound.v1.AiDetection.class, com.lansweeper.dp.outbound.v1.AiDetection.Builder.class);
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
// Construct using com.lansweeper.dp.outbound.v1.AiDetection.newBuilder()
|
|
550
|
+
private Builder() {
|
|
551
|
+
maybeForceBuilderInitialization();
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
private Builder(
|
|
555
|
+
com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
|
|
556
|
+
super(parent);
|
|
557
|
+
maybeForceBuilderInitialization();
|
|
558
|
+
}
|
|
559
|
+
private void maybeForceBuilderInitialization() {
|
|
560
|
+
if (com.google.protobuf.GeneratedMessageV3
|
|
561
|
+
.alwaysUseFieldBuilders) {
|
|
562
|
+
getTimestampFieldBuilder();
|
|
563
|
+
}
|
|
564
|
+
}
|
|
565
|
+
@java.lang.Override
|
|
566
|
+
public Builder clear() {
|
|
567
|
+
super.clear();
|
|
568
|
+
bitField0_ = 0;
|
|
569
|
+
category_ = "";
|
|
570
|
+
source_ = "";
|
|
571
|
+
trigger_ = "";
|
|
572
|
+
timestamp_ = null;
|
|
573
|
+
if (timestampBuilder_ != null) {
|
|
574
|
+
timestampBuilder_.dispose();
|
|
575
|
+
timestampBuilder_ = null;
|
|
576
|
+
}
|
|
577
|
+
internalGetMutableMetadata().clear();
|
|
578
|
+
return this;
|
|
579
|
+
}
|
|
580
|
+
|
|
581
|
+
@java.lang.Override
|
|
582
|
+
public com.google.protobuf.Descriptors.Descriptor
|
|
583
|
+
getDescriptorForType() {
|
|
584
|
+
return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_AiDetection_descriptor;
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
@java.lang.Override
|
|
588
|
+
public com.lansweeper.dp.outbound.v1.AiDetection getDefaultInstanceForType() {
|
|
589
|
+
return com.lansweeper.dp.outbound.v1.AiDetection.getDefaultInstance();
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
@java.lang.Override
|
|
593
|
+
public com.lansweeper.dp.outbound.v1.AiDetection build() {
|
|
594
|
+
com.lansweeper.dp.outbound.v1.AiDetection result = buildPartial();
|
|
595
|
+
if (!result.isInitialized()) {
|
|
596
|
+
throw newUninitializedMessageException(result);
|
|
597
|
+
}
|
|
598
|
+
return result;
|
|
599
|
+
}
|
|
600
|
+
|
|
601
|
+
@java.lang.Override
|
|
602
|
+
public com.lansweeper.dp.outbound.v1.AiDetection buildPartial() {
|
|
603
|
+
com.lansweeper.dp.outbound.v1.AiDetection result = new com.lansweeper.dp.outbound.v1.AiDetection(this);
|
|
604
|
+
if (bitField0_ != 0) { buildPartial0(result); }
|
|
605
|
+
onBuilt();
|
|
606
|
+
return result;
|
|
607
|
+
}
|
|
608
|
+
|
|
609
|
+
private void buildPartial0(com.lansweeper.dp.outbound.v1.AiDetection result) {
|
|
610
|
+
int from_bitField0_ = bitField0_;
|
|
611
|
+
if (((from_bitField0_ & 0x00000001) != 0)) {
|
|
612
|
+
result.category_ = category_;
|
|
613
|
+
}
|
|
614
|
+
int to_bitField0_ = 0;
|
|
615
|
+
if (((from_bitField0_ & 0x00000002) != 0)) {
|
|
616
|
+
result.source_ = source_;
|
|
617
|
+
to_bitField0_ |= 0x00000001;
|
|
618
|
+
}
|
|
619
|
+
if (((from_bitField0_ & 0x00000004) != 0)) {
|
|
620
|
+
result.trigger_ = trigger_;
|
|
621
|
+
}
|
|
622
|
+
if (((from_bitField0_ & 0x00000008) != 0)) {
|
|
623
|
+
result.timestamp_ = timestampBuilder_ == null
|
|
624
|
+
? timestamp_
|
|
625
|
+
: timestampBuilder_.build();
|
|
626
|
+
to_bitField0_ |= 0x00000002;
|
|
627
|
+
}
|
|
628
|
+
if (((from_bitField0_ & 0x00000010) != 0)) {
|
|
629
|
+
result.metadata_ = internalGetMetadata();
|
|
630
|
+
result.metadata_.makeImmutable();
|
|
631
|
+
}
|
|
632
|
+
result.bitField0_ |= to_bitField0_;
|
|
633
|
+
}
|
|
634
|
+
|
|
635
|
+
@java.lang.Override
|
|
636
|
+
public Builder clone() {
|
|
637
|
+
return super.clone();
|
|
638
|
+
}
|
|
639
|
+
@java.lang.Override
|
|
640
|
+
public Builder setField(
|
|
641
|
+
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
642
|
+
java.lang.Object value) {
|
|
643
|
+
return super.setField(field, value);
|
|
644
|
+
}
|
|
645
|
+
@java.lang.Override
|
|
646
|
+
public Builder clearField(
|
|
647
|
+
com.google.protobuf.Descriptors.FieldDescriptor field) {
|
|
648
|
+
return super.clearField(field);
|
|
649
|
+
}
|
|
650
|
+
@java.lang.Override
|
|
651
|
+
public Builder clearOneof(
|
|
652
|
+
com.google.protobuf.Descriptors.OneofDescriptor oneof) {
|
|
653
|
+
return super.clearOneof(oneof);
|
|
654
|
+
}
|
|
655
|
+
@java.lang.Override
|
|
656
|
+
public Builder setRepeatedField(
|
|
657
|
+
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
658
|
+
int index, java.lang.Object value) {
|
|
659
|
+
return super.setRepeatedField(field, index, value);
|
|
660
|
+
}
|
|
661
|
+
@java.lang.Override
|
|
662
|
+
public Builder addRepeatedField(
|
|
663
|
+
com.google.protobuf.Descriptors.FieldDescriptor field,
|
|
664
|
+
java.lang.Object value) {
|
|
665
|
+
return super.addRepeatedField(field, value);
|
|
666
|
+
}
|
|
667
|
+
@java.lang.Override
|
|
668
|
+
public Builder mergeFrom(com.google.protobuf.Message other) {
|
|
669
|
+
if (other instanceof com.lansweeper.dp.outbound.v1.AiDetection) {
|
|
670
|
+
return mergeFrom((com.lansweeper.dp.outbound.v1.AiDetection)other);
|
|
671
|
+
} else {
|
|
672
|
+
super.mergeFrom(other);
|
|
673
|
+
return this;
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
|
|
677
|
+
public Builder mergeFrom(com.lansweeper.dp.outbound.v1.AiDetection other) {
|
|
678
|
+
if (other == com.lansweeper.dp.outbound.v1.AiDetection.getDefaultInstance()) return this;
|
|
679
|
+
if (!other.getCategory().isEmpty()) {
|
|
680
|
+
category_ = other.category_;
|
|
681
|
+
bitField0_ |= 0x00000001;
|
|
682
|
+
onChanged();
|
|
683
|
+
}
|
|
684
|
+
if (other.hasSource()) {
|
|
685
|
+
source_ = other.source_;
|
|
686
|
+
bitField0_ |= 0x00000002;
|
|
687
|
+
onChanged();
|
|
688
|
+
}
|
|
689
|
+
if (!other.getTrigger().isEmpty()) {
|
|
690
|
+
trigger_ = other.trigger_;
|
|
691
|
+
bitField0_ |= 0x00000004;
|
|
692
|
+
onChanged();
|
|
693
|
+
}
|
|
694
|
+
if (other.hasTimestamp()) {
|
|
695
|
+
mergeTimestamp(other.getTimestamp());
|
|
696
|
+
}
|
|
697
|
+
internalGetMutableMetadata().mergeFrom(
|
|
698
|
+
other.internalGetMetadata());
|
|
699
|
+
bitField0_ |= 0x00000010;
|
|
700
|
+
this.mergeUnknownFields(other.getUnknownFields());
|
|
701
|
+
onChanged();
|
|
702
|
+
return this;
|
|
703
|
+
}
|
|
704
|
+
|
|
705
|
+
@java.lang.Override
|
|
706
|
+
public final boolean isInitialized() {
|
|
707
|
+
return true;
|
|
708
|
+
}
|
|
709
|
+
|
|
710
|
+
@java.lang.Override
|
|
711
|
+
public Builder mergeFrom(
|
|
712
|
+
com.google.protobuf.CodedInputStream input,
|
|
713
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
714
|
+
throws java.io.IOException {
|
|
715
|
+
if (extensionRegistry == null) {
|
|
716
|
+
throw new java.lang.NullPointerException();
|
|
717
|
+
}
|
|
718
|
+
try {
|
|
719
|
+
boolean done = false;
|
|
720
|
+
while (!done) {
|
|
721
|
+
int tag = input.readTag();
|
|
722
|
+
switch (tag) {
|
|
723
|
+
case 0:
|
|
724
|
+
done = true;
|
|
725
|
+
break;
|
|
726
|
+
case 10: {
|
|
727
|
+
category_ = input.readStringRequireUtf8();
|
|
728
|
+
bitField0_ |= 0x00000001;
|
|
729
|
+
break;
|
|
730
|
+
} // case 10
|
|
731
|
+
case 18: {
|
|
732
|
+
source_ = input.readStringRequireUtf8();
|
|
733
|
+
bitField0_ |= 0x00000002;
|
|
734
|
+
break;
|
|
735
|
+
} // case 18
|
|
736
|
+
case 26: {
|
|
737
|
+
trigger_ = input.readStringRequireUtf8();
|
|
738
|
+
bitField0_ |= 0x00000004;
|
|
739
|
+
break;
|
|
740
|
+
} // case 26
|
|
741
|
+
case 34: {
|
|
742
|
+
input.readMessage(
|
|
743
|
+
getTimestampFieldBuilder().getBuilder(),
|
|
744
|
+
extensionRegistry);
|
|
745
|
+
bitField0_ |= 0x00000008;
|
|
746
|
+
break;
|
|
747
|
+
} // case 34
|
|
748
|
+
case 42: {
|
|
749
|
+
com.google.protobuf.MapEntry<java.lang.String, java.lang.String>
|
|
750
|
+
metadata__ = input.readMessage(
|
|
751
|
+
MetadataDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
|
|
752
|
+
internalGetMutableMetadata().getMutableMap().put(
|
|
753
|
+
metadata__.getKey(), metadata__.getValue());
|
|
754
|
+
bitField0_ |= 0x00000010;
|
|
755
|
+
break;
|
|
756
|
+
} // case 42
|
|
757
|
+
default: {
|
|
758
|
+
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
759
|
+
done = true; // was an endgroup tag
|
|
760
|
+
}
|
|
761
|
+
break;
|
|
762
|
+
} // default:
|
|
763
|
+
} // switch (tag)
|
|
764
|
+
} // while (!done)
|
|
765
|
+
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
766
|
+
throw e.unwrapIOException();
|
|
767
|
+
} finally {
|
|
768
|
+
onChanged();
|
|
769
|
+
} // finally
|
|
770
|
+
return this;
|
|
771
|
+
}
|
|
772
|
+
private int bitField0_;
|
|
773
|
+
|
|
774
|
+
private java.lang.Object category_ = "";
|
|
775
|
+
/**
|
|
776
|
+
* <code>string category = 1;</code>
|
|
777
|
+
* @return The category.
|
|
778
|
+
*/
|
|
779
|
+
public java.lang.String getCategory() {
|
|
780
|
+
java.lang.Object ref = category_;
|
|
781
|
+
if (!(ref instanceof java.lang.String)) {
|
|
782
|
+
com.google.protobuf.ByteString bs =
|
|
783
|
+
(com.google.protobuf.ByteString) ref;
|
|
784
|
+
java.lang.String s = bs.toStringUtf8();
|
|
785
|
+
category_ = s;
|
|
786
|
+
return s;
|
|
787
|
+
} else {
|
|
788
|
+
return (java.lang.String) ref;
|
|
789
|
+
}
|
|
790
|
+
}
|
|
791
|
+
/**
|
|
792
|
+
* <code>string category = 1;</code>
|
|
793
|
+
* @return The bytes for category.
|
|
794
|
+
*/
|
|
795
|
+
public com.google.protobuf.ByteString
|
|
796
|
+
getCategoryBytes() {
|
|
797
|
+
java.lang.Object ref = category_;
|
|
798
|
+
if (ref instanceof String) {
|
|
799
|
+
com.google.protobuf.ByteString b =
|
|
800
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
801
|
+
(java.lang.String) ref);
|
|
802
|
+
category_ = b;
|
|
803
|
+
return b;
|
|
804
|
+
} else {
|
|
805
|
+
return (com.google.protobuf.ByteString) ref;
|
|
806
|
+
}
|
|
807
|
+
}
|
|
808
|
+
/**
|
|
809
|
+
* <code>string category = 1;</code>
|
|
810
|
+
* @param value The category to set.
|
|
811
|
+
* @return This builder for chaining.
|
|
812
|
+
*/
|
|
813
|
+
public Builder setCategory(
|
|
814
|
+
java.lang.String value) {
|
|
815
|
+
if (value == null) { throw new NullPointerException(); }
|
|
816
|
+
category_ = value;
|
|
817
|
+
bitField0_ |= 0x00000001;
|
|
818
|
+
onChanged();
|
|
819
|
+
return this;
|
|
820
|
+
}
|
|
821
|
+
/**
|
|
822
|
+
* <code>string category = 1;</code>
|
|
823
|
+
* @return This builder for chaining.
|
|
824
|
+
*/
|
|
825
|
+
public Builder clearCategory() {
|
|
826
|
+
category_ = getDefaultInstance().getCategory();
|
|
827
|
+
bitField0_ = (bitField0_ & ~0x00000001);
|
|
828
|
+
onChanged();
|
|
829
|
+
return this;
|
|
830
|
+
}
|
|
831
|
+
/**
|
|
832
|
+
* <code>string category = 1;</code>
|
|
833
|
+
* @param value The bytes for category to set.
|
|
834
|
+
* @return This builder for chaining.
|
|
835
|
+
*/
|
|
836
|
+
public Builder setCategoryBytes(
|
|
837
|
+
com.google.protobuf.ByteString value) {
|
|
838
|
+
if (value == null) { throw new NullPointerException(); }
|
|
839
|
+
checkByteStringIsUtf8(value);
|
|
840
|
+
category_ = value;
|
|
841
|
+
bitField0_ |= 0x00000001;
|
|
842
|
+
onChanged();
|
|
843
|
+
return this;
|
|
844
|
+
}
|
|
845
|
+
|
|
846
|
+
private java.lang.Object source_ = "";
|
|
847
|
+
/**
|
|
848
|
+
* <code>optional string source = 2;</code>
|
|
849
|
+
* @return Whether the source field is set.
|
|
850
|
+
*/
|
|
851
|
+
public boolean hasSource() {
|
|
852
|
+
return ((bitField0_ & 0x00000002) != 0);
|
|
853
|
+
}
|
|
854
|
+
/**
|
|
855
|
+
* <code>optional string source = 2;</code>
|
|
856
|
+
* @return The source.
|
|
857
|
+
*/
|
|
858
|
+
public java.lang.String getSource() {
|
|
859
|
+
java.lang.Object ref = source_;
|
|
860
|
+
if (!(ref instanceof java.lang.String)) {
|
|
861
|
+
com.google.protobuf.ByteString bs =
|
|
862
|
+
(com.google.protobuf.ByteString) ref;
|
|
863
|
+
java.lang.String s = bs.toStringUtf8();
|
|
864
|
+
source_ = s;
|
|
865
|
+
return s;
|
|
866
|
+
} else {
|
|
867
|
+
return (java.lang.String) ref;
|
|
868
|
+
}
|
|
869
|
+
}
|
|
870
|
+
/**
|
|
871
|
+
* <code>optional string source = 2;</code>
|
|
872
|
+
* @return The bytes for source.
|
|
873
|
+
*/
|
|
874
|
+
public com.google.protobuf.ByteString
|
|
875
|
+
getSourceBytes() {
|
|
876
|
+
java.lang.Object ref = source_;
|
|
877
|
+
if (ref instanceof String) {
|
|
878
|
+
com.google.protobuf.ByteString b =
|
|
879
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
880
|
+
(java.lang.String) ref);
|
|
881
|
+
source_ = b;
|
|
882
|
+
return b;
|
|
883
|
+
} else {
|
|
884
|
+
return (com.google.protobuf.ByteString) ref;
|
|
885
|
+
}
|
|
886
|
+
}
|
|
887
|
+
/**
|
|
888
|
+
* <code>optional string source = 2;</code>
|
|
889
|
+
* @param value The source to set.
|
|
890
|
+
* @return This builder for chaining.
|
|
891
|
+
*/
|
|
892
|
+
public Builder setSource(
|
|
893
|
+
java.lang.String value) {
|
|
894
|
+
if (value == null) { throw new NullPointerException(); }
|
|
895
|
+
source_ = value;
|
|
896
|
+
bitField0_ |= 0x00000002;
|
|
897
|
+
onChanged();
|
|
898
|
+
return this;
|
|
899
|
+
}
|
|
900
|
+
/**
|
|
901
|
+
* <code>optional string source = 2;</code>
|
|
902
|
+
* @return This builder for chaining.
|
|
903
|
+
*/
|
|
904
|
+
public Builder clearSource() {
|
|
905
|
+
source_ = getDefaultInstance().getSource();
|
|
906
|
+
bitField0_ = (bitField0_ & ~0x00000002);
|
|
907
|
+
onChanged();
|
|
908
|
+
return this;
|
|
909
|
+
}
|
|
910
|
+
/**
|
|
911
|
+
* <code>optional string source = 2;</code>
|
|
912
|
+
* @param value The bytes for source to set.
|
|
913
|
+
* @return This builder for chaining.
|
|
914
|
+
*/
|
|
915
|
+
public Builder setSourceBytes(
|
|
916
|
+
com.google.protobuf.ByteString value) {
|
|
917
|
+
if (value == null) { throw new NullPointerException(); }
|
|
918
|
+
checkByteStringIsUtf8(value);
|
|
919
|
+
source_ = value;
|
|
920
|
+
bitField0_ |= 0x00000002;
|
|
921
|
+
onChanged();
|
|
922
|
+
return this;
|
|
923
|
+
}
|
|
924
|
+
|
|
925
|
+
private java.lang.Object trigger_ = "";
|
|
926
|
+
/**
|
|
927
|
+
* <code>string trigger = 3;</code>
|
|
928
|
+
* @return The trigger.
|
|
929
|
+
*/
|
|
930
|
+
public java.lang.String getTrigger() {
|
|
931
|
+
java.lang.Object ref = trigger_;
|
|
932
|
+
if (!(ref instanceof java.lang.String)) {
|
|
933
|
+
com.google.protobuf.ByteString bs =
|
|
934
|
+
(com.google.protobuf.ByteString) ref;
|
|
935
|
+
java.lang.String s = bs.toStringUtf8();
|
|
936
|
+
trigger_ = s;
|
|
937
|
+
return s;
|
|
938
|
+
} else {
|
|
939
|
+
return (java.lang.String) ref;
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
/**
|
|
943
|
+
* <code>string trigger = 3;</code>
|
|
944
|
+
* @return The bytes for trigger.
|
|
945
|
+
*/
|
|
946
|
+
public com.google.protobuf.ByteString
|
|
947
|
+
getTriggerBytes() {
|
|
948
|
+
java.lang.Object ref = trigger_;
|
|
949
|
+
if (ref instanceof String) {
|
|
950
|
+
com.google.protobuf.ByteString b =
|
|
951
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
952
|
+
(java.lang.String) ref);
|
|
953
|
+
trigger_ = b;
|
|
954
|
+
return b;
|
|
955
|
+
} else {
|
|
956
|
+
return (com.google.protobuf.ByteString) ref;
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
/**
|
|
960
|
+
* <code>string trigger = 3;</code>
|
|
961
|
+
* @param value The trigger to set.
|
|
962
|
+
* @return This builder for chaining.
|
|
963
|
+
*/
|
|
964
|
+
public Builder setTrigger(
|
|
965
|
+
java.lang.String value) {
|
|
966
|
+
if (value == null) { throw new NullPointerException(); }
|
|
967
|
+
trigger_ = value;
|
|
968
|
+
bitField0_ |= 0x00000004;
|
|
969
|
+
onChanged();
|
|
970
|
+
return this;
|
|
971
|
+
}
|
|
972
|
+
/**
|
|
973
|
+
* <code>string trigger = 3;</code>
|
|
974
|
+
* @return This builder for chaining.
|
|
975
|
+
*/
|
|
976
|
+
public Builder clearTrigger() {
|
|
977
|
+
trigger_ = getDefaultInstance().getTrigger();
|
|
978
|
+
bitField0_ = (bitField0_ & ~0x00000004);
|
|
979
|
+
onChanged();
|
|
980
|
+
return this;
|
|
981
|
+
}
|
|
982
|
+
/**
|
|
983
|
+
* <code>string trigger = 3;</code>
|
|
984
|
+
* @param value The bytes for trigger to set.
|
|
985
|
+
* @return This builder for chaining.
|
|
986
|
+
*/
|
|
987
|
+
public Builder setTriggerBytes(
|
|
988
|
+
com.google.protobuf.ByteString value) {
|
|
989
|
+
if (value == null) { throw new NullPointerException(); }
|
|
990
|
+
checkByteStringIsUtf8(value);
|
|
991
|
+
trigger_ = value;
|
|
992
|
+
bitField0_ |= 0x00000004;
|
|
993
|
+
onChanged();
|
|
994
|
+
return this;
|
|
995
|
+
}
|
|
996
|
+
|
|
997
|
+
private com.google.protobuf.Timestamp timestamp_;
|
|
998
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
999
|
+
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder> timestampBuilder_;
|
|
1000
|
+
/**
|
|
1001
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
1002
|
+
* @return Whether the timestamp field is set.
|
|
1003
|
+
*/
|
|
1004
|
+
public boolean hasTimestamp() {
|
|
1005
|
+
return ((bitField0_ & 0x00000008) != 0);
|
|
1006
|
+
}
|
|
1007
|
+
/**
|
|
1008
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
1009
|
+
* @return The timestamp.
|
|
1010
|
+
*/
|
|
1011
|
+
public com.google.protobuf.Timestamp getTimestamp() {
|
|
1012
|
+
if (timestampBuilder_ == null) {
|
|
1013
|
+
return timestamp_ == null ? com.google.protobuf.Timestamp.getDefaultInstance() : timestamp_;
|
|
1014
|
+
} else {
|
|
1015
|
+
return timestampBuilder_.getMessage();
|
|
1016
|
+
}
|
|
1017
|
+
}
|
|
1018
|
+
/**
|
|
1019
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
1020
|
+
*/
|
|
1021
|
+
public Builder setTimestamp(com.google.protobuf.Timestamp value) {
|
|
1022
|
+
if (timestampBuilder_ == null) {
|
|
1023
|
+
if (value == null) {
|
|
1024
|
+
throw new NullPointerException();
|
|
1025
|
+
}
|
|
1026
|
+
timestamp_ = value;
|
|
1027
|
+
} else {
|
|
1028
|
+
timestampBuilder_.setMessage(value);
|
|
1029
|
+
}
|
|
1030
|
+
bitField0_ |= 0x00000008;
|
|
1031
|
+
onChanged();
|
|
1032
|
+
return this;
|
|
1033
|
+
}
|
|
1034
|
+
/**
|
|
1035
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
1036
|
+
*/
|
|
1037
|
+
public Builder setTimestamp(
|
|
1038
|
+
com.google.protobuf.Timestamp.Builder builderForValue) {
|
|
1039
|
+
if (timestampBuilder_ == null) {
|
|
1040
|
+
timestamp_ = builderForValue.build();
|
|
1041
|
+
} else {
|
|
1042
|
+
timestampBuilder_.setMessage(builderForValue.build());
|
|
1043
|
+
}
|
|
1044
|
+
bitField0_ |= 0x00000008;
|
|
1045
|
+
onChanged();
|
|
1046
|
+
return this;
|
|
1047
|
+
}
|
|
1048
|
+
/**
|
|
1049
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
1050
|
+
*/
|
|
1051
|
+
public Builder mergeTimestamp(com.google.protobuf.Timestamp value) {
|
|
1052
|
+
if (timestampBuilder_ == null) {
|
|
1053
|
+
if (((bitField0_ & 0x00000008) != 0) &&
|
|
1054
|
+
timestamp_ != null &&
|
|
1055
|
+
timestamp_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
|
|
1056
|
+
getTimestampBuilder().mergeFrom(value);
|
|
1057
|
+
} else {
|
|
1058
|
+
timestamp_ = value;
|
|
1059
|
+
}
|
|
1060
|
+
} else {
|
|
1061
|
+
timestampBuilder_.mergeFrom(value);
|
|
1062
|
+
}
|
|
1063
|
+
if (timestamp_ != null) {
|
|
1064
|
+
bitField0_ |= 0x00000008;
|
|
1065
|
+
onChanged();
|
|
1066
|
+
}
|
|
1067
|
+
return this;
|
|
1068
|
+
}
|
|
1069
|
+
/**
|
|
1070
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
1071
|
+
*/
|
|
1072
|
+
public Builder clearTimestamp() {
|
|
1073
|
+
bitField0_ = (bitField0_ & ~0x00000008);
|
|
1074
|
+
timestamp_ = null;
|
|
1075
|
+
if (timestampBuilder_ != null) {
|
|
1076
|
+
timestampBuilder_.dispose();
|
|
1077
|
+
timestampBuilder_ = null;
|
|
1078
|
+
}
|
|
1079
|
+
onChanged();
|
|
1080
|
+
return this;
|
|
1081
|
+
}
|
|
1082
|
+
/**
|
|
1083
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
1084
|
+
*/
|
|
1085
|
+
public com.google.protobuf.Timestamp.Builder getTimestampBuilder() {
|
|
1086
|
+
bitField0_ |= 0x00000008;
|
|
1087
|
+
onChanged();
|
|
1088
|
+
return getTimestampFieldBuilder().getBuilder();
|
|
1089
|
+
}
|
|
1090
|
+
/**
|
|
1091
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
1092
|
+
*/
|
|
1093
|
+
public com.google.protobuf.TimestampOrBuilder getTimestampOrBuilder() {
|
|
1094
|
+
if (timestampBuilder_ != null) {
|
|
1095
|
+
return timestampBuilder_.getMessageOrBuilder();
|
|
1096
|
+
} else {
|
|
1097
|
+
return timestamp_ == null ?
|
|
1098
|
+
com.google.protobuf.Timestamp.getDefaultInstance() : timestamp_;
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
/**
|
|
1102
|
+
* <code>.google.protobuf.Timestamp timestamp = 4;</code>
|
|
1103
|
+
*/
|
|
1104
|
+
private com.google.protobuf.SingleFieldBuilderV3<
|
|
1105
|
+
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>
|
|
1106
|
+
getTimestampFieldBuilder() {
|
|
1107
|
+
if (timestampBuilder_ == null) {
|
|
1108
|
+
timestampBuilder_ = new com.google.protobuf.SingleFieldBuilderV3<
|
|
1109
|
+
com.google.protobuf.Timestamp, com.google.protobuf.Timestamp.Builder, com.google.protobuf.TimestampOrBuilder>(
|
|
1110
|
+
getTimestamp(),
|
|
1111
|
+
getParentForChildren(),
|
|
1112
|
+
isClean());
|
|
1113
|
+
timestamp_ = null;
|
|
1114
|
+
}
|
|
1115
|
+
return timestampBuilder_;
|
|
1116
|
+
}
|
|
1117
|
+
|
|
1118
|
+
private com.google.protobuf.MapField<
|
|
1119
|
+
java.lang.String, java.lang.String> metadata_;
|
|
1120
|
+
private com.google.protobuf.MapField<java.lang.String, java.lang.String>
|
|
1121
|
+
internalGetMetadata() {
|
|
1122
|
+
if (metadata_ == null) {
|
|
1123
|
+
return com.google.protobuf.MapField.emptyMapField(
|
|
1124
|
+
MetadataDefaultEntryHolder.defaultEntry);
|
|
1125
|
+
}
|
|
1126
|
+
return metadata_;
|
|
1127
|
+
}
|
|
1128
|
+
private com.google.protobuf.MapField<java.lang.String, java.lang.String>
|
|
1129
|
+
internalGetMutableMetadata() {
|
|
1130
|
+
if (metadata_ == null) {
|
|
1131
|
+
metadata_ = com.google.protobuf.MapField.newMapField(
|
|
1132
|
+
MetadataDefaultEntryHolder.defaultEntry);
|
|
1133
|
+
}
|
|
1134
|
+
if (!metadata_.isMutable()) {
|
|
1135
|
+
metadata_ = metadata_.copy();
|
|
1136
|
+
}
|
|
1137
|
+
bitField0_ |= 0x00000010;
|
|
1138
|
+
onChanged();
|
|
1139
|
+
return metadata_;
|
|
1140
|
+
}
|
|
1141
|
+
public int getMetadataCount() {
|
|
1142
|
+
return internalGetMetadata().getMap().size();
|
|
1143
|
+
}
|
|
1144
|
+
/**
|
|
1145
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
1146
|
+
*/
|
|
1147
|
+
@java.lang.Override
|
|
1148
|
+
public boolean containsMetadata(
|
|
1149
|
+
java.lang.String key) {
|
|
1150
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
1151
|
+
return internalGetMetadata().getMap().containsKey(key);
|
|
1152
|
+
}
|
|
1153
|
+
/**
|
|
1154
|
+
* Use {@link #getMetadataMap()} instead.
|
|
1155
|
+
*/
|
|
1156
|
+
@java.lang.Override
|
|
1157
|
+
@java.lang.Deprecated
|
|
1158
|
+
public java.util.Map<java.lang.String, java.lang.String> getMetadata() {
|
|
1159
|
+
return getMetadataMap();
|
|
1160
|
+
}
|
|
1161
|
+
/**
|
|
1162
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
1163
|
+
*/
|
|
1164
|
+
@java.lang.Override
|
|
1165
|
+
public java.util.Map<java.lang.String, java.lang.String> getMetadataMap() {
|
|
1166
|
+
return internalGetMetadata().getMap();
|
|
1167
|
+
}
|
|
1168
|
+
/**
|
|
1169
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
1170
|
+
*/
|
|
1171
|
+
@java.lang.Override
|
|
1172
|
+
public /* nullable */
|
|
1173
|
+
java.lang.String getMetadataOrDefault(
|
|
1174
|
+
java.lang.String key,
|
|
1175
|
+
/* nullable */
|
|
1176
|
+
java.lang.String defaultValue) {
|
|
1177
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
1178
|
+
java.util.Map<java.lang.String, java.lang.String> map =
|
|
1179
|
+
internalGetMetadata().getMap();
|
|
1180
|
+
return map.containsKey(key) ? map.get(key) : defaultValue;
|
|
1181
|
+
}
|
|
1182
|
+
/**
|
|
1183
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
1184
|
+
*/
|
|
1185
|
+
@java.lang.Override
|
|
1186
|
+
public java.lang.String getMetadataOrThrow(
|
|
1187
|
+
java.lang.String key) {
|
|
1188
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
1189
|
+
java.util.Map<java.lang.String, java.lang.String> map =
|
|
1190
|
+
internalGetMetadata().getMap();
|
|
1191
|
+
if (!map.containsKey(key)) {
|
|
1192
|
+
throw new java.lang.IllegalArgumentException();
|
|
1193
|
+
}
|
|
1194
|
+
return map.get(key);
|
|
1195
|
+
}
|
|
1196
|
+
public Builder clearMetadata() {
|
|
1197
|
+
bitField0_ = (bitField0_ & ~0x00000010);
|
|
1198
|
+
internalGetMutableMetadata().getMutableMap()
|
|
1199
|
+
.clear();
|
|
1200
|
+
return this;
|
|
1201
|
+
}
|
|
1202
|
+
/**
|
|
1203
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
1204
|
+
*/
|
|
1205
|
+
public Builder removeMetadata(
|
|
1206
|
+
java.lang.String key) {
|
|
1207
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
1208
|
+
internalGetMutableMetadata().getMutableMap()
|
|
1209
|
+
.remove(key);
|
|
1210
|
+
return this;
|
|
1211
|
+
}
|
|
1212
|
+
/**
|
|
1213
|
+
* Use alternate mutation accessors instead.
|
|
1214
|
+
*/
|
|
1215
|
+
@java.lang.Deprecated
|
|
1216
|
+
public java.util.Map<java.lang.String, java.lang.String>
|
|
1217
|
+
getMutableMetadata() {
|
|
1218
|
+
bitField0_ |= 0x00000010;
|
|
1219
|
+
return internalGetMutableMetadata().getMutableMap();
|
|
1220
|
+
}
|
|
1221
|
+
/**
|
|
1222
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
1223
|
+
*/
|
|
1224
|
+
public Builder putMetadata(
|
|
1225
|
+
java.lang.String key,
|
|
1226
|
+
java.lang.String value) {
|
|
1227
|
+
if (key == null) { throw new NullPointerException("map key"); }
|
|
1228
|
+
if (value == null) { throw new NullPointerException("map value"); }
|
|
1229
|
+
internalGetMutableMetadata().getMutableMap()
|
|
1230
|
+
.put(key, value);
|
|
1231
|
+
bitField0_ |= 0x00000010;
|
|
1232
|
+
return this;
|
|
1233
|
+
}
|
|
1234
|
+
/**
|
|
1235
|
+
* <code>map<string, string> metadata = 5;</code>
|
|
1236
|
+
*/
|
|
1237
|
+
public Builder putAllMetadata(
|
|
1238
|
+
java.util.Map<java.lang.String, java.lang.String> values) {
|
|
1239
|
+
internalGetMutableMetadata().getMutableMap()
|
|
1240
|
+
.putAll(values);
|
|
1241
|
+
bitField0_ |= 0x00000010;
|
|
1242
|
+
return this;
|
|
1243
|
+
}
|
|
1244
|
+
@java.lang.Override
|
|
1245
|
+
public final Builder setUnknownFields(
|
|
1246
|
+
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
1247
|
+
return super.setUnknownFields(unknownFields);
|
|
1248
|
+
}
|
|
1249
|
+
|
|
1250
|
+
@java.lang.Override
|
|
1251
|
+
public final Builder mergeUnknownFields(
|
|
1252
|
+
final com.google.protobuf.UnknownFieldSet unknownFields) {
|
|
1253
|
+
return super.mergeUnknownFields(unknownFields);
|
|
1254
|
+
}
|
|
1255
|
+
|
|
1256
|
+
|
|
1257
|
+
// @@protoc_insertion_point(builder_scope:com.lansweeper.dp.outbound.v1.AiDetection)
|
|
1258
|
+
}
|
|
1259
|
+
|
|
1260
|
+
// @@protoc_insertion_point(class_scope:com.lansweeper.dp.outbound.v1.AiDetection)
|
|
1261
|
+
private static final com.lansweeper.dp.outbound.v1.AiDetection DEFAULT_INSTANCE;
|
|
1262
|
+
static {
|
|
1263
|
+
DEFAULT_INSTANCE = new com.lansweeper.dp.outbound.v1.AiDetection();
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
public static com.lansweeper.dp.outbound.v1.AiDetection getDefaultInstance() {
|
|
1267
|
+
return DEFAULT_INSTANCE;
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
private static final com.google.protobuf.Parser<AiDetection>
|
|
1271
|
+
PARSER = new com.google.protobuf.AbstractParser<AiDetection>() {
|
|
1272
|
+
@java.lang.Override
|
|
1273
|
+
public AiDetection parsePartialFrom(
|
|
1274
|
+
com.google.protobuf.CodedInputStream input,
|
|
1275
|
+
com.google.protobuf.ExtensionRegistryLite extensionRegistry)
|
|
1276
|
+
throws com.google.protobuf.InvalidProtocolBufferException {
|
|
1277
|
+
Builder builder = newBuilder();
|
|
1278
|
+
try {
|
|
1279
|
+
builder.mergeFrom(input, extensionRegistry);
|
|
1280
|
+
} catch (com.google.protobuf.InvalidProtocolBufferException e) {
|
|
1281
|
+
throw e.setUnfinishedMessage(builder.buildPartial());
|
|
1282
|
+
} catch (com.google.protobuf.UninitializedMessageException e) {
|
|
1283
|
+
throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
|
|
1284
|
+
} catch (java.io.IOException e) {
|
|
1285
|
+
throw new com.google.protobuf.InvalidProtocolBufferException(e)
|
|
1286
|
+
.setUnfinishedMessage(builder.buildPartial());
|
|
1287
|
+
}
|
|
1288
|
+
return builder.buildPartial();
|
|
1289
|
+
}
|
|
1290
|
+
};
|
|
1291
|
+
|
|
1292
|
+
public static com.google.protobuf.Parser<AiDetection> parser() {
|
|
1293
|
+
return PARSER;
|
|
1294
|
+
}
|
|
1295
|
+
|
|
1296
|
+
@java.lang.Override
|
|
1297
|
+
public com.google.protobuf.Parser<AiDetection> getParserForType() {
|
|
1298
|
+
return PARSER;
|
|
1299
|
+
}
|
|
1300
|
+
|
|
1301
|
+
@java.lang.Override
|
|
1302
|
+
public com.lansweeper.dp.outbound.v1.AiDetection getDefaultInstanceForType() {
|
|
1303
|
+
return DEFAULT_INSTANCE;
|
|
1304
|
+
}
|
|
1305
|
+
|
|
1306
|
+
}
|
|
1307
|
+
|