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