@lansweeper/data-platform-outbound-grpc 0.3.30 → 0.3.31

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.
Files changed (44) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/gen-proto/image.json +1 -1
  3. package/gen-proto/outbound_pb.d.ts +43 -0
  4. package/gen-proto/outbound_pb.js +388 -3
  5. package/generated-go/outbound.pb.go +482 -337
  6. package/java.json +1 -1
  7. package/model/pom.xml +1 -1
  8. package/model/src/main/proto/outbound.proto +11 -0
  9. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$1.class +0 -0
  10. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense$Builder.class +0 -0
  11. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.class +0 -0
  12. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.class +0 -0
  13. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$1.class +0 -0
  14. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$Builder.class +0 -0
  15. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan$UsersKeysDefaultEntryHolder.class +0 -0
  16. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.class +0 -0
  17. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.class +0 -0
  18. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$1.class +0 -0
  19. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$AssignedPlansDefaultEntryHolder.class +0 -0
  20. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder$AssignedPlansConverter.class +0 -0
  21. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization$Builder.class +0 -0
  22. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365Organization.class +0 -0
  23. package/model/target/classes/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.class +0 -0
  24. package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
  25. package/model/target/classes/outbound.proto +11 -0
  26. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicense.java +1086 -0
  27. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedLicenseOrBuilder.java +70 -0
  28. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlan.java +272 -0
  29. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365AssignedPlanOrBuilder.java +24 -0
  30. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365Organization.java +351 -0
  31. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Office365OrganizationOrBuilder.java +24 -0
  32. package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +200 -181
  33. package/model/target/maven-archiver/pom.properties +2 -2
  34. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
  35. package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
  36. package/model/target/{outbound-model-0.3.29-sources.jar → outbound-model-0.3.30-sources.jar} +0 -0
  37. package/model/target/{outbound-model-0.3.29.jar → outbound-model-0.3.30.jar} +0 -0
  38. package/package.json +2 -2
  39. package/pom.xml +1 -1
  40. package/proto/outbound.proto +11 -0
  41. package/service/pom.xml +1 -1
  42. package/service/target/maven-archiver/pom.properties +2 -2
  43. package/service/target/{outbound-service-0.3.29-sources.jar → outbound-service-0.3.30-sources.jar} +0 -0
  44. package/service/target/{outbound-service-0.3.29.jar → outbound-service-0.3.30.jar} +0 -0
@@ -0,0 +1,1086 @@
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.Office365AssignedLicense}
9
+ */
10
+ public final class Office365AssignedLicense extends
11
+ com.google.protobuf.GeneratedMessageV3 implements
12
+ // @@protoc_insertion_point(message_implements:com.lansweeper.dp.outbound.v1.Office365AssignedLicense)
13
+ Office365AssignedLicenseOrBuilder {
14
+ private static final long serialVersionUID = 0L;
15
+ // Use Office365AssignedLicense.newBuilder() to construct.
16
+ private Office365AssignedLicense(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) {
17
+ super(builder);
18
+ }
19
+ private Office365AssignedLicense() {
20
+ o365AssignedLicenseId_ = "";
21
+ o365LicenseId_ = "";
22
+ o365UserId_ = "";
23
+ o365AssignedLicenseKey_ = "";
24
+ o365LicenseKey_ = "";
25
+ }
26
+
27
+ @java.lang.Override
28
+ @SuppressWarnings({"unused"})
29
+ protected java.lang.Object newInstance(
30
+ UnusedPrivateParameter unused) {
31
+ return new Office365AssignedLicense();
32
+ }
33
+
34
+ public static final com.google.protobuf.Descriptors.Descriptor
35
+ getDescriptor() {
36
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor;
37
+ }
38
+
39
+ @java.lang.Override
40
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
41
+ internalGetFieldAccessorTable() {
42
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_fieldAccessorTable
43
+ .ensureFieldAccessorsInitialized(
44
+ com.lansweeper.dp.outbound.v1.Office365AssignedLicense.class, com.lansweeper.dp.outbound.v1.Office365AssignedLicense.Builder.class);
45
+ }
46
+
47
+ public static final int O365_ASSIGNED_LICENSE_ID_FIELD_NUMBER = 1;
48
+ @SuppressWarnings("serial")
49
+ private volatile java.lang.Object o365AssignedLicenseId_ = "";
50
+ /**
51
+ * <code>string o365_assigned_license_id = 1;</code>
52
+ * @return The o365AssignedLicenseId.
53
+ */
54
+ @java.lang.Override
55
+ public java.lang.String getO365AssignedLicenseId() {
56
+ java.lang.Object ref = o365AssignedLicenseId_;
57
+ if (ref instanceof java.lang.String) {
58
+ return (java.lang.String) ref;
59
+ } else {
60
+ com.google.protobuf.ByteString bs =
61
+ (com.google.protobuf.ByteString) ref;
62
+ java.lang.String s = bs.toStringUtf8();
63
+ o365AssignedLicenseId_ = s;
64
+ return s;
65
+ }
66
+ }
67
+ /**
68
+ * <code>string o365_assigned_license_id = 1;</code>
69
+ * @return The bytes for o365AssignedLicenseId.
70
+ */
71
+ @java.lang.Override
72
+ public com.google.protobuf.ByteString
73
+ getO365AssignedLicenseIdBytes() {
74
+ java.lang.Object ref = o365AssignedLicenseId_;
75
+ if (ref instanceof java.lang.String) {
76
+ com.google.protobuf.ByteString b =
77
+ com.google.protobuf.ByteString.copyFromUtf8(
78
+ (java.lang.String) ref);
79
+ o365AssignedLicenseId_ = b;
80
+ return b;
81
+ } else {
82
+ return (com.google.protobuf.ByteString) ref;
83
+ }
84
+ }
85
+
86
+ public static final int O365_LICENSE_ID_FIELD_NUMBER = 2;
87
+ @SuppressWarnings("serial")
88
+ private volatile java.lang.Object o365LicenseId_ = "";
89
+ /**
90
+ * <code>string o365_license_id = 2;</code>
91
+ * @return The o365LicenseId.
92
+ */
93
+ @java.lang.Override
94
+ public java.lang.String getO365LicenseId() {
95
+ java.lang.Object ref = o365LicenseId_;
96
+ if (ref instanceof java.lang.String) {
97
+ return (java.lang.String) ref;
98
+ } else {
99
+ com.google.protobuf.ByteString bs =
100
+ (com.google.protobuf.ByteString) ref;
101
+ java.lang.String s = bs.toStringUtf8();
102
+ o365LicenseId_ = s;
103
+ return s;
104
+ }
105
+ }
106
+ /**
107
+ * <code>string o365_license_id = 2;</code>
108
+ * @return The bytes for o365LicenseId.
109
+ */
110
+ @java.lang.Override
111
+ public com.google.protobuf.ByteString
112
+ getO365LicenseIdBytes() {
113
+ java.lang.Object ref = o365LicenseId_;
114
+ if (ref instanceof java.lang.String) {
115
+ com.google.protobuf.ByteString b =
116
+ com.google.protobuf.ByteString.copyFromUtf8(
117
+ (java.lang.String) ref);
118
+ o365LicenseId_ = b;
119
+ return b;
120
+ } else {
121
+ return (com.google.protobuf.ByteString) ref;
122
+ }
123
+ }
124
+
125
+ public static final int O365_USER_ID_FIELD_NUMBER = 3;
126
+ @SuppressWarnings("serial")
127
+ private volatile java.lang.Object o365UserId_ = "";
128
+ /**
129
+ * <code>string o365_user_id = 3;</code>
130
+ * @return The o365UserId.
131
+ */
132
+ @java.lang.Override
133
+ public java.lang.String getO365UserId() {
134
+ java.lang.Object ref = o365UserId_;
135
+ if (ref instanceof java.lang.String) {
136
+ return (java.lang.String) ref;
137
+ } else {
138
+ com.google.protobuf.ByteString bs =
139
+ (com.google.protobuf.ByteString) ref;
140
+ java.lang.String s = bs.toStringUtf8();
141
+ o365UserId_ = s;
142
+ return s;
143
+ }
144
+ }
145
+ /**
146
+ * <code>string o365_user_id = 3;</code>
147
+ * @return The bytes for o365UserId.
148
+ */
149
+ @java.lang.Override
150
+ public com.google.protobuf.ByteString
151
+ getO365UserIdBytes() {
152
+ java.lang.Object ref = o365UserId_;
153
+ if (ref instanceof java.lang.String) {
154
+ com.google.protobuf.ByteString b =
155
+ com.google.protobuf.ByteString.copyFromUtf8(
156
+ (java.lang.String) ref);
157
+ o365UserId_ = b;
158
+ return b;
159
+ } else {
160
+ return (com.google.protobuf.ByteString) ref;
161
+ }
162
+ }
163
+
164
+ public static final int O365_ASSIGNED_LICENSE_KEY_FIELD_NUMBER = 4;
165
+ @SuppressWarnings("serial")
166
+ private volatile java.lang.Object o365AssignedLicenseKey_ = "";
167
+ /**
168
+ * <code>string o365_assigned_license_key = 4;</code>
169
+ * @return The o365AssignedLicenseKey.
170
+ */
171
+ @java.lang.Override
172
+ public java.lang.String getO365AssignedLicenseKey() {
173
+ java.lang.Object ref = o365AssignedLicenseKey_;
174
+ if (ref instanceof java.lang.String) {
175
+ return (java.lang.String) ref;
176
+ } else {
177
+ com.google.protobuf.ByteString bs =
178
+ (com.google.protobuf.ByteString) ref;
179
+ java.lang.String s = bs.toStringUtf8();
180
+ o365AssignedLicenseKey_ = s;
181
+ return s;
182
+ }
183
+ }
184
+ /**
185
+ * <code>string o365_assigned_license_key = 4;</code>
186
+ * @return The bytes for o365AssignedLicenseKey.
187
+ */
188
+ @java.lang.Override
189
+ public com.google.protobuf.ByteString
190
+ getO365AssignedLicenseKeyBytes() {
191
+ java.lang.Object ref = o365AssignedLicenseKey_;
192
+ if (ref instanceof java.lang.String) {
193
+ com.google.protobuf.ByteString b =
194
+ com.google.protobuf.ByteString.copyFromUtf8(
195
+ (java.lang.String) ref);
196
+ o365AssignedLicenseKey_ = b;
197
+ return b;
198
+ } else {
199
+ return (com.google.protobuf.ByteString) ref;
200
+ }
201
+ }
202
+
203
+ public static final int O365_LICENSE_KEY_FIELD_NUMBER = 5;
204
+ @SuppressWarnings("serial")
205
+ private volatile java.lang.Object o365LicenseKey_ = "";
206
+ /**
207
+ * <code>string o365_license_key = 5;</code>
208
+ * @return The o365LicenseKey.
209
+ */
210
+ @java.lang.Override
211
+ public java.lang.String getO365LicenseKey() {
212
+ java.lang.Object ref = o365LicenseKey_;
213
+ if (ref instanceof java.lang.String) {
214
+ return (java.lang.String) ref;
215
+ } else {
216
+ com.google.protobuf.ByteString bs =
217
+ (com.google.protobuf.ByteString) ref;
218
+ java.lang.String s = bs.toStringUtf8();
219
+ o365LicenseKey_ = s;
220
+ return s;
221
+ }
222
+ }
223
+ /**
224
+ * <code>string o365_license_key = 5;</code>
225
+ * @return The bytes for o365LicenseKey.
226
+ */
227
+ @java.lang.Override
228
+ public com.google.protobuf.ByteString
229
+ getO365LicenseKeyBytes() {
230
+ java.lang.Object ref = o365LicenseKey_;
231
+ if (ref instanceof java.lang.String) {
232
+ com.google.protobuf.ByteString b =
233
+ com.google.protobuf.ByteString.copyFromUtf8(
234
+ (java.lang.String) ref);
235
+ o365LicenseKey_ = b;
236
+ return b;
237
+ } else {
238
+ return (com.google.protobuf.ByteString) ref;
239
+ }
240
+ }
241
+
242
+ private byte memoizedIsInitialized = -1;
243
+ @java.lang.Override
244
+ public final boolean isInitialized() {
245
+ byte isInitialized = memoizedIsInitialized;
246
+ if (isInitialized == 1) return true;
247
+ if (isInitialized == 0) return false;
248
+
249
+ memoizedIsInitialized = 1;
250
+ return true;
251
+ }
252
+
253
+ @java.lang.Override
254
+ public void writeTo(com.google.protobuf.CodedOutputStream output)
255
+ throws java.io.IOException {
256
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365AssignedLicenseId_)) {
257
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 1, o365AssignedLicenseId_);
258
+ }
259
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365LicenseId_)) {
260
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 2, o365LicenseId_);
261
+ }
262
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365UserId_)) {
263
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 3, o365UserId_);
264
+ }
265
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365AssignedLicenseKey_)) {
266
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 4, o365AssignedLicenseKey_);
267
+ }
268
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365LicenseKey_)) {
269
+ com.google.protobuf.GeneratedMessageV3.writeString(output, 5, o365LicenseKey_);
270
+ }
271
+ getUnknownFields().writeTo(output);
272
+ }
273
+
274
+ @java.lang.Override
275
+ public int getSerializedSize() {
276
+ int size = memoizedSize;
277
+ if (size != -1) return size;
278
+
279
+ size = 0;
280
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365AssignedLicenseId_)) {
281
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(1, o365AssignedLicenseId_);
282
+ }
283
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365LicenseId_)) {
284
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(2, o365LicenseId_);
285
+ }
286
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365UserId_)) {
287
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(3, o365UserId_);
288
+ }
289
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365AssignedLicenseKey_)) {
290
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(4, o365AssignedLicenseKey_);
291
+ }
292
+ if (!com.google.protobuf.GeneratedMessageV3.isStringEmpty(o365LicenseKey_)) {
293
+ size += com.google.protobuf.GeneratedMessageV3.computeStringSize(5, o365LicenseKey_);
294
+ }
295
+ size += getUnknownFields().getSerializedSize();
296
+ memoizedSize = size;
297
+ return size;
298
+ }
299
+
300
+ @java.lang.Override
301
+ public boolean equals(final java.lang.Object obj) {
302
+ if (obj == this) {
303
+ return true;
304
+ }
305
+ if (!(obj instanceof com.lansweeper.dp.outbound.v1.Office365AssignedLicense)) {
306
+ return super.equals(obj);
307
+ }
308
+ com.lansweeper.dp.outbound.v1.Office365AssignedLicense other = (com.lansweeper.dp.outbound.v1.Office365AssignedLicense) obj;
309
+
310
+ if (!getO365AssignedLicenseId()
311
+ .equals(other.getO365AssignedLicenseId())) return false;
312
+ if (!getO365LicenseId()
313
+ .equals(other.getO365LicenseId())) return false;
314
+ if (!getO365UserId()
315
+ .equals(other.getO365UserId())) return false;
316
+ if (!getO365AssignedLicenseKey()
317
+ .equals(other.getO365AssignedLicenseKey())) return false;
318
+ if (!getO365LicenseKey()
319
+ .equals(other.getO365LicenseKey())) return false;
320
+ if (!getUnknownFields().equals(other.getUnknownFields())) return false;
321
+ return true;
322
+ }
323
+
324
+ @java.lang.Override
325
+ public int hashCode() {
326
+ if (memoizedHashCode != 0) {
327
+ return memoizedHashCode;
328
+ }
329
+ int hash = 41;
330
+ hash = (19 * hash) + getDescriptor().hashCode();
331
+ hash = (37 * hash) + O365_ASSIGNED_LICENSE_ID_FIELD_NUMBER;
332
+ hash = (53 * hash) + getO365AssignedLicenseId().hashCode();
333
+ hash = (37 * hash) + O365_LICENSE_ID_FIELD_NUMBER;
334
+ hash = (53 * hash) + getO365LicenseId().hashCode();
335
+ hash = (37 * hash) + O365_USER_ID_FIELD_NUMBER;
336
+ hash = (53 * hash) + getO365UserId().hashCode();
337
+ hash = (37 * hash) + O365_ASSIGNED_LICENSE_KEY_FIELD_NUMBER;
338
+ hash = (53 * hash) + getO365AssignedLicenseKey().hashCode();
339
+ hash = (37 * hash) + O365_LICENSE_KEY_FIELD_NUMBER;
340
+ hash = (53 * hash) + getO365LicenseKey().hashCode();
341
+ hash = (29 * hash) + getUnknownFields().hashCode();
342
+ memoizedHashCode = hash;
343
+ return hash;
344
+ }
345
+
346
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseFrom(
347
+ java.nio.ByteBuffer data)
348
+ throws com.google.protobuf.InvalidProtocolBufferException {
349
+ return PARSER.parseFrom(data);
350
+ }
351
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseFrom(
352
+ java.nio.ByteBuffer data,
353
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
354
+ throws com.google.protobuf.InvalidProtocolBufferException {
355
+ return PARSER.parseFrom(data, extensionRegistry);
356
+ }
357
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseFrom(
358
+ com.google.protobuf.ByteString data)
359
+ throws com.google.protobuf.InvalidProtocolBufferException {
360
+ return PARSER.parseFrom(data);
361
+ }
362
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseFrom(
363
+ com.google.protobuf.ByteString data,
364
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
365
+ throws com.google.protobuf.InvalidProtocolBufferException {
366
+ return PARSER.parseFrom(data, extensionRegistry);
367
+ }
368
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseFrom(byte[] data)
369
+ throws com.google.protobuf.InvalidProtocolBufferException {
370
+ return PARSER.parseFrom(data);
371
+ }
372
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseFrom(
373
+ byte[] data,
374
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
375
+ throws com.google.protobuf.InvalidProtocolBufferException {
376
+ return PARSER.parseFrom(data, extensionRegistry);
377
+ }
378
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseFrom(java.io.InputStream input)
379
+ throws java.io.IOException {
380
+ return com.google.protobuf.GeneratedMessageV3
381
+ .parseWithIOException(PARSER, input);
382
+ }
383
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseFrom(
384
+ java.io.InputStream input,
385
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
386
+ throws java.io.IOException {
387
+ return com.google.protobuf.GeneratedMessageV3
388
+ .parseWithIOException(PARSER, input, extensionRegistry);
389
+ }
390
+
391
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseDelimitedFrom(java.io.InputStream input)
392
+ throws java.io.IOException {
393
+ return com.google.protobuf.GeneratedMessageV3
394
+ .parseDelimitedWithIOException(PARSER, input);
395
+ }
396
+
397
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseDelimitedFrom(
398
+ java.io.InputStream input,
399
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
400
+ throws java.io.IOException {
401
+ return com.google.protobuf.GeneratedMessageV3
402
+ .parseDelimitedWithIOException(PARSER, input, extensionRegistry);
403
+ }
404
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseFrom(
405
+ com.google.protobuf.CodedInputStream input)
406
+ throws java.io.IOException {
407
+ return com.google.protobuf.GeneratedMessageV3
408
+ .parseWithIOException(PARSER, input);
409
+ }
410
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense parseFrom(
411
+ com.google.protobuf.CodedInputStream input,
412
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
413
+ throws java.io.IOException {
414
+ return com.google.protobuf.GeneratedMessageV3
415
+ .parseWithIOException(PARSER, input, extensionRegistry);
416
+ }
417
+
418
+ @java.lang.Override
419
+ public Builder newBuilderForType() { return newBuilder(); }
420
+ public static Builder newBuilder() {
421
+ return DEFAULT_INSTANCE.toBuilder();
422
+ }
423
+ public static Builder newBuilder(com.lansweeper.dp.outbound.v1.Office365AssignedLicense prototype) {
424
+ return DEFAULT_INSTANCE.toBuilder().mergeFrom(prototype);
425
+ }
426
+ @java.lang.Override
427
+ public Builder toBuilder() {
428
+ return this == DEFAULT_INSTANCE
429
+ ? new Builder() : new Builder().mergeFrom(this);
430
+ }
431
+
432
+ @java.lang.Override
433
+ protected Builder newBuilderForType(
434
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
435
+ Builder builder = new Builder(parent);
436
+ return builder;
437
+ }
438
+ /**
439
+ * Protobuf type {@code com.lansweeper.dp.outbound.v1.Office365AssignedLicense}
440
+ */
441
+ public static final class Builder extends
442
+ com.google.protobuf.GeneratedMessageV3.Builder<Builder> implements
443
+ // @@protoc_insertion_point(builder_implements:com.lansweeper.dp.outbound.v1.Office365AssignedLicense)
444
+ com.lansweeper.dp.outbound.v1.Office365AssignedLicenseOrBuilder {
445
+ public static final com.google.protobuf.Descriptors.Descriptor
446
+ getDescriptor() {
447
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor;
448
+ }
449
+
450
+ @java.lang.Override
451
+ protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
452
+ internalGetFieldAccessorTable() {
453
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_fieldAccessorTable
454
+ .ensureFieldAccessorsInitialized(
455
+ com.lansweeper.dp.outbound.v1.Office365AssignedLicense.class, com.lansweeper.dp.outbound.v1.Office365AssignedLicense.Builder.class);
456
+ }
457
+
458
+ // Construct using com.lansweeper.dp.outbound.v1.Office365AssignedLicense.newBuilder()
459
+ private Builder() {
460
+
461
+ }
462
+
463
+ private Builder(
464
+ com.google.protobuf.GeneratedMessageV3.BuilderParent parent) {
465
+ super(parent);
466
+
467
+ }
468
+ @java.lang.Override
469
+ public Builder clear() {
470
+ super.clear();
471
+ bitField0_ = 0;
472
+ o365AssignedLicenseId_ = "";
473
+ o365LicenseId_ = "";
474
+ o365UserId_ = "";
475
+ o365AssignedLicenseKey_ = "";
476
+ o365LicenseKey_ = "";
477
+ return this;
478
+ }
479
+
480
+ @java.lang.Override
481
+ public com.google.protobuf.Descriptors.Descriptor
482
+ getDescriptorForType() {
483
+ return com.lansweeper.dp.outbound.v1.Outbound.internal_static_com_lansweeper_dp_outbound_v1_Office365AssignedLicense_descriptor;
484
+ }
485
+
486
+ @java.lang.Override
487
+ public com.lansweeper.dp.outbound.v1.Office365AssignedLicense getDefaultInstanceForType() {
488
+ return com.lansweeper.dp.outbound.v1.Office365AssignedLicense.getDefaultInstance();
489
+ }
490
+
491
+ @java.lang.Override
492
+ public com.lansweeper.dp.outbound.v1.Office365AssignedLicense build() {
493
+ com.lansweeper.dp.outbound.v1.Office365AssignedLicense result = buildPartial();
494
+ if (!result.isInitialized()) {
495
+ throw newUninitializedMessageException(result);
496
+ }
497
+ return result;
498
+ }
499
+
500
+ @java.lang.Override
501
+ public com.lansweeper.dp.outbound.v1.Office365AssignedLicense buildPartial() {
502
+ com.lansweeper.dp.outbound.v1.Office365AssignedLicense result = new com.lansweeper.dp.outbound.v1.Office365AssignedLicense(this);
503
+ if (bitField0_ != 0) { buildPartial0(result); }
504
+ onBuilt();
505
+ return result;
506
+ }
507
+
508
+ private void buildPartial0(com.lansweeper.dp.outbound.v1.Office365AssignedLicense result) {
509
+ int from_bitField0_ = bitField0_;
510
+ if (((from_bitField0_ & 0x00000001) != 0)) {
511
+ result.o365AssignedLicenseId_ = o365AssignedLicenseId_;
512
+ }
513
+ if (((from_bitField0_ & 0x00000002) != 0)) {
514
+ result.o365LicenseId_ = o365LicenseId_;
515
+ }
516
+ if (((from_bitField0_ & 0x00000004) != 0)) {
517
+ result.o365UserId_ = o365UserId_;
518
+ }
519
+ if (((from_bitField0_ & 0x00000008) != 0)) {
520
+ result.o365AssignedLicenseKey_ = o365AssignedLicenseKey_;
521
+ }
522
+ if (((from_bitField0_ & 0x00000010) != 0)) {
523
+ result.o365LicenseKey_ = o365LicenseKey_;
524
+ }
525
+ }
526
+
527
+ @java.lang.Override
528
+ public Builder clone() {
529
+ return super.clone();
530
+ }
531
+ @java.lang.Override
532
+ public Builder setField(
533
+ com.google.protobuf.Descriptors.FieldDescriptor field,
534
+ java.lang.Object value) {
535
+ return super.setField(field, value);
536
+ }
537
+ @java.lang.Override
538
+ public Builder clearField(
539
+ com.google.protobuf.Descriptors.FieldDescriptor field) {
540
+ return super.clearField(field);
541
+ }
542
+ @java.lang.Override
543
+ public Builder clearOneof(
544
+ com.google.protobuf.Descriptors.OneofDescriptor oneof) {
545
+ return super.clearOneof(oneof);
546
+ }
547
+ @java.lang.Override
548
+ public Builder setRepeatedField(
549
+ com.google.protobuf.Descriptors.FieldDescriptor field,
550
+ int index, java.lang.Object value) {
551
+ return super.setRepeatedField(field, index, value);
552
+ }
553
+ @java.lang.Override
554
+ public Builder addRepeatedField(
555
+ com.google.protobuf.Descriptors.FieldDescriptor field,
556
+ java.lang.Object value) {
557
+ return super.addRepeatedField(field, value);
558
+ }
559
+ @java.lang.Override
560
+ public Builder mergeFrom(com.google.protobuf.Message other) {
561
+ if (other instanceof com.lansweeper.dp.outbound.v1.Office365AssignedLicense) {
562
+ return mergeFrom((com.lansweeper.dp.outbound.v1.Office365AssignedLicense)other);
563
+ } else {
564
+ super.mergeFrom(other);
565
+ return this;
566
+ }
567
+ }
568
+
569
+ public Builder mergeFrom(com.lansweeper.dp.outbound.v1.Office365AssignedLicense other) {
570
+ if (other == com.lansweeper.dp.outbound.v1.Office365AssignedLicense.getDefaultInstance()) return this;
571
+ if (!other.getO365AssignedLicenseId().isEmpty()) {
572
+ o365AssignedLicenseId_ = other.o365AssignedLicenseId_;
573
+ bitField0_ |= 0x00000001;
574
+ onChanged();
575
+ }
576
+ if (!other.getO365LicenseId().isEmpty()) {
577
+ o365LicenseId_ = other.o365LicenseId_;
578
+ bitField0_ |= 0x00000002;
579
+ onChanged();
580
+ }
581
+ if (!other.getO365UserId().isEmpty()) {
582
+ o365UserId_ = other.o365UserId_;
583
+ bitField0_ |= 0x00000004;
584
+ onChanged();
585
+ }
586
+ if (!other.getO365AssignedLicenseKey().isEmpty()) {
587
+ o365AssignedLicenseKey_ = other.o365AssignedLicenseKey_;
588
+ bitField0_ |= 0x00000008;
589
+ onChanged();
590
+ }
591
+ if (!other.getO365LicenseKey().isEmpty()) {
592
+ o365LicenseKey_ = other.o365LicenseKey_;
593
+ bitField0_ |= 0x00000010;
594
+ onChanged();
595
+ }
596
+ this.mergeUnknownFields(other.getUnknownFields());
597
+ onChanged();
598
+ return this;
599
+ }
600
+
601
+ @java.lang.Override
602
+ public final boolean isInitialized() {
603
+ return true;
604
+ }
605
+
606
+ @java.lang.Override
607
+ public Builder mergeFrom(
608
+ com.google.protobuf.CodedInputStream input,
609
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
610
+ throws java.io.IOException {
611
+ if (extensionRegistry == null) {
612
+ throw new java.lang.NullPointerException();
613
+ }
614
+ try {
615
+ boolean done = false;
616
+ while (!done) {
617
+ int tag = input.readTag();
618
+ switch (tag) {
619
+ case 0:
620
+ done = true;
621
+ break;
622
+ case 10: {
623
+ o365AssignedLicenseId_ = input.readStringRequireUtf8();
624
+ bitField0_ |= 0x00000001;
625
+ break;
626
+ } // case 10
627
+ case 18: {
628
+ o365LicenseId_ = input.readStringRequireUtf8();
629
+ bitField0_ |= 0x00000002;
630
+ break;
631
+ } // case 18
632
+ case 26: {
633
+ o365UserId_ = input.readStringRequireUtf8();
634
+ bitField0_ |= 0x00000004;
635
+ break;
636
+ } // case 26
637
+ case 34: {
638
+ o365AssignedLicenseKey_ = input.readStringRequireUtf8();
639
+ bitField0_ |= 0x00000008;
640
+ break;
641
+ } // case 34
642
+ case 42: {
643
+ o365LicenseKey_ = input.readStringRequireUtf8();
644
+ bitField0_ |= 0x00000010;
645
+ break;
646
+ } // case 42
647
+ default: {
648
+ if (!super.parseUnknownField(input, extensionRegistry, tag)) {
649
+ done = true; // was an endgroup tag
650
+ }
651
+ break;
652
+ } // default:
653
+ } // switch (tag)
654
+ } // while (!done)
655
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
656
+ throw e.unwrapIOException();
657
+ } finally {
658
+ onChanged();
659
+ } // finally
660
+ return this;
661
+ }
662
+ private int bitField0_;
663
+
664
+ private java.lang.Object o365AssignedLicenseId_ = "";
665
+ /**
666
+ * <code>string o365_assigned_license_id = 1;</code>
667
+ * @return The o365AssignedLicenseId.
668
+ */
669
+ public java.lang.String getO365AssignedLicenseId() {
670
+ java.lang.Object ref = o365AssignedLicenseId_;
671
+ if (!(ref instanceof java.lang.String)) {
672
+ com.google.protobuf.ByteString bs =
673
+ (com.google.protobuf.ByteString) ref;
674
+ java.lang.String s = bs.toStringUtf8();
675
+ o365AssignedLicenseId_ = s;
676
+ return s;
677
+ } else {
678
+ return (java.lang.String) ref;
679
+ }
680
+ }
681
+ /**
682
+ * <code>string o365_assigned_license_id = 1;</code>
683
+ * @return The bytes for o365AssignedLicenseId.
684
+ */
685
+ public com.google.protobuf.ByteString
686
+ getO365AssignedLicenseIdBytes() {
687
+ java.lang.Object ref = o365AssignedLicenseId_;
688
+ if (ref instanceof String) {
689
+ com.google.protobuf.ByteString b =
690
+ com.google.protobuf.ByteString.copyFromUtf8(
691
+ (java.lang.String) ref);
692
+ o365AssignedLicenseId_ = b;
693
+ return b;
694
+ } else {
695
+ return (com.google.protobuf.ByteString) ref;
696
+ }
697
+ }
698
+ /**
699
+ * <code>string o365_assigned_license_id = 1;</code>
700
+ * @param value The o365AssignedLicenseId to set.
701
+ * @return This builder for chaining.
702
+ */
703
+ public Builder setO365AssignedLicenseId(
704
+ java.lang.String value) {
705
+ if (value == null) { throw new NullPointerException(); }
706
+ o365AssignedLicenseId_ = value;
707
+ bitField0_ |= 0x00000001;
708
+ onChanged();
709
+ return this;
710
+ }
711
+ /**
712
+ * <code>string o365_assigned_license_id = 1;</code>
713
+ * @return This builder for chaining.
714
+ */
715
+ public Builder clearO365AssignedLicenseId() {
716
+ o365AssignedLicenseId_ = getDefaultInstance().getO365AssignedLicenseId();
717
+ bitField0_ = (bitField0_ & ~0x00000001);
718
+ onChanged();
719
+ return this;
720
+ }
721
+ /**
722
+ * <code>string o365_assigned_license_id = 1;</code>
723
+ * @param value The bytes for o365AssignedLicenseId to set.
724
+ * @return This builder for chaining.
725
+ */
726
+ public Builder setO365AssignedLicenseIdBytes(
727
+ com.google.protobuf.ByteString value) {
728
+ if (value == null) { throw new NullPointerException(); }
729
+ checkByteStringIsUtf8(value);
730
+ o365AssignedLicenseId_ = value;
731
+ bitField0_ |= 0x00000001;
732
+ onChanged();
733
+ return this;
734
+ }
735
+
736
+ private java.lang.Object o365LicenseId_ = "";
737
+ /**
738
+ * <code>string o365_license_id = 2;</code>
739
+ * @return The o365LicenseId.
740
+ */
741
+ public java.lang.String getO365LicenseId() {
742
+ java.lang.Object ref = o365LicenseId_;
743
+ if (!(ref instanceof java.lang.String)) {
744
+ com.google.protobuf.ByteString bs =
745
+ (com.google.protobuf.ByteString) ref;
746
+ java.lang.String s = bs.toStringUtf8();
747
+ o365LicenseId_ = s;
748
+ return s;
749
+ } else {
750
+ return (java.lang.String) ref;
751
+ }
752
+ }
753
+ /**
754
+ * <code>string o365_license_id = 2;</code>
755
+ * @return The bytes for o365LicenseId.
756
+ */
757
+ public com.google.protobuf.ByteString
758
+ getO365LicenseIdBytes() {
759
+ java.lang.Object ref = o365LicenseId_;
760
+ if (ref instanceof String) {
761
+ com.google.protobuf.ByteString b =
762
+ com.google.protobuf.ByteString.copyFromUtf8(
763
+ (java.lang.String) ref);
764
+ o365LicenseId_ = b;
765
+ return b;
766
+ } else {
767
+ return (com.google.protobuf.ByteString) ref;
768
+ }
769
+ }
770
+ /**
771
+ * <code>string o365_license_id = 2;</code>
772
+ * @param value The o365LicenseId to set.
773
+ * @return This builder for chaining.
774
+ */
775
+ public Builder setO365LicenseId(
776
+ java.lang.String value) {
777
+ if (value == null) { throw new NullPointerException(); }
778
+ o365LicenseId_ = value;
779
+ bitField0_ |= 0x00000002;
780
+ onChanged();
781
+ return this;
782
+ }
783
+ /**
784
+ * <code>string o365_license_id = 2;</code>
785
+ * @return This builder for chaining.
786
+ */
787
+ public Builder clearO365LicenseId() {
788
+ o365LicenseId_ = getDefaultInstance().getO365LicenseId();
789
+ bitField0_ = (bitField0_ & ~0x00000002);
790
+ onChanged();
791
+ return this;
792
+ }
793
+ /**
794
+ * <code>string o365_license_id = 2;</code>
795
+ * @param value The bytes for o365LicenseId to set.
796
+ * @return This builder for chaining.
797
+ */
798
+ public Builder setO365LicenseIdBytes(
799
+ com.google.protobuf.ByteString value) {
800
+ if (value == null) { throw new NullPointerException(); }
801
+ checkByteStringIsUtf8(value);
802
+ o365LicenseId_ = value;
803
+ bitField0_ |= 0x00000002;
804
+ onChanged();
805
+ return this;
806
+ }
807
+
808
+ private java.lang.Object o365UserId_ = "";
809
+ /**
810
+ * <code>string o365_user_id = 3;</code>
811
+ * @return The o365UserId.
812
+ */
813
+ public java.lang.String getO365UserId() {
814
+ java.lang.Object ref = o365UserId_;
815
+ if (!(ref instanceof java.lang.String)) {
816
+ com.google.protobuf.ByteString bs =
817
+ (com.google.protobuf.ByteString) ref;
818
+ java.lang.String s = bs.toStringUtf8();
819
+ o365UserId_ = s;
820
+ return s;
821
+ } else {
822
+ return (java.lang.String) ref;
823
+ }
824
+ }
825
+ /**
826
+ * <code>string o365_user_id = 3;</code>
827
+ * @return The bytes for o365UserId.
828
+ */
829
+ public com.google.protobuf.ByteString
830
+ getO365UserIdBytes() {
831
+ java.lang.Object ref = o365UserId_;
832
+ if (ref instanceof String) {
833
+ com.google.protobuf.ByteString b =
834
+ com.google.protobuf.ByteString.copyFromUtf8(
835
+ (java.lang.String) ref);
836
+ o365UserId_ = b;
837
+ return b;
838
+ } else {
839
+ return (com.google.protobuf.ByteString) ref;
840
+ }
841
+ }
842
+ /**
843
+ * <code>string o365_user_id = 3;</code>
844
+ * @param value The o365UserId to set.
845
+ * @return This builder for chaining.
846
+ */
847
+ public Builder setO365UserId(
848
+ java.lang.String value) {
849
+ if (value == null) { throw new NullPointerException(); }
850
+ o365UserId_ = value;
851
+ bitField0_ |= 0x00000004;
852
+ onChanged();
853
+ return this;
854
+ }
855
+ /**
856
+ * <code>string o365_user_id = 3;</code>
857
+ * @return This builder for chaining.
858
+ */
859
+ public Builder clearO365UserId() {
860
+ o365UserId_ = getDefaultInstance().getO365UserId();
861
+ bitField0_ = (bitField0_ & ~0x00000004);
862
+ onChanged();
863
+ return this;
864
+ }
865
+ /**
866
+ * <code>string o365_user_id = 3;</code>
867
+ * @param value The bytes for o365UserId to set.
868
+ * @return This builder for chaining.
869
+ */
870
+ public Builder setO365UserIdBytes(
871
+ com.google.protobuf.ByteString value) {
872
+ if (value == null) { throw new NullPointerException(); }
873
+ checkByteStringIsUtf8(value);
874
+ o365UserId_ = value;
875
+ bitField0_ |= 0x00000004;
876
+ onChanged();
877
+ return this;
878
+ }
879
+
880
+ private java.lang.Object o365AssignedLicenseKey_ = "";
881
+ /**
882
+ * <code>string o365_assigned_license_key = 4;</code>
883
+ * @return The o365AssignedLicenseKey.
884
+ */
885
+ public java.lang.String getO365AssignedLicenseKey() {
886
+ java.lang.Object ref = o365AssignedLicenseKey_;
887
+ if (!(ref instanceof java.lang.String)) {
888
+ com.google.protobuf.ByteString bs =
889
+ (com.google.protobuf.ByteString) ref;
890
+ java.lang.String s = bs.toStringUtf8();
891
+ o365AssignedLicenseKey_ = s;
892
+ return s;
893
+ } else {
894
+ return (java.lang.String) ref;
895
+ }
896
+ }
897
+ /**
898
+ * <code>string o365_assigned_license_key = 4;</code>
899
+ * @return The bytes for o365AssignedLicenseKey.
900
+ */
901
+ public com.google.protobuf.ByteString
902
+ getO365AssignedLicenseKeyBytes() {
903
+ java.lang.Object ref = o365AssignedLicenseKey_;
904
+ if (ref instanceof String) {
905
+ com.google.protobuf.ByteString b =
906
+ com.google.protobuf.ByteString.copyFromUtf8(
907
+ (java.lang.String) ref);
908
+ o365AssignedLicenseKey_ = b;
909
+ return b;
910
+ } else {
911
+ return (com.google.protobuf.ByteString) ref;
912
+ }
913
+ }
914
+ /**
915
+ * <code>string o365_assigned_license_key = 4;</code>
916
+ * @param value The o365AssignedLicenseKey to set.
917
+ * @return This builder for chaining.
918
+ */
919
+ public Builder setO365AssignedLicenseKey(
920
+ java.lang.String value) {
921
+ if (value == null) { throw new NullPointerException(); }
922
+ o365AssignedLicenseKey_ = value;
923
+ bitField0_ |= 0x00000008;
924
+ onChanged();
925
+ return this;
926
+ }
927
+ /**
928
+ * <code>string o365_assigned_license_key = 4;</code>
929
+ * @return This builder for chaining.
930
+ */
931
+ public Builder clearO365AssignedLicenseKey() {
932
+ o365AssignedLicenseKey_ = getDefaultInstance().getO365AssignedLicenseKey();
933
+ bitField0_ = (bitField0_ & ~0x00000008);
934
+ onChanged();
935
+ return this;
936
+ }
937
+ /**
938
+ * <code>string o365_assigned_license_key = 4;</code>
939
+ * @param value The bytes for o365AssignedLicenseKey to set.
940
+ * @return This builder for chaining.
941
+ */
942
+ public Builder setO365AssignedLicenseKeyBytes(
943
+ com.google.protobuf.ByteString value) {
944
+ if (value == null) { throw new NullPointerException(); }
945
+ checkByteStringIsUtf8(value);
946
+ o365AssignedLicenseKey_ = value;
947
+ bitField0_ |= 0x00000008;
948
+ onChanged();
949
+ return this;
950
+ }
951
+
952
+ private java.lang.Object o365LicenseKey_ = "";
953
+ /**
954
+ * <code>string o365_license_key = 5;</code>
955
+ * @return The o365LicenseKey.
956
+ */
957
+ public java.lang.String getO365LicenseKey() {
958
+ java.lang.Object ref = o365LicenseKey_;
959
+ if (!(ref instanceof java.lang.String)) {
960
+ com.google.protobuf.ByteString bs =
961
+ (com.google.protobuf.ByteString) ref;
962
+ java.lang.String s = bs.toStringUtf8();
963
+ o365LicenseKey_ = s;
964
+ return s;
965
+ } else {
966
+ return (java.lang.String) ref;
967
+ }
968
+ }
969
+ /**
970
+ * <code>string o365_license_key = 5;</code>
971
+ * @return The bytes for o365LicenseKey.
972
+ */
973
+ public com.google.protobuf.ByteString
974
+ getO365LicenseKeyBytes() {
975
+ java.lang.Object ref = o365LicenseKey_;
976
+ if (ref instanceof String) {
977
+ com.google.protobuf.ByteString b =
978
+ com.google.protobuf.ByteString.copyFromUtf8(
979
+ (java.lang.String) ref);
980
+ o365LicenseKey_ = b;
981
+ return b;
982
+ } else {
983
+ return (com.google.protobuf.ByteString) ref;
984
+ }
985
+ }
986
+ /**
987
+ * <code>string o365_license_key = 5;</code>
988
+ * @param value The o365LicenseKey to set.
989
+ * @return This builder for chaining.
990
+ */
991
+ public Builder setO365LicenseKey(
992
+ java.lang.String value) {
993
+ if (value == null) { throw new NullPointerException(); }
994
+ o365LicenseKey_ = value;
995
+ bitField0_ |= 0x00000010;
996
+ onChanged();
997
+ return this;
998
+ }
999
+ /**
1000
+ * <code>string o365_license_key = 5;</code>
1001
+ * @return This builder for chaining.
1002
+ */
1003
+ public Builder clearO365LicenseKey() {
1004
+ o365LicenseKey_ = getDefaultInstance().getO365LicenseKey();
1005
+ bitField0_ = (bitField0_ & ~0x00000010);
1006
+ onChanged();
1007
+ return this;
1008
+ }
1009
+ /**
1010
+ * <code>string o365_license_key = 5;</code>
1011
+ * @param value The bytes for o365LicenseKey to set.
1012
+ * @return This builder for chaining.
1013
+ */
1014
+ public Builder setO365LicenseKeyBytes(
1015
+ com.google.protobuf.ByteString value) {
1016
+ if (value == null) { throw new NullPointerException(); }
1017
+ checkByteStringIsUtf8(value);
1018
+ o365LicenseKey_ = value;
1019
+ bitField0_ |= 0x00000010;
1020
+ onChanged();
1021
+ return this;
1022
+ }
1023
+ @java.lang.Override
1024
+ public final Builder setUnknownFields(
1025
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
1026
+ return super.setUnknownFields(unknownFields);
1027
+ }
1028
+
1029
+ @java.lang.Override
1030
+ public final Builder mergeUnknownFields(
1031
+ final com.google.protobuf.UnknownFieldSet unknownFields) {
1032
+ return super.mergeUnknownFields(unknownFields);
1033
+ }
1034
+
1035
+
1036
+ // @@protoc_insertion_point(builder_scope:com.lansweeper.dp.outbound.v1.Office365AssignedLicense)
1037
+ }
1038
+
1039
+ // @@protoc_insertion_point(class_scope:com.lansweeper.dp.outbound.v1.Office365AssignedLicense)
1040
+ private static final com.lansweeper.dp.outbound.v1.Office365AssignedLicense DEFAULT_INSTANCE;
1041
+ static {
1042
+ DEFAULT_INSTANCE = new com.lansweeper.dp.outbound.v1.Office365AssignedLicense();
1043
+ }
1044
+
1045
+ public static com.lansweeper.dp.outbound.v1.Office365AssignedLicense getDefaultInstance() {
1046
+ return DEFAULT_INSTANCE;
1047
+ }
1048
+
1049
+ private static final com.google.protobuf.Parser<Office365AssignedLicense>
1050
+ PARSER = new com.google.protobuf.AbstractParser<Office365AssignedLicense>() {
1051
+ @java.lang.Override
1052
+ public Office365AssignedLicense parsePartialFrom(
1053
+ com.google.protobuf.CodedInputStream input,
1054
+ com.google.protobuf.ExtensionRegistryLite extensionRegistry)
1055
+ throws com.google.protobuf.InvalidProtocolBufferException {
1056
+ Builder builder = newBuilder();
1057
+ try {
1058
+ builder.mergeFrom(input, extensionRegistry);
1059
+ } catch (com.google.protobuf.InvalidProtocolBufferException e) {
1060
+ throw e.setUnfinishedMessage(builder.buildPartial());
1061
+ } catch (com.google.protobuf.UninitializedMessageException e) {
1062
+ throw e.asInvalidProtocolBufferException().setUnfinishedMessage(builder.buildPartial());
1063
+ } catch (java.io.IOException e) {
1064
+ throw new com.google.protobuf.InvalidProtocolBufferException(e)
1065
+ .setUnfinishedMessage(builder.buildPartial());
1066
+ }
1067
+ return builder.buildPartial();
1068
+ }
1069
+ };
1070
+
1071
+ public static com.google.protobuf.Parser<Office365AssignedLicense> parser() {
1072
+ return PARSER;
1073
+ }
1074
+
1075
+ @java.lang.Override
1076
+ public com.google.protobuf.Parser<Office365AssignedLicense> getParserForType() {
1077
+ return PARSER;
1078
+ }
1079
+
1080
+ @java.lang.Override
1081
+ public com.lansweeper.dp.outbound.v1.Office365AssignedLicense getDefaultInstanceForType() {
1082
+ return DEFAULT_INSTANCE;
1083
+ }
1084
+
1085
+ }
1086
+