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