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