@lansweeper/data-platform-outbound-grpc 0.3.23 → 0.3.25
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +16 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +18 -64
- package/gen-proto/outbound_pb.js +145 -512
- package/generated-go/outbound.pb.go +10945 -11061
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +4 -11
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Computer.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$Builder$DatastoresConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster$DatastoresDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareDatastoreClusterOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder$EsxiHypervisorDatastoresConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$EsxiGuestVmKeyDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor$EsxiHypervisorDatastoresDefaultEntryHolder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisorOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +4 -11
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Computer.java +621 -972
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerOrBuilder.java +0 -24
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3028 -3046
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastoreCluster.java +264 -38
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareDatastoreClusterOrBuilder.java +38 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisor.java +404 -211
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/VmwareEsxiHypervisorOrBuilder.java +29 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +0 -4
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +0 -2
- package/model/target/{outbound-model-0.3.22-sources.jar → outbound-model-0.3.24-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.22.jar → outbound-model-0.3.24.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +4 -11
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.22-sources.jar → outbound-service-0.3.24-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.22.jar → outbound-service-0.3.24.jar} +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineering$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineering$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineering.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineeringOrBuilder.class +0 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineering.java +0 -1508
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerQuickFixEngineeringOrBuilder.java +0 -129
|
@@ -23,6 +23,7 @@ private static final long serialVersionUID = 0L;
|
|
|
23
23
|
}
|
|
24
24
|
private VmwareEsxiHypervisor() {
|
|
25
25
|
vcenterAssetKey_ = "";
|
|
26
|
+
vmwareEsxiClusterId_ = "";
|
|
26
27
|
cpuPackagesDescriptions_ =
|
|
27
28
|
com.google.protobuf.LazyStringArrayList.emptyList();
|
|
28
29
|
uuid_ = "";
|
|
@@ -168,6 +169,65 @@ private static final long serialVersionUID = 0L;
|
|
|
168
169
|
}
|
|
169
170
|
}
|
|
170
171
|
|
|
172
|
+
public static final int VMWARE_ESXI_CLUSTER_ID_FIELD_NUMBER = 26;
|
|
173
|
+
@SuppressWarnings("serial")
|
|
174
|
+
private volatile java.lang.Object vmwareEsxiClusterId_ = "";
|
|
175
|
+
/**
|
|
176
|
+
* <pre>
|
|
177
|
+
* Cluster ID of the Esxi Hypervisor, uuid of EsxiCluster
|
|
178
|
+
* </pre>
|
|
179
|
+
*
|
|
180
|
+
* <code>optional string vmware_esxi_cluster_id = 26;</code>
|
|
181
|
+
* @return Whether the vmwareEsxiClusterId field is set.
|
|
182
|
+
*/
|
|
183
|
+
@java.lang.Override
|
|
184
|
+
public boolean hasVmwareEsxiClusterId() {
|
|
185
|
+
return ((bitField0_ & 0x00000004) != 0);
|
|
186
|
+
}
|
|
187
|
+
/**
|
|
188
|
+
* <pre>
|
|
189
|
+
* Cluster ID of the Esxi Hypervisor, uuid of EsxiCluster
|
|
190
|
+
* </pre>
|
|
191
|
+
*
|
|
192
|
+
* <code>optional string vmware_esxi_cluster_id = 26;</code>
|
|
193
|
+
* @return The vmwareEsxiClusterId.
|
|
194
|
+
*/
|
|
195
|
+
@java.lang.Override
|
|
196
|
+
public java.lang.String getVmwareEsxiClusterId() {
|
|
197
|
+
java.lang.Object ref = vmwareEsxiClusterId_;
|
|
198
|
+
if (ref instanceof java.lang.String) {
|
|
199
|
+
return (java.lang.String) ref;
|
|
200
|
+
} else {
|
|
201
|
+
com.google.protobuf.ByteString bs =
|
|
202
|
+
(com.google.protobuf.ByteString) ref;
|
|
203
|
+
java.lang.String s = bs.toStringUtf8();
|
|
204
|
+
vmwareEsxiClusterId_ = s;
|
|
205
|
+
return s;
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* <pre>
|
|
210
|
+
* Cluster ID of the Esxi Hypervisor, uuid of EsxiCluster
|
|
211
|
+
* </pre>
|
|
212
|
+
*
|
|
213
|
+
* <code>optional string vmware_esxi_cluster_id = 26;</code>
|
|
214
|
+
* @return The bytes for vmwareEsxiClusterId.
|
|
215
|
+
*/
|
|
216
|
+
@java.lang.Override
|
|
217
|
+
public com.google.protobuf.ByteString
|
|
218
|
+
getVmwareEsxiClusterIdBytes() {
|
|
219
|
+
java.lang.Object ref = vmwareEsxiClusterId_;
|
|
220
|
+
if (ref instanceof java.lang.String) {
|
|
221
|
+
com.google.protobuf.ByteString b =
|
|
222
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
223
|
+
(java.lang.String) ref);
|
|
224
|
+
vmwareEsxiClusterId_ = b;
|
|
225
|
+
return b;
|
|
226
|
+
} else {
|
|
227
|
+
return (com.google.protobuf.ByteString) ref;
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
|
|
171
231
|
public static final int ESXI_HYPERVISOR_DATASTORES_FIELD_NUMBER = 3;
|
|
172
232
|
private static final class EsxiHypervisorDatastoresDefaultEntryHolder {
|
|
173
233
|
static final com.google.protobuf.MapEntry<
|
|
@@ -368,7 +428,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
368
428
|
*/
|
|
369
429
|
@java.lang.Override
|
|
370
430
|
public boolean hasUpTime() {
|
|
371
|
-
return ((bitField0_ &
|
|
431
|
+
return ((bitField0_ & 0x00000008) != 0);
|
|
372
432
|
}
|
|
373
433
|
/**
|
|
374
434
|
* <pre>
|
|
@@ -395,7 +455,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
395
455
|
*/
|
|
396
456
|
@java.lang.Override
|
|
397
457
|
public boolean hasBootTime() {
|
|
398
|
-
return ((bitField0_ &
|
|
458
|
+
return ((bitField0_ & 0x00000010) != 0);
|
|
399
459
|
}
|
|
400
460
|
/**
|
|
401
461
|
* <pre>
|
|
@@ -433,7 +493,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
433
493
|
*/
|
|
434
494
|
@java.lang.Override
|
|
435
495
|
public boolean hasHostMaxVirtualDiskCapacity() {
|
|
436
|
-
return ((bitField0_ &
|
|
496
|
+
return ((bitField0_ & 0x00000020) != 0);
|
|
437
497
|
}
|
|
438
498
|
/**
|
|
439
499
|
* <pre>
|
|
@@ -460,7 +520,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
460
520
|
*/
|
|
461
521
|
@java.lang.Override
|
|
462
522
|
public boolean hasNumCpuPackages() {
|
|
463
|
-
return ((bitField0_ &
|
|
523
|
+
return ((bitField0_ & 0x00000040) != 0);
|
|
464
524
|
}
|
|
465
525
|
/**
|
|
466
526
|
* <pre>
|
|
@@ -540,7 +600,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
540
600
|
*/
|
|
541
601
|
@java.lang.Override
|
|
542
602
|
public boolean hasNumNics() {
|
|
543
|
-
return ((bitField0_ &
|
|
603
|
+
return ((bitField0_ & 0x00000080) != 0);
|
|
544
604
|
}
|
|
545
605
|
/**
|
|
546
606
|
* <pre>
|
|
@@ -567,7 +627,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
567
627
|
*/
|
|
568
628
|
@java.lang.Override
|
|
569
629
|
public boolean hasNumHbas() {
|
|
570
|
-
return ((bitField0_ &
|
|
630
|
+
return ((bitField0_ & 0x00000100) != 0);
|
|
571
631
|
}
|
|
572
632
|
/**
|
|
573
633
|
* <pre>
|
|
@@ -595,7 +655,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
595
655
|
*/
|
|
596
656
|
@java.lang.Override
|
|
597
657
|
public boolean hasUuid() {
|
|
598
|
-
return ((bitField0_ &
|
|
658
|
+
return ((bitField0_ & 0x00000200) != 0);
|
|
599
659
|
}
|
|
600
660
|
/**
|
|
601
661
|
* <pre>
|
|
@@ -654,7 +714,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
654
714
|
*/
|
|
655
715
|
@java.lang.Override
|
|
656
716
|
public boolean hasConnectionState() {
|
|
657
|
-
return ((bitField0_ &
|
|
717
|
+
return ((bitField0_ & 0x00000400) != 0);
|
|
658
718
|
}
|
|
659
719
|
/**
|
|
660
720
|
* <pre>
|
|
@@ -713,7 +773,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
713
773
|
*/
|
|
714
774
|
@java.lang.Override
|
|
715
775
|
public boolean hasPowerState() {
|
|
716
|
-
return ((bitField0_ &
|
|
776
|
+
return ((bitField0_ & 0x00000800) != 0);
|
|
717
777
|
}
|
|
718
778
|
/**
|
|
719
779
|
* <pre>
|
|
@@ -772,7 +832,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
772
832
|
*/
|
|
773
833
|
@java.lang.Override
|
|
774
834
|
public boolean hasDatacenterId() {
|
|
775
|
-
return ((bitField0_ &
|
|
835
|
+
return ((bitField0_ & 0x00001000) != 0);
|
|
776
836
|
}
|
|
777
837
|
/**
|
|
778
838
|
* <pre>
|
|
@@ -831,7 +891,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
831
891
|
*/
|
|
832
892
|
@java.lang.Override
|
|
833
893
|
public boolean hasInternalKey() {
|
|
834
|
-
return ((bitField0_ &
|
|
894
|
+
return ((bitField0_ & 0x00002000) != 0);
|
|
835
895
|
}
|
|
836
896
|
/**
|
|
837
897
|
* <pre>
|
|
@@ -889,7 +949,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
889
949
|
*/
|
|
890
950
|
@java.lang.Override
|
|
891
951
|
public boolean hasAdminDisabled() {
|
|
892
|
-
return ((bitField0_ &
|
|
952
|
+
return ((bitField0_ & 0x00004000) != 0);
|
|
893
953
|
}
|
|
894
954
|
/**
|
|
895
955
|
* <pre>
|
|
@@ -917,7 +977,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
917
977
|
*/
|
|
918
978
|
@java.lang.Override
|
|
919
979
|
public boolean hasIpAddress() {
|
|
920
|
-
return ((bitField0_ &
|
|
980
|
+
return ((bitField0_ & 0x00008000) != 0);
|
|
921
981
|
}
|
|
922
982
|
/**
|
|
923
983
|
* <pre>
|
|
@@ -975,7 +1035,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
975
1035
|
*/
|
|
976
1036
|
@java.lang.Override
|
|
977
1037
|
public boolean hasPort() {
|
|
978
|
-
return ((bitField0_ &
|
|
1038
|
+
return ((bitField0_ & 0x00010000) != 0);
|
|
979
1039
|
}
|
|
980
1040
|
/**
|
|
981
1041
|
* <pre>
|
|
@@ -1003,7 +1063,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1003
1063
|
*/
|
|
1004
1064
|
@java.lang.Override
|
|
1005
1065
|
public boolean hasSslThumbprint() {
|
|
1006
|
-
return ((bitField0_ &
|
|
1066
|
+
return ((bitField0_ & 0x00020000) != 0);
|
|
1007
1067
|
}
|
|
1008
1068
|
/**
|
|
1009
1069
|
* <pre>
|
|
@@ -1062,7 +1122,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1062
1122
|
*/
|
|
1063
1123
|
@java.lang.Override
|
|
1064
1124
|
public boolean hasManagementServerIp() {
|
|
1065
|
-
return ((bitField0_ &
|
|
1125
|
+
return ((bitField0_ & 0x00040000) != 0);
|
|
1066
1126
|
}
|
|
1067
1127
|
/**
|
|
1068
1128
|
* <pre>
|
|
@@ -1120,7 +1180,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1120
1180
|
*/
|
|
1121
1181
|
@java.lang.Override
|
|
1122
1182
|
public boolean hasNumCpu() {
|
|
1123
|
-
return ((bitField0_ &
|
|
1183
|
+
return ((bitField0_ & 0x00080000) != 0);
|
|
1124
1184
|
}
|
|
1125
1185
|
/**
|
|
1126
1186
|
* <pre>
|
|
@@ -1147,7 +1207,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1147
1207
|
*/
|
|
1148
1208
|
@java.lang.Override
|
|
1149
1209
|
public boolean hasNumCoresPerSocket() {
|
|
1150
|
-
return ((bitField0_ &
|
|
1210
|
+
return ((bitField0_ & 0x00100000) != 0);
|
|
1151
1211
|
}
|
|
1152
1212
|
/**
|
|
1153
1213
|
* <pre>
|
|
@@ -1175,7 +1235,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1175
1235
|
*/
|
|
1176
1236
|
@java.lang.Override
|
|
1177
1237
|
public boolean hasVersion() {
|
|
1178
|
-
return ((bitField0_ &
|
|
1238
|
+
return ((bitField0_ & 0x00200000) != 0);
|
|
1179
1239
|
}
|
|
1180
1240
|
/**
|
|
1181
1241
|
* <pre>
|
|
@@ -1233,7 +1293,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1233
1293
|
*/
|
|
1234
1294
|
@java.lang.Override
|
|
1235
1295
|
public boolean hasMemorySize() {
|
|
1236
|
-
return ((bitField0_ &
|
|
1296
|
+
return ((bitField0_ & 0x00400000) != 0);
|
|
1237
1297
|
}
|
|
1238
1298
|
/**
|
|
1239
1299
|
* <pre>
|
|
@@ -1280,69 +1340,72 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1280
1340
|
internalGetEsxiGuestVmKey(),
|
|
1281
1341
|
EsxiGuestVmKeyDefaultEntryHolder.defaultEntry,
|
|
1282
1342
|
4);
|
|
1283
|
-
if (((bitField0_ &
|
|
1343
|
+
if (((bitField0_ & 0x00000008) != 0)) {
|
|
1284
1344
|
output.writeUInt64(5, upTime_);
|
|
1285
1345
|
}
|
|
1286
|
-
if (((bitField0_ &
|
|
1346
|
+
if (((bitField0_ & 0x00000020) != 0)) {
|
|
1287
1347
|
output.writeUInt64(6, hostMaxVirtualDiskCapacity_);
|
|
1288
1348
|
}
|
|
1289
|
-
if (((bitField0_ &
|
|
1349
|
+
if (((bitField0_ & 0x00000040) != 0)) {
|
|
1290
1350
|
output.writeUInt32(7, numCpuPackages_);
|
|
1291
1351
|
}
|
|
1292
1352
|
for (int i = 0; i < cpuPackagesDescriptions_.size(); i++) {
|
|
1293
1353
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 8, cpuPackagesDescriptions_.getRaw(i));
|
|
1294
1354
|
}
|
|
1295
|
-
if (((bitField0_ &
|
|
1355
|
+
if (((bitField0_ & 0x00000080) != 0)) {
|
|
1296
1356
|
output.writeUInt32(9, numNics_);
|
|
1297
1357
|
}
|
|
1298
|
-
if (((bitField0_ &
|
|
1358
|
+
if (((bitField0_ & 0x00000100) != 0)) {
|
|
1299
1359
|
output.writeUInt32(10, numHbas_);
|
|
1300
1360
|
}
|
|
1301
|
-
if (((bitField0_ &
|
|
1361
|
+
if (((bitField0_ & 0x00000200) != 0)) {
|
|
1302
1362
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 11, uuid_);
|
|
1303
1363
|
}
|
|
1304
|
-
if (((bitField0_ &
|
|
1364
|
+
if (((bitField0_ & 0x00000400) != 0)) {
|
|
1305
1365
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 12, connectionState_);
|
|
1306
1366
|
}
|
|
1307
|
-
if (((bitField0_ &
|
|
1367
|
+
if (((bitField0_ & 0x00000800) != 0)) {
|
|
1308
1368
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 13, powerState_);
|
|
1309
1369
|
}
|
|
1310
|
-
if (((bitField0_ &
|
|
1370
|
+
if (((bitField0_ & 0x00001000) != 0)) {
|
|
1311
1371
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 14, datacenterId_);
|
|
1312
1372
|
}
|
|
1313
|
-
if (((bitField0_ &
|
|
1373
|
+
if (((bitField0_ & 0x00002000) != 0)) {
|
|
1314
1374
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 15, internalKey_);
|
|
1315
1375
|
}
|
|
1316
|
-
if (((bitField0_ &
|
|
1376
|
+
if (((bitField0_ & 0x00004000) != 0)) {
|
|
1317
1377
|
output.writeBool(16, adminDisabled_);
|
|
1318
1378
|
}
|
|
1319
|
-
if (((bitField0_ &
|
|
1379
|
+
if (((bitField0_ & 0x00000010) != 0)) {
|
|
1320
1380
|
output.writeMessage(17, getBootTime());
|
|
1321
1381
|
}
|
|
1322
|
-
if (((bitField0_ &
|
|
1382
|
+
if (((bitField0_ & 0x00008000) != 0)) {
|
|
1323
1383
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 18, ipAddress_);
|
|
1324
1384
|
}
|
|
1325
|
-
if (((bitField0_ &
|
|
1385
|
+
if (((bitField0_ & 0x00010000) != 0)) {
|
|
1326
1386
|
output.writeUInt32(19, port_);
|
|
1327
1387
|
}
|
|
1328
|
-
if (((bitField0_ &
|
|
1388
|
+
if (((bitField0_ & 0x00020000) != 0)) {
|
|
1329
1389
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 20, sslThumbprint_);
|
|
1330
1390
|
}
|
|
1331
|
-
if (((bitField0_ &
|
|
1391
|
+
if (((bitField0_ & 0x00040000) != 0)) {
|
|
1332
1392
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 21, managementServerIp_);
|
|
1333
1393
|
}
|
|
1334
|
-
if (((bitField0_ &
|
|
1394
|
+
if (((bitField0_ & 0x00080000) != 0)) {
|
|
1335
1395
|
output.writeUInt32(22, numCpu_);
|
|
1336
1396
|
}
|
|
1337
|
-
if (((bitField0_ &
|
|
1397
|
+
if (((bitField0_ & 0x00100000) != 0)) {
|
|
1338
1398
|
output.writeUInt32(23, numCoresPerSocket_);
|
|
1339
1399
|
}
|
|
1340
|
-
if (((bitField0_ &
|
|
1400
|
+
if (((bitField0_ & 0x00200000) != 0)) {
|
|
1341
1401
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 24, version_);
|
|
1342
1402
|
}
|
|
1343
|
-
if (((bitField0_ &
|
|
1403
|
+
if (((bitField0_ & 0x00400000) != 0)) {
|
|
1344
1404
|
output.writeUInt64(25, memorySize_);
|
|
1345
1405
|
}
|
|
1406
|
+
if (((bitField0_ & 0x00000004) != 0)) {
|
|
1407
|
+
com.google.protobuf.GeneratedMessageV3.writeString(output, 26, vmwareEsxiClusterId_);
|
|
1408
|
+
}
|
|
1346
1409
|
getUnknownFields().writeTo(output);
|
|
1347
1410
|
}
|
|
1348
1411
|
|
|
@@ -1379,15 +1442,15 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1379
1442
|
size += com.google.protobuf.CodedOutputStream
|
|
1380
1443
|
.computeMessageSize(4, esxiGuestVmKey__);
|
|
1381
1444
|
}
|
|
1382
|
-
if (((bitField0_ &
|
|
1445
|
+
if (((bitField0_ & 0x00000008) != 0)) {
|
|
1383
1446
|
size += com.google.protobuf.CodedOutputStream
|
|
1384
1447
|
.computeUInt64Size(5, upTime_);
|
|
1385
1448
|
}
|
|
1386
|
-
if (((bitField0_ &
|
|
1449
|
+
if (((bitField0_ & 0x00000020) != 0)) {
|
|
1387
1450
|
size += com.google.protobuf.CodedOutputStream
|
|
1388
1451
|
.computeUInt64Size(6, hostMaxVirtualDiskCapacity_);
|
|
1389
1452
|
}
|
|
1390
|
-
if (((bitField0_ &
|
|
1453
|
+
if (((bitField0_ & 0x00000040) != 0)) {
|
|
1391
1454
|
size += com.google.protobuf.CodedOutputStream
|
|
1392
1455
|
.computeUInt32Size(7, numCpuPackages_);
|
|
1393
1456
|
}
|
|
@@ -1399,65 +1462,68 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1399
1462
|
size += dataSize;
|
|
1400
1463
|
size += 1 * getCpuPackagesDescriptionsList().size();
|
|
1401
1464
|
}
|
|
1402
|
-
if (((bitField0_ &
|
|
1465
|
+
if (((bitField0_ & 0x00000080) != 0)) {
|
|
1403
1466
|
size += com.google.protobuf.CodedOutputStream
|
|
1404
1467
|
.computeUInt32Size(9, numNics_);
|
|
1405
1468
|
}
|
|
1406
|
-
if (((bitField0_ &
|
|
1469
|
+
if (((bitField0_ & 0x00000100) != 0)) {
|
|
1407
1470
|
size += com.google.protobuf.CodedOutputStream
|
|
1408
1471
|
.computeUInt32Size(10, numHbas_);
|
|
1409
1472
|
}
|
|
1410
|
-
if (((bitField0_ &
|
|
1473
|
+
if (((bitField0_ & 0x00000200) != 0)) {
|
|
1411
1474
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(11, uuid_);
|
|
1412
1475
|
}
|
|
1413
|
-
if (((bitField0_ &
|
|
1476
|
+
if (((bitField0_ & 0x00000400) != 0)) {
|
|
1414
1477
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(12, connectionState_);
|
|
1415
1478
|
}
|
|
1416
|
-
if (((bitField0_ &
|
|
1479
|
+
if (((bitField0_ & 0x00000800) != 0)) {
|
|
1417
1480
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(13, powerState_);
|
|
1418
1481
|
}
|
|
1419
|
-
if (((bitField0_ &
|
|
1482
|
+
if (((bitField0_ & 0x00001000) != 0)) {
|
|
1420
1483
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(14, datacenterId_);
|
|
1421
1484
|
}
|
|
1422
|
-
if (((bitField0_ &
|
|
1485
|
+
if (((bitField0_ & 0x00002000) != 0)) {
|
|
1423
1486
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(15, internalKey_);
|
|
1424
1487
|
}
|
|
1425
|
-
if (((bitField0_ &
|
|
1488
|
+
if (((bitField0_ & 0x00004000) != 0)) {
|
|
1426
1489
|
size += com.google.protobuf.CodedOutputStream
|
|
1427
1490
|
.computeBoolSize(16, adminDisabled_);
|
|
1428
1491
|
}
|
|
1429
|
-
if (((bitField0_ &
|
|
1492
|
+
if (((bitField0_ & 0x00000010) != 0)) {
|
|
1430
1493
|
size += com.google.protobuf.CodedOutputStream
|
|
1431
1494
|
.computeMessageSize(17, getBootTime());
|
|
1432
1495
|
}
|
|
1433
|
-
if (((bitField0_ &
|
|
1496
|
+
if (((bitField0_ & 0x00008000) != 0)) {
|
|
1434
1497
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(18, ipAddress_);
|
|
1435
1498
|
}
|
|
1436
|
-
if (((bitField0_ &
|
|
1499
|
+
if (((bitField0_ & 0x00010000) != 0)) {
|
|
1437
1500
|
size += com.google.protobuf.CodedOutputStream
|
|
1438
1501
|
.computeUInt32Size(19, port_);
|
|
1439
1502
|
}
|
|
1440
|
-
if (((bitField0_ &
|
|
1503
|
+
if (((bitField0_ & 0x00020000) != 0)) {
|
|
1441
1504
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(20, sslThumbprint_);
|
|
1442
1505
|
}
|
|
1443
|
-
if (((bitField0_ &
|
|
1506
|
+
if (((bitField0_ & 0x00040000) != 0)) {
|
|
1444
1507
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(21, managementServerIp_);
|
|
1445
1508
|
}
|
|
1446
|
-
if (((bitField0_ &
|
|
1509
|
+
if (((bitField0_ & 0x00080000) != 0)) {
|
|
1447
1510
|
size += com.google.protobuf.CodedOutputStream
|
|
1448
1511
|
.computeUInt32Size(22, numCpu_);
|
|
1449
1512
|
}
|
|
1450
|
-
if (((bitField0_ &
|
|
1513
|
+
if (((bitField0_ & 0x00100000) != 0)) {
|
|
1451
1514
|
size += com.google.protobuf.CodedOutputStream
|
|
1452
1515
|
.computeUInt32Size(23, numCoresPerSocket_);
|
|
1453
1516
|
}
|
|
1454
|
-
if (((bitField0_ &
|
|
1517
|
+
if (((bitField0_ & 0x00200000) != 0)) {
|
|
1455
1518
|
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(24, version_);
|
|
1456
1519
|
}
|
|
1457
|
-
if (((bitField0_ &
|
|
1520
|
+
if (((bitField0_ & 0x00400000) != 0)) {
|
|
1458
1521
|
size += com.google.protobuf.CodedOutputStream
|
|
1459
1522
|
.computeUInt64Size(25, memorySize_);
|
|
1460
1523
|
}
|
|
1524
|
+
if (((bitField0_ & 0x00000004) != 0)) {
|
|
1525
|
+
size += com.google.protobuf.GeneratedMessageV3.computeStringSize(26, vmwareEsxiClusterId_);
|
|
1526
|
+
}
|
|
1461
1527
|
size += getUnknownFields().getSerializedSize();
|
|
1462
1528
|
memoizedSize = size;
|
|
1463
1529
|
return size;
|
|
@@ -1483,6 +1549,11 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1483
1549
|
if (!getVcenterAssetKey()
|
|
1484
1550
|
.equals(other.getVcenterAssetKey())) return false;
|
|
1485
1551
|
}
|
|
1552
|
+
if (hasVmwareEsxiClusterId() != other.hasVmwareEsxiClusterId()) return false;
|
|
1553
|
+
if (hasVmwareEsxiClusterId()) {
|
|
1554
|
+
if (!getVmwareEsxiClusterId()
|
|
1555
|
+
.equals(other.getVmwareEsxiClusterId())) return false;
|
|
1556
|
+
}
|
|
1486
1557
|
if (!internalGetEsxiHypervisorDatastores().equals(
|
|
1487
1558
|
other.internalGetEsxiHypervisorDatastores())) return false;
|
|
1488
1559
|
if (!internalGetEsxiGuestVmKey().equals(
|
|
@@ -1608,6 +1679,10 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1608
1679
|
hash = (37 * hash) + VCENTER_ASSET_KEY_FIELD_NUMBER;
|
|
1609
1680
|
hash = (53 * hash) + getVcenterAssetKey().hashCode();
|
|
1610
1681
|
}
|
|
1682
|
+
if (hasVmwareEsxiClusterId()) {
|
|
1683
|
+
hash = (37 * hash) + VMWARE_ESXI_CLUSTER_ID_FIELD_NUMBER;
|
|
1684
|
+
hash = (53 * hash) + getVmwareEsxiClusterId().hashCode();
|
|
1685
|
+
}
|
|
1611
1686
|
if (!internalGetEsxiHypervisorDatastores().getMap().isEmpty()) {
|
|
1612
1687
|
hash = (37 * hash) + ESXI_HYPERVISOR_DATASTORES_FIELD_NUMBER;
|
|
1613
1688
|
hash = (53 * hash) + internalGetEsxiHypervisorDatastores().hashCode();
|
|
@@ -1879,6 +1954,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1879
1954
|
productInfoBuilder_ = null;
|
|
1880
1955
|
}
|
|
1881
1956
|
vcenterAssetKey_ = "";
|
|
1957
|
+
vmwareEsxiClusterId_ = "";
|
|
1882
1958
|
internalGetMutableEsxiHypervisorDatastores().clear();
|
|
1883
1959
|
internalGetMutableEsxiGuestVmKey().clear();
|
|
1884
1960
|
upTime_ = 0L;
|
|
@@ -1952,98 +2028,102 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
1952
2028
|
to_bitField0_ |= 0x00000002;
|
|
1953
2029
|
}
|
|
1954
2030
|
if (((from_bitField0_ & 0x00000004) != 0)) {
|
|
1955
|
-
result.
|
|
2031
|
+
result.vmwareEsxiClusterId_ = vmwareEsxiClusterId_;
|
|
2032
|
+
to_bitField0_ |= 0x00000004;
|
|
1956
2033
|
}
|
|
1957
2034
|
if (((from_bitField0_ & 0x00000008) != 0)) {
|
|
2035
|
+
result.esxiHypervisorDatastores_ = internalGetEsxiHypervisorDatastores().build(EsxiHypervisorDatastoresDefaultEntryHolder.defaultEntry);
|
|
2036
|
+
}
|
|
2037
|
+
if (((from_bitField0_ & 0x00000010) != 0)) {
|
|
1958
2038
|
result.esxiGuestVmKey_ = internalGetEsxiGuestVmKey();
|
|
1959
2039
|
result.esxiGuestVmKey_.makeImmutable();
|
|
1960
2040
|
}
|
|
1961
|
-
if (((from_bitField0_ &
|
|
2041
|
+
if (((from_bitField0_ & 0x00000020) != 0)) {
|
|
1962
2042
|
result.upTime_ = upTime_;
|
|
1963
|
-
to_bitField0_ |=
|
|
2043
|
+
to_bitField0_ |= 0x00000008;
|
|
1964
2044
|
}
|
|
1965
|
-
if (((from_bitField0_ &
|
|
2045
|
+
if (((from_bitField0_ & 0x00000040) != 0)) {
|
|
1966
2046
|
result.bootTime_ = bootTimeBuilder_ == null
|
|
1967
2047
|
? bootTime_
|
|
1968
2048
|
: bootTimeBuilder_.build();
|
|
1969
|
-
to_bitField0_ |= 0x00000008;
|
|
1970
|
-
}
|
|
1971
|
-
if (((from_bitField0_ & 0x00000040) != 0)) {
|
|
1972
|
-
result.hostMaxVirtualDiskCapacity_ = hostMaxVirtualDiskCapacity_;
|
|
1973
2049
|
to_bitField0_ |= 0x00000010;
|
|
1974
2050
|
}
|
|
1975
2051
|
if (((from_bitField0_ & 0x00000080) != 0)) {
|
|
1976
|
-
result.
|
|
2052
|
+
result.hostMaxVirtualDiskCapacity_ = hostMaxVirtualDiskCapacity_;
|
|
1977
2053
|
to_bitField0_ |= 0x00000020;
|
|
1978
2054
|
}
|
|
1979
2055
|
if (((from_bitField0_ & 0x00000100) != 0)) {
|
|
1980
|
-
|
|
1981
|
-
|
|
2056
|
+
result.numCpuPackages_ = numCpuPackages_;
|
|
2057
|
+
to_bitField0_ |= 0x00000040;
|
|
1982
2058
|
}
|
|
1983
2059
|
if (((from_bitField0_ & 0x00000200) != 0)) {
|
|
1984
|
-
|
|
1985
|
-
|
|
2060
|
+
cpuPackagesDescriptions_.makeImmutable();
|
|
2061
|
+
result.cpuPackagesDescriptions_ = cpuPackagesDescriptions_;
|
|
1986
2062
|
}
|
|
1987
2063
|
if (((from_bitField0_ & 0x00000400) != 0)) {
|
|
1988
|
-
result.
|
|
2064
|
+
result.numNics_ = numNics_;
|
|
1989
2065
|
to_bitField0_ |= 0x00000080;
|
|
1990
2066
|
}
|
|
1991
2067
|
if (((from_bitField0_ & 0x00000800) != 0)) {
|
|
1992
|
-
result.
|
|
2068
|
+
result.numHbas_ = numHbas_;
|
|
1993
2069
|
to_bitField0_ |= 0x00000100;
|
|
1994
2070
|
}
|
|
1995
2071
|
if (((from_bitField0_ & 0x00001000) != 0)) {
|
|
1996
|
-
result.
|
|
2072
|
+
result.uuid_ = uuid_;
|
|
1997
2073
|
to_bitField0_ |= 0x00000200;
|
|
1998
2074
|
}
|
|
1999
2075
|
if (((from_bitField0_ & 0x00002000) != 0)) {
|
|
2000
|
-
result.
|
|
2076
|
+
result.connectionState_ = connectionState_;
|
|
2001
2077
|
to_bitField0_ |= 0x00000400;
|
|
2002
2078
|
}
|
|
2003
2079
|
if (((from_bitField0_ & 0x00004000) != 0)) {
|
|
2004
|
-
result.
|
|
2080
|
+
result.powerState_ = powerState_;
|
|
2005
2081
|
to_bitField0_ |= 0x00000800;
|
|
2006
2082
|
}
|
|
2007
2083
|
if (((from_bitField0_ & 0x00008000) != 0)) {
|
|
2008
|
-
result.
|
|
2084
|
+
result.datacenterId_ = datacenterId_;
|
|
2009
2085
|
to_bitField0_ |= 0x00001000;
|
|
2010
2086
|
}
|
|
2011
2087
|
if (((from_bitField0_ & 0x00010000) != 0)) {
|
|
2012
|
-
result.
|
|
2088
|
+
result.internalKey_ = internalKey_;
|
|
2013
2089
|
to_bitField0_ |= 0x00002000;
|
|
2014
2090
|
}
|
|
2015
2091
|
if (((from_bitField0_ & 0x00020000) != 0)) {
|
|
2016
|
-
result.
|
|
2092
|
+
result.adminDisabled_ = adminDisabled_;
|
|
2017
2093
|
to_bitField0_ |= 0x00004000;
|
|
2018
2094
|
}
|
|
2019
2095
|
if (((from_bitField0_ & 0x00040000) != 0)) {
|
|
2020
|
-
result.
|
|
2096
|
+
result.ipAddress_ = ipAddress_;
|
|
2021
2097
|
to_bitField0_ |= 0x00008000;
|
|
2022
2098
|
}
|
|
2023
2099
|
if (((from_bitField0_ & 0x00080000) != 0)) {
|
|
2024
|
-
result.
|
|
2100
|
+
result.port_ = port_;
|
|
2025
2101
|
to_bitField0_ |= 0x00010000;
|
|
2026
2102
|
}
|
|
2027
2103
|
if (((from_bitField0_ & 0x00100000) != 0)) {
|
|
2028
|
-
result.
|
|
2104
|
+
result.sslThumbprint_ = sslThumbprint_;
|
|
2029
2105
|
to_bitField0_ |= 0x00020000;
|
|
2030
2106
|
}
|
|
2031
2107
|
if (((from_bitField0_ & 0x00200000) != 0)) {
|
|
2032
|
-
result.
|
|
2108
|
+
result.managementServerIp_ = managementServerIp_;
|
|
2033
2109
|
to_bitField0_ |= 0x00040000;
|
|
2034
2110
|
}
|
|
2035
2111
|
if (((from_bitField0_ & 0x00400000) != 0)) {
|
|
2036
|
-
result.
|
|
2112
|
+
result.numCpu_ = numCpu_;
|
|
2037
2113
|
to_bitField0_ |= 0x00080000;
|
|
2038
2114
|
}
|
|
2039
2115
|
if (((from_bitField0_ & 0x00800000) != 0)) {
|
|
2040
|
-
result.
|
|
2116
|
+
result.numCoresPerSocket_ = numCoresPerSocket_;
|
|
2041
2117
|
to_bitField0_ |= 0x00100000;
|
|
2042
2118
|
}
|
|
2043
2119
|
if (((from_bitField0_ & 0x01000000) != 0)) {
|
|
2044
|
-
result.
|
|
2120
|
+
result.version_ = version_;
|
|
2045
2121
|
to_bitField0_ |= 0x00200000;
|
|
2046
2122
|
}
|
|
2123
|
+
if (((from_bitField0_ & 0x02000000) != 0)) {
|
|
2124
|
+
result.memorySize_ = memorySize_;
|
|
2125
|
+
to_bitField0_ |= 0x00400000;
|
|
2126
|
+
}
|
|
2047
2127
|
result.bitField0_ |= to_bitField0_;
|
|
2048
2128
|
}
|
|
2049
2129
|
|
|
@@ -2099,12 +2179,17 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2099
2179
|
bitField0_ |= 0x00000002;
|
|
2100
2180
|
onChanged();
|
|
2101
2181
|
}
|
|
2182
|
+
if (other.hasVmwareEsxiClusterId()) {
|
|
2183
|
+
vmwareEsxiClusterId_ = other.vmwareEsxiClusterId_;
|
|
2184
|
+
bitField0_ |= 0x00000004;
|
|
2185
|
+
onChanged();
|
|
2186
|
+
}
|
|
2102
2187
|
internalGetMutableEsxiHypervisorDatastores().mergeFrom(
|
|
2103
2188
|
other.internalGetEsxiHypervisorDatastores());
|
|
2104
|
-
bitField0_ |=
|
|
2189
|
+
bitField0_ |= 0x00000008;
|
|
2105
2190
|
internalGetMutableEsxiGuestVmKey().mergeFrom(
|
|
2106
2191
|
other.internalGetEsxiGuestVmKey());
|
|
2107
|
-
bitField0_ |=
|
|
2192
|
+
bitField0_ |= 0x00000010;
|
|
2108
2193
|
if (other.hasUpTime()) {
|
|
2109
2194
|
setUpTime(other.getUpTime());
|
|
2110
2195
|
}
|
|
@@ -2120,7 +2205,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2120
2205
|
if (!other.cpuPackagesDescriptions_.isEmpty()) {
|
|
2121
2206
|
if (cpuPackagesDescriptions_.isEmpty()) {
|
|
2122
2207
|
cpuPackagesDescriptions_ = other.cpuPackagesDescriptions_;
|
|
2123
|
-
bitField0_ |=
|
|
2208
|
+
bitField0_ |= 0x00000200;
|
|
2124
2209
|
} else {
|
|
2125
2210
|
ensureCpuPackagesDescriptionsIsMutable();
|
|
2126
2211
|
cpuPackagesDescriptions_.addAll(other.cpuPackagesDescriptions_);
|
|
@@ -2135,27 +2220,27 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2135
2220
|
}
|
|
2136
2221
|
if (other.hasUuid()) {
|
|
2137
2222
|
uuid_ = other.uuid_;
|
|
2138
|
-
bitField0_ |=
|
|
2223
|
+
bitField0_ |= 0x00001000;
|
|
2139
2224
|
onChanged();
|
|
2140
2225
|
}
|
|
2141
2226
|
if (other.hasConnectionState()) {
|
|
2142
2227
|
connectionState_ = other.connectionState_;
|
|
2143
|
-
bitField0_ |=
|
|
2228
|
+
bitField0_ |= 0x00002000;
|
|
2144
2229
|
onChanged();
|
|
2145
2230
|
}
|
|
2146
2231
|
if (other.hasPowerState()) {
|
|
2147
2232
|
powerState_ = other.powerState_;
|
|
2148
|
-
bitField0_ |=
|
|
2233
|
+
bitField0_ |= 0x00004000;
|
|
2149
2234
|
onChanged();
|
|
2150
2235
|
}
|
|
2151
2236
|
if (other.hasDatacenterId()) {
|
|
2152
2237
|
datacenterId_ = other.datacenterId_;
|
|
2153
|
-
bitField0_ |=
|
|
2238
|
+
bitField0_ |= 0x00008000;
|
|
2154
2239
|
onChanged();
|
|
2155
2240
|
}
|
|
2156
2241
|
if (other.hasInternalKey()) {
|
|
2157
2242
|
internalKey_ = other.internalKey_;
|
|
2158
|
-
bitField0_ |=
|
|
2243
|
+
bitField0_ |= 0x00010000;
|
|
2159
2244
|
onChanged();
|
|
2160
2245
|
}
|
|
2161
2246
|
if (other.hasAdminDisabled()) {
|
|
@@ -2163,7 +2248,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2163
2248
|
}
|
|
2164
2249
|
if (other.hasIpAddress()) {
|
|
2165
2250
|
ipAddress_ = other.ipAddress_;
|
|
2166
|
-
bitField0_ |=
|
|
2251
|
+
bitField0_ |= 0x00040000;
|
|
2167
2252
|
onChanged();
|
|
2168
2253
|
}
|
|
2169
2254
|
if (other.hasPort()) {
|
|
@@ -2171,12 +2256,12 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2171
2256
|
}
|
|
2172
2257
|
if (other.hasSslThumbprint()) {
|
|
2173
2258
|
sslThumbprint_ = other.sslThumbprint_;
|
|
2174
|
-
bitField0_ |=
|
|
2259
|
+
bitField0_ |= 0x00100000;
|
|
2175
2260
|
onChanged();
|
|
2176
2261
|
}
|
|
2177
2262
|
if (other.hasManagementServerIp()) {
|
|
2178
2263
|
managementServerIp_ = other.managementServerIp_;
|
|
2179
|
-
bitField0_ |=
|
|
2264
|
+
bitField0_ |= 0x00200000;
|
|
2180
2265
|
onChanged();
|
|
2181
2266
|
}
|
|
2182
2267
|
if (other.hasNumCpu()) {
|
|
@@ -2187,7 +2272,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2187
2272
|
}
|
|
2188
2273
|
if (other.hasVersion()) {
|
|
2189
2274
|
version_ = other.version_;
|
|
2190
|
-
bitField0_ |=
|
|
2275
|
+
bitField0_ |= 0x01000000;
|
|
2191
2276
|
onChanged();
|
|
2192
2277
|
}
|
|
2193
2278
|
if (other.hasMemorySize()) {
|
|
@@ -2237,7 +2322,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2237
2322
|
EsxiHypervisorDatastoresDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
|
|
2238
2323
|
internalGetMutableEsxiHypervisorDatastores().ensureBuilderMap().put(
|
|
2239
2324
|
esxiHypervisorDatastores__.getKey(), esxiHypervisorDatastores__.getValue());
|
|
2240
|
-
bitField0_ |=
|
|
2325
|
+
bitField0_ |= 0x00000008;
|
|
2241
2326
|
break;
|
|
2242
2327
|
} // case 26
|
|
2243
2328
|
case 34: {
|
|
@@ -2246,22 +2331,22 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2246
2331
|
EsxiGuestVmKeyDefaultEntryHolder.defaultEntry.getParserForType(), extensionRegistry);
|
|
2247
2332
|
internalGetMutableEsxiGuestVmKey().getMutableMap().put(
|
|
2248
2333
|
esxiGuestVmKey__.getKey(), esxiGuestVmKey__.getValue());
|
|
2249
|
-
bitField0_ |=
|
|
2334
|
+
bitField0_ |= 0x00000010;
|
|
2250
2335
|
break;
|
|
2251
2336
|
} // case 34
|
|
2252
2337
|
case 40: {
|
|
2253
2338
|
upTime_ = input.readUInt64();
|
|
2254
|
-
bitField0_ |=
|
|
2339
|
+
bitField0_ |= 0x00000020;
|
|
2255
2340
|
break;
|
|
2256
2341
|
} // case 40
|
|
2257
2342
|
case 48: {
|
|
2258
2343
|
hostMaxVirtualDiskCapacity_ = input.readUInt64();
|
|
2259
|
-
bitField0_ |=
|
|
2344
|
+
bitField0_ |= 0x00000080;
|
|
2260
2345
|
break;
|
|
2261
2346
|
} // case 48
|
|
2262
2347
|
case 56: {
|
|
2263
2348
|
numCpuPackages_ = input.readUInt32();
|
|
2264
|
-
bitField0_ |=
|
|
2349
|
+
bitField0_ |= 0x00000100;
|
|
2265
2350
|
break;
|
|
2266
2351
|
} // case 56
|
|
2267
2352
|
case 66: {
|
|
@@ -2272,91 +2357,96 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2272
2357
|
} // case 66
|
|
2273
2358
|
case 72: {
|
|
2274
2359
|
numNics_ = input.readUInt32();
|
|
2275
|
-
bitField0_ |=
|
|
2360
|
+
bitField0_ |= 0x00000400;
|
|
2276
2361
|
break;
|
|
2277
2362
|
} // case 72
|
|
2278
2363
|
case 80: {
|
|
2279
2364
|
numHbas_ = input.readUInt32();
|
|
2280
|
-
bitField0_ |=
|
|
2365
|
+
bitField0_ |= 0x00000800;
|
|
2281
2366
|
break;
|
|
2282
2367
|
} // case 80
|
|
2283
2368
|
case 90: {
|
|
2284
2369
|
uuid_ = input.readStringRequireUtf8();
|
|
2285
|
-
bitField0_ |=
|
|
2370
|
+
bitField0_ |= 0x00001000;
|
|
2286
2371
|
break;
|
|
2287
2372
|
} // case 90
|
|
2288
2373
|
case 98: {
|
|
2289
2374
|
connectionState_ = input.readStringRequireUtf8();
|
|
2290
|
-
bitField0_ |=
|
|
2375
|
+
bitField0_ |= 0x00002000;
|
|
2291
2376
|
break;
|
|
2292
2377
|
} // case 98
|
|
2293
2378
|
case 106: {
|
|
2294
2379
|
powerState_ = input.readStringRequireUtf8();
|
|
2295
|
-
bitField0_ |=
|
|
2380
|
+
bitField0_ |= 0x00004000;
|
|
2296
2381
|
break;
|
|
2297
2382
|
} // case 106
|
|
2298
2383
|
case 114: {
|
|
2299
2384
|
datacenterId_ = input.readStringRequireUtf8();
|
|
2300
|
-
bitField0_ |=
|
|
2385
|
+
bitField0_ |= 0x00008000;
|
|
2301
2386
|
break;
|
|
2302
2387
|
} // case 114
|
|
2303
2388
|
case 122: {
|
|
2304
2389
|
internalKey_ = input.readStringRequireUtf8();
|
|
2305
|
-
bitField0_ |=
|
|
2390
|
+
bitField0_ |= 0x00010000;
|
|
2306
2391
|
break;
|
|
2307
2392
|
} // case 122
|
|
2308
2393
|
case 128: {
|
|
2309
2394
|
adminDisabled_ = input.readBool();
|
|
2310
|
-
bitField0_ |=
|
|
2395
|
+
bitField0_ |= 0x00020000;
|
|
2311
2396
|
break;
|
|
2312
2397
|
} // case 128
|
|
2313
2398
|
case 138: {
|
|
2314
2399
|
input.readMessage(
|
|
2315
2400
|
getBootTimeFieldBuilder().getBuilder(),
|
|
2316
2401
|
extensionRegistry);
|
|
2317
|
-
bitField0_ |=
|
|
2402
|
+
bitField0_ |= 0x00000040;
|
|
2318
2403
|
break;
|
|
2319
2404
|
} // case 138
|
|
2320
2405
|
case 146: {
|
|
2321
2406
|
ipAddress_ = input.readStringRequireUtf8();
|
|
2322
|
-
bitField0_ |=
|
|
2407
|
+
bitField0_ |= 0x00040000;
|
|
2323
2408
|
break;
|
|
2324
2409
|
} // case 146
|
|
2325
2410
|
case 152: {
|
|
2326
2411
|
port_ = input.readUInt32();
|
|
2327
|
-
bitField0_ |=
|
|
2412
|
+
bitField0_ |= 0x00080000;
|
|
2328
2413
|
break;
|
|
2329
2414
|
} // case 152
|
|
2330
2415
|
case 162: {
|
|
2331
2416
|
sslThumbprint_ = input.readStringRequireUtf8();
|
|
2332
|
-
bitField0_ |=
|
|
2417
|
+
bitField0_ |= 0x00100000;
|
|
2333
2418
|
break;
|
|
2334
2419
|
} // case 162
|
|
2335
2420
|
case 170: {
|
|
2336
2421
|
managementServerIp_ = input.readStringRequireUtf8();
|
|
2337
|
-
bitField0_ |=
|
|
2422
|
+
bitField0_ |= 0x00200000;
|
|
2338
2423
|
break;
|
|
2339
2424
|
} // case 170
|
|
2340
2425
|
case 176: {
|
|
2341
2426
|
numCpu_ = input.readUInt32();
|
|
2342
|
-
bitField0_ |=
|
|
2427
|
+
bitField0_ |= 0x00400000;
|
|
2343
2428
|
break;
|
|
2344
2429
|
} // case 176
|
|
2345
2430
|
case 184: {
|
|
2346
2431
|
numCoresPerSocket_ = input.readUInt32();
|
|
2347
|
-
bitField0_ |=
|
|
2432
|
+
bitField0_ |= 0x00800000;
|
|
2348
2433
|
break;
|
|
2349
2434
|
} // case 184
|
|
2350
2435
|
case 194: {
|
|
2351
2436
|
version_ = input.readStringRequireUtf8();
|
|
2352
|
-
bitField0_ |=
|
|
2437
|
+
bitField0_ |= 0x01000000;
|
|
2353
2438
|
break;
|
|
2354
2439
|
} // case 194
|
|
2355
2440
|
case 200: {
|
|
2356
2441
|
memorySize_ = input.readUInt64();
|
|
2357
|
-
bitField0_ |=
|
|
2442
|
+
bitField0_ |= 0x02000000;
|
|
2358
2443
|
break;
|
|
2359
2444
|
} // case 200
|
|
2445
|
+
case 210: {
|
|
2446
|
+
vmwareEsxiClusterId_ = input.readStringRequireUtf8();
|
|
2447
|
+
bitField0_ |= 0x00000004;
|
|
2448
|
+
break;
|
|
2449
|
+
} // case 210
|
|
2360
2450
|
default: {
|
|
2361
2451
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
2362
2452
|
done = true; // was an endgroup tag
|
|
@@ -2634,6 +2724,109 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2634
2724
|
return this;
|
|
2635
2725
|
}
|
|
2636
2726
|
|
|
2727
|
+
private java.lang.Object vmwareEsxiClusterId_ = "";
|
|
2728
|
+
/**
|
|
2729
|
+
* <pre>
|
|
2730
|
+
* Cluster ID of the Esxi Hypervisor, uuid of EsxiCluster
|
|
2731
|
+
* </pre>
|
|
2732
|
+
*
|
|
2733
|
+
* <code>optional string vmware_esxi_cluster_id = 26;</code>
|
|
2734
|
+
* @return Whether the vmwareEsxiClusterId field is set.
|
|
2735
|
+
*/
|
|
2736
|
+
public boolean hasVmwareEsxiClusterId() {
|
|
2737
|
+
return ((bitField0_ & 0x00000004) != 0);
|
|
2738
|
+
}
|
|
2739
|
+
/**
|
|
2740
|
+
* <pre>
|
|
2741
|
+
* Cluster ID of the Esxi Hypervisor, uuid of EsxiCluster
|
|
2742
|
+
* </pre>
|
|
2743
|
+
*
|
|
2744
|
+
* <code>optional string vmware_esxi_cluster_id = 26;</code>
|
|
2745
|
+
* @return The vmwareEsxiClusterId.
|
|
2746
|
+
*/
|
|
2747
|
+
public java.lang.String getVmwareEsxiClusterId() {
|
|
2748
|
+
java.lang.Object ref = vmwareEsxiClusterId_;
|
|
2749
|
+
if (!(ref instanceof java.lang.String)) {
|
|
2750
|
+
com.google.protobuf.ByteString bs =
|
|
2751
|
+
(com.google.protobuf.ByteString) ref;
|
|
2752
|
+
java.lang.String s = bs.toStringUtf8();
|
|
2753
|
+
vmwareEsxiClusterId_ = s;
|
|
2754
|
+
return s;
|
|
2755
|
+
} else {
|
|
2756
|
+
return (java.lang.String) ref;
|
|
2757
|
+
}
|
|
2758
|
+
}
|
|
2759
|
+
/**
|
|
2760
|
+
* <pre>
|
|
2761
|
+
* Cluster ID of the Esxi Hypervisor, uuid of EsxiCluster
|
|
2762
|
+
* </pre>
|
|
2763
|
+
*
|
|
2764
|
+
* <code>optional string vmware_esxi_cluster_id = 26;</code>
|
|
2765
|
+
* @return The bytes for vmwareEsxiClusterId.
|
|
2766
|
+
*/
|
|
2767
|
+
public com.google.protobuf.ByteString
|
|
2768
|
+
getVmwareEsxiClusterIdBytes() {
|
|
2769
|
+
java.lang.Object ref = vmwareEsxiClusterId_;
|
|
2770
|
+
if (ref instanceof String) {
|
|
2771
|
+
com.google.protobuf.ByteString b =
|
|
2772
|
+
com.google.protobuf.ByteString.copyFromUtf8(
|
|
2773
|
+
(java.lang.String) ref);
|
|
2774
|
+
vmwareEsxiClusterId_ = b;
|
|
2775
|
+
return b;
|
|
2776
|
+
} else {
|
|
2777
|
+
return (com.google.protobuf.ByteString) ref;
|
|
2778
|
+
}
|
|
2779
|
+
}
|
|
2780
|
+
/**
|
|
2781
|
+
* <pre>
|
|
2782
|
+
* Cluster ID of the Esxi Hypervisor, uuid of EsxiCluster
|
|
2783
|
+
* </pre>
|
|
2784
|
+
*
|
|
2785
|
+
* <code>optional string vmware_esxi_cluster_id = 26;</code>
|
|
2786
|
+
* @param value The vmwareEsxiClusterId to set.
|
|
2787
|
+
* @return This builder for chaining.
|
|
2788
|
+
*/
|
|
2789
|
+
public Builder setVmwareEsxiClusterId(
|
|
2790
|
+
java.lang.String value) {
|
|
2791
|
+
if (value == null) { throw new NullPointerException(); }
|
|
2792
|
+
vmwareEsxiClusterId_ = value;
|
|
2793
|
+
bitField0_ |= 0x00000004;
|
|
2794
|
+
onChanged();
|
|
2795
|
+
return this;
|
|
2796
|
+
}
|
|
2797
|
+
/**
|
|
2798
|
+
* <pre>
|
|
2799
|
+
* Cluster ID of the Esxi Hypervisor, uuid of EsxiCluster
|
|
2800
|
+
* </pre>
|
|
2801
|
+
*
|
|
2802
|
+
* <code>optional string vmware_esxi_cluster_id = 26;</code>
|
|
2803
|
+
* @return This builder for chaining.
|
|
2804
|
+
*/
|
|
2805
|
+
public Builder clearVmwareEsxiClusterId() {
|
|
2806
|
+
vmwareEsxiClusterId_ = getDefaultInstance().getVmwareEsxiClusterId();
|
|
2807
|
+
bitField0_ = (bitField0_ & ~0x00000004);
|
|
2808
|
+
onChanged();
|
|
2809
|
+
return this;
|
|
2810
|
+
}
|
|
2811
|
+
/**
|
|
2812
|
+
* <pre>
|
|
2813
|
+
* Cluster ID of the Esxi Hypervisor, uuid of EsxiCluster
|
|
2814
|
+
* </pre>
|
|
2815
|
+
*
|
|
2816
|
+
* <code>optional string vmware_esxi_cluster_id = 26;</code>
|
|
2817
|
+
* @param value The bytes for vmwareEsxiClusterId to set.
|
|
2818
|
+
* @return This builder for chaining.
|
|
2819
|
+
*/
|
|
2820
|
+
public Builder setVmwareEsxiClusterIdBytes(
|
|
2821
|
+
com.google.protobuf.ByteString value) {
|
|
2822
|
+
if (value == null) { throw new NullPointerException(); }
|
|
2823
|
+
checkByteStringIsUtf8(value);
|
|
2824
|
+
vmwareEsxiClusterId_ = value;
|
|
2825
|
+
bitField0_ |= 0x00000004;
|
|
2826
|
+
onChanged();
|
|
2827
|
+
return this;
|
|
2828
|
+
}
|
|
2829
|
+
|
|
2637
2830
|
private static final class EsxiHypervisorDatastoresConverter implements com.google.protobuf.MapFieldBuilder.Converter<java.lang.String, com.lansweeper.dp.outbound.v1.VmwareDatastoreOrBuilder, com.lansweeper.dp.outbound.v1.VmwareDatastore> {
|
|
2638
2831
|
@java.lang.Override
|
|
2639
2832
|
public com.lansweeper.dp.outbound.v1.VmwareDatastore build(com.lansweeper.dp.outbound.v1.VmwareDatastoreOrBuilder val) {
|
|
@@ -2662,7 +2855,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2662
2855
|
if (esxiHypervisorDatastores_ == null) {
|
|
2663
2856
|
esxiHypervisorDatastores_ = new com.google.protobuf.MapFieldBuilder<>(esxiHypervisorDatastoresConverter);
|
|
2664
2857
|
}
|
|
2665
|
-
bitField0_ |=
|
|
2858
|
+
bitField0_ |= 0x00000008;
|
|
2666
2859
|
onChanged();
|
|
2667
2860
|
return esxiHypervisorDatastores_;
|
|
2668
2861
|
}
|
|
@@ -2736,7 +2929,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2736
2929
|
return esxiHypervisorDatastoresConverter.build(map.get(key));
|
|
2737
2930
|
}
|
|
2738
2931
|
public Builder clearEsxiHypervisorDatastores() {
|
|
2739
|
-
bitField0_ = (bitField0_ & ~
|
|
2932
|
+
bitField0_ = (bitField0_ & ~0x00000008);
|
|
2740
2933
|
internalGetMutableEsxiHypervisorDatastores().clear();
|
|
2741
2934
|
return this;
|
|
2742
2935
|
}
|
|
@@ -2760,7 +2953,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2760
2953
|
@java.lang.Deprecated
|
|
2761
2954
|
public java.util.Map<java.lang.String, com.lansweeper.dp.outbound.v1.VmwareDatastore>
|
|
2762
2955
|
getMutableEsxiHypervisorDatastores() {
|
|
2763
|
-
bitField0_ |=
|
|
2956
|
+
bitField0_ |= 0x00000008;
|
|
2764
2957
|
return internalGetMutableEsxiHypervisorDatastores().ensureMessageMap();
|
|
2765
2958
|
}
|
|
2766
2959
|
/**
|
|
@@ -2777,7 +2970,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2777
2970
|
if (value == null) { throw new NullPointerException("map value"); }
|
|
2778
2971
|
internalGetMutableEsxiHypervisorDatastores().ensureBuilderMap()
|
|
2779
2972
|
.put(key, value);
|
|
2780
|
-
bitField0_ |=
|
|
2973
|
+
bitField0_ |= 0x00000008;
|
|
2781
2974
|
return this;
|
|
2782
2975
|
}
|
|
2783
2976
|
/**
|
|
@@ -2796,7 +2989,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2796
2989
|
}
|
|
2797
2990
|
internalGetMutableEsxiHypervisorDatastores().ensureBuilderMap()
|
|
2798
2991
|
.putAll(values);
|
|
2799
|
-
bitField0_ |=
|
|
2992
|
+
bitField0_ |= 0x00000008;
|
|
2800
2993
|
return this;
|
|
2801
2994
|
}
|
|
2802
2995
|
/**
|
|
@@ -2840,7 +3033,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2840
3033
|
if (!esxiGuestVmKey_.isMutable()) {
|
|
2841
3034
|
esxiGuestVmKey_ = esxiGuestVmKey_.copy();
|
|
2842
3035
|
}
|
|
2843
|
-
bitField0_ |=
|
|
3036
|
+
bitField0_ |= 0x00000010;
|
|
2844
3037
|
onChanged();
|
|
2845
3038
|
return esxiGuestVmKey_;
|
|
2846
3039
|
}
|
|
@@ -2914,7 +3107,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2914
3107
|
return map.get(key);
|
|
2915
3108
|
}
|
|
2916
3109
|
public Builder clearEsxiGuestVmKey() {
|
|
2917
|
-
bitField0_ = (bitField0_ & ~
|
|
3110
|
+
bitField0_ = (bitField0_ & ~0x00000010);
|
|
2918
3111
|
internalGetMutableEsxiGuestVmKey().getMutableMap()
|
|
2919
3112
|
.clear();
|
|
2920
3113
|
return this;
|
|
@@ -2939,7 +3132,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2939
3132
|
@java.lang.Deprecated
|
|
2940
3133
|
public java.util.Map<java.lang.String, java.lang.Boolean>
|
|
2941
3134
|
getMutableEsxiGuestVmKey() {
|
|
2942
|
-
bitField0_ |=
|
|
3135
|
+
bitField0_ |= 0x00000010;
|
|
2943
3136
|
return internalGetMutableEsxiGuestVmKey().getMutableMap();
|
|
2944
3137
|
}
|
|
2945
3138
|
/**
|
|
@@ -2956,7 +3149,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2956
3149
|
|
|
2957
3150
|
internalGetMutableEsxiGuestVmKey().getMutableMap()
|
|
2958
3151
|
.put(key, value);
|
|
2959
|
-
bitField0_ |=
|
|
3152
|
+
bitField0_ |= 0x00000010;
|
|
2960
3153
|
return this;
|
|
2961
3154
|
}
|
|
2962
3155
|
/**
|
|
@@ -2970,7 +3163,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2970
3163
|
java.util.Map<java.lang.String, java.lang.Boolean> values) {
|
|
2971
3164
|
internalGetMutableEsxiGuestVmKey().getMutableMap()
|
|
2972
3165
|
.putAll(values);
|
|
2973
|
-
bitField0_ |=
|
|
3166
|
+
bitField0_ |= 0x00000010;
|
|
2974
3167
|
return this;
|
|
2975
3168
|
}
|
|
2976
3169
|
|
|
@@ -2985,7 +3178,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
2985
3178
|
*/
|
|
2986
3179
|
@java.lang.Override
|
|
2987
3180
|
public boolean hasUpTime() {
|
|
2988
|
-
return ((bitField0_ &
|
|
3181
|
+
return ((bitField0_ & 0x00000020) != 0);
|
|
2989
3182
|
}
|
|
2990
3183
|
/**
|
|
2991
3184
|
* <pre>
|
|
@@ -3011,7 +3204,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3011
3204
|
public Builder setUpTime(long value) {
|
|
3012
3205
|
|
|
3013
3206
|
upTime_ = value;
|
|
3014
|
-
bitField0_ |=
|
|
3207
|
+
bitField0_ |= 0x00000020;
|
|
3015
3208
|
onChanged();
|
|
3016
3209
|
return this;
|
|
3017
3210
|
}
|
|
@@ -3024,7 +3217,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3024
3217
|
* @return This builder for chaining.
|
|
3025
3218
|
*/
|
|
3026
3219
|
public Builder clearUpTime() {
|
|
3027
|
-
bitField0_ = (bitField0_ & ~
|
|
3220
|
+
bitField0_ = (bitField0_ & ~0x00000020);
|
|
3028
3221
|
upTime_ = 0L;
|
|
3029
3222
|
onChanged();
|
|
3030
3223
|
return this;
|
|
@@ -3042,7 +3235,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3042
3235
|
* @return Whether the bootTime field is set.
|
|
3043
3236
|
*/
|
|
3044
3237
|
public boolean hasBootTime() {
|
|
3045
|
-
return ((bitField0_ &
|
|
3238
|
+
return ((bitField0_ & 0x00000040) != 0);
|
|
3046
3239
|
}
|
|
3047
3240
|
/**
|
|
3048
3241
|
* <pre>
|
|
@@ -3075,7 +3268,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3075
3268
|
} else {
|
|
3076
3269
|
bootTimeBuilder_.setMessage(value);
|
|
3077
3270
|
}
|
|
3078
|
-
bitField0_ |=
|
|
3271
|
+
bitField0_ |= 0x00000040;
|
|
3079
3272
|
onChanged();
|
|
3080
3273
|
return this;
|
|
3081
3274
|
}
|
|
@@ -3093,7 +3286,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3093
3286
|
} else {
|
|
3094
3287
|
bootTimeBuilder_.setMessage(builderForValue.build());
|
|
3095
3288
|
}
|
|
3096
|
-
bitField0_ |=
|
|
3289
|
+
bitField0_ |= 0x00000040;
|
|
3097
3290
|
onChanged();
|
|
3098
3291
|
return this;
|
|
3099
3292
|
}
|
|
@@ -3106,7 +3299,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3106
3299
|
*/
|
|
3107
3300
|
public Builder mergeBootTime(com.google.protobuf.Timestamp value) {
|
|
3108
3301
|
if (bootTimeBuilder_ == null) {
|
|
3109
|
-
if (((bitField0_ &
|
|
3302
|
+
if (((bitField0_ & 0x00000040) != 0) &&
|
|
3110
3303
|
bootTime_ != null &&
|
|
3111
3304
|
bootTime_ != com.google.protobuf.Timestamp.getDefaultInstance()) {
|
|
3112
3305
|
getBootTimeBuilder().mergeFrom(value);
|
|
@@ -3117,7 +3310,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3117
3310
|
bootTimeBuilder_.mergeFrom(value);
|
|
3118
3311
|
}
|
|
3119
3312
|
if (bootTime_ != null) {
|
|
3120
|
-
bitField0_ |=
|
|
3313
|
+
bitField0_ |= 0x00000040;
|
|
3121
3314
|
onChanged();
|
|
3122
3315
|
}
|
|
3123
3316
|
return this;
|
|
@@ -3130,7 +3323,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3130
3323
|
* <code>optional .google.protobuf.Timestamp boot_time = 17;</code>
|
|
3131
3324
|
*/
|
|
3132
3325
|
public Builder clearBootTime() {
|
|
3133
|
-
bitField0_ = (bitField0_ & ~
|
|
3326
|
+
bitField0_ = (bitField0_ & ~0x00000040);
|
|
3134
3327
|
bootTime_ = null;
|
|
3135
3328
|
if (bootTimeBuilder_ != null) {
|
|
3136
3329
|
bootTimeBuilder_.dispose();
|
|
@@ -3147,7 +3340,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3147
3340
|
* <code>optional .google.protobuf.Timestamp boot_time = 17;</code>
|
|
3148
3341
|
*/
|
|
3149
3342
|
public com.google.protobuf.Timestamp.Builder getBootTimeBuilder() {
|
|
3150
|
-
bitField0_ |=
|
|
3343
|
+
bitField0_ |= 0x00000040;
|
|
3151
3344
|
onChanged();
|
|
3152
3345
|
return getBootTimeFieldBuilder().getBuilder();
|
|
3153
3346
|
}
|
|
@@ -3198,7 +3391,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3198
3391
|
*/
|
|
3199
3392
|
@java.lang.Override
|
|
3200
3393
|
public boolean hasHostMaxVirtualDiskCapacity() {
|
|
3201
|
-
return ((bitField0_ &
|
|
3394
|
+
return ((bitField0_ & 0x00000080) != 0);
|
|
3202
3395
|
}
|
|
3203
3396
|
/**
|
|
3204
3397
|
* <pre>
|
|
@@ -3224,7 +3417,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3224
3417
|
public Builder setHostMaxVirtualDiskCapacity(long value) {
|
|
3225
3418
|
|
|
3226
3419
|
hostMaxVirtualDiskCapacity_ = value;
|
|
3227
|
-
bitField0_ |=
|
|
3420
|
+
bitField0_ |= 0x00000080;
|
|
3228
3421
|
onChanged();
|
|
3229
3422
|
return this;
|
|
3230
3423
|
}
|
|
@@ -3237,7 +3430,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3237
3430
|
* @return This builder for chaining.
|
|
3238
3431
|
*/
|
|
3239
3432
|
public Builder clearHostMaxVirtualDiskCapacity() {
|
|
3240
|
-
bitField0_ = (bitField0_ & ~
|
|
3433
|
+
bitField0_ = (bitField0_ & ~0x00000080);
|
|
3241
3434
|
hostMaxVirtualDiskCapacity_ = 0L;
|
|
3242
3435
|
onChanged();
|
|
3243
3436
|
return this;
|
|
@@ -3254,7 +3447,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3254
3447
|
*/
|
|
3255
3448
|
@java.lang.Override
|
|
3256
3449
|
public boolean hasNumCpuPackages() {
|
|
3257
|
-
return ((bitField0_ &
|
|
3450
|
+
return ((bitField0_ & 0x00000100) != 0);
|
|
3258
3451
|
}
|
|
3259
3452
|
/**
|
|
3260
3453
|
* <pre>
|
|
@@ -3280,7 +3473,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3280
3473
|
public Builder setNumCpuPackages(int value) {
|
|
3281
3474
|
|
|
3282
3475
|
numCpuPackages_ = value;
|
|
3283
|
-
bitField0_ |=
|
|
3476
|
+
bitField0_ |= 0x00000100;
|
|
3284
3477
|
onChanged();
|
|
3285
3478
|
return this;
|
|
3286
3479
|
}
|
|
@@ -3293,7 +3486,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3293
3486
|
* @return This builder for chaining.
|
|
3294
3487
|
*/
|
|
3295
3488
|
public Builder clearNumCpuPackages() {
|
|
3296
|
-
bitField0_ = (bitField0_ & ~
|
|
3489
|
+
bitField0_ = (bitField0_ & ~0x00000100);
|
|
3297
3490
|
numCpuPackages_ = 0;
|
|
3298
3491
|
onChanged();
|
|
3299
3492
|
return this;
|
|
@@ -3305,7 +3498,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3305
3498
|
if (!cpuPackagesDescriptions_.isModifiable()) {
|
|
3306
3499
|
cpuPackagesDescriptions_ = new com.google.protobuf.LazyStringArrayList(cpuPackagesDescriptions_);
|
|
3307
3500
|
}
|
|
3308
|
-
bitField0_ |=
|
|
3501
|
+
bitField0_ |= 0x00000200;
|
|
3309
3502
|
}
|
|
3310
3503
|
/**
|
|
3311
3504
|
* <pre>
|
|
@@ -3371,7 +3564,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3371
3564
|
if (value == null) { throw new NullPointerException(); }
|
|
3372
3565
|
ensureCpuPackagesDescriptionsIsMutable();
|
|
3373
3566
|
cpuPackagesDescriptions_.set(index, value);
|
|
3374
|
-
bitField0_ |=
|
|
3567
|
+
bitField0_ |= 0x00000200;
|
|
3375
3568
|
onChanged();
|
|
3376
3569
|
return this;
|
|
3377
3570
|
}
|
|
@@ -3389,7 +3582,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3389
3582
|
if (value == null) { throw new NullPointerException(); }
|
|
3390
3583
|
ensureCpuPackagesDescriptionsIsMutable();
|
|
3391
3584
|
cpuPackagesDescriptions_.add(value);
|
|
3392
|
-
bitField0_ |=
|
|
3585
|
+
bitField0_ |= 0x00000200;
|
|
3393
3586
|
onChanged();
|
|
3394
3587
|
return this;
|
|
3395
3588
|
}
|
|
@@ -3407,7 +3600,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3407
3600
|
ensureCpuPackagesDescriptionsIsMutable();
|
|
3408
3601
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
3409
3602
|
values, cpuPackagesDescriptions_);
|
|
3410
|
-
bitField0_ |=
|
|
3603
|
+
bitField0_ |= 0x00000200;
|
|
3411
3604
|
onChanged();
|
|
3412
3605
|
return this;
|
|
3413
3606
|
}
|
|
@@ -3422,7 +3615,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3422
3615
|
public Builder clearCpuPackagesDescriptions() {
|
|
3423
3616
|
cpuPackagesDescriptions_ =
|
|
3424
3617
|
com.google.protobuf.LazyStringArrayList.emptyList();
|
|
3425
|
-
bitField0_ = (bitField0_ & ~
|
|
3618
|
+
bitField0_ = (bitField0_ & ~0x00000200);;
|
|
3426
3619
|
onChanged();
|
|
3427
3620
|
return this;
|
|
3428
3621
|
}
|
|
@@ -3441,7 +3634,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3441
3634
|
checkByteStringIsUtf8(value);
|
|
3442
3635
|
ensureCpuPackagesDescriptionsIsMutable();
|
|
3443
3636
|
cpuPackagesDescriptions_.add(value);
|
|
3444
|
-
bitField0_ |=
|
|
3637
|
+
bitField0_ |= 0x00000200;
|
|
3445
3638
|
onChanged();
|
|
3446
3639
|
return this;
|
|
3447
3640
|
}
|
|
@@ -3457,7 +3650,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3457
3650
|
*/
|
|
3458
3651
|
@java.lang.Override
|
|
3459
3652
|
public boolean hasNumNics() {
|
|
3460
|
-
return ((bitField0_ &
|
|
3653
|
+
return ((bitField0_ & 0x00000400) != 0);
|
|
3461
3654
|
}
|
|
3462
3655
|
/**
|
|
3463
3656
|
* <pre>
|
|
@@ -3483,7 +3676,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3483
3676
|
public Builder setNumNics(int value) {
|
|
3484
3677
|
|
|
3485
3678
|
numNics_ = value;
|
|
3486
|
-
bitField0_ |=
|
|
3679
|
+
bitField0_ |= 0x00000400;
|
|
3487
3680
|
onChanged();
|
|
3488
3681
|
return this;
|
|
3489
3682
|
}
|
|
@@ -3496,7 +3689,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3496
3689
|
* @return This builder for chaining.
|
|
3497
3690
|
*/
|
|
3498
3691
|
public Builder clearNumNics() {
|
|
3499
|
-
bitField0_ = (bitField0_ & ~
|
|
3692
|
+
bitField0_ = (bitField0_ & ~0x00000400);
|
|
3500
3693
|
numNics_ = 0;
|
|
3501
3694
|
onChanged();
|
|
3502
3695
|
return this;
|
|
@@ -3513,7 +3706,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3513
3706
|
*/
|
|
3514
3707
|
@java.lang.Override
|
|
3515
3708
|
public boolean hasNumHbas() {
|
|
3516
|
-
return ((bitField0_ &
|
|
3709
|
+
return ((bitField0_ & 0x00000800) != 0);
|
|
3517
3710
|
}
|
|
3518
3711
|
/**
|
|
3519
3712
|
* <pre>
|
|
@@ -3539,7 +3732,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3539
3732
|
public Builder setNumHbas(int value) {
|
|
3540
3733
|
|
|
3541
3734
|
numHbas_ = value;
|
|
3542
|
-
bitField0_ |=
|
|
3735
|
+
bitField0_ |= 0x00000800;
|
|
3543
3736
|
onChanged();
|
|
3544
3737
|
return this;
|
|
3545
3738
|
}
|
|
@@ -3552,7 +3745,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3552
3745
|
* @return This builder for chaining.
|
|
3553
3746
|
*/
|
|
3554
3747
|
public Builder clearNumHbas() {
|
|
3555
|
-
bitField0_ = (bitField0_ & ~
|
|
3748
|
+
bitField0_ = (bitField0_ & ~0x00000800);
|
|
3556
3749
|
numHbas_ = 0;
|
|
3557
3750
|
onChanged();
|
|
3558
3751
|
return this;
|
|
@@ -3568,7 +3761,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3568
3761
|
* @return Whether the uuid field is set.
|
|
3569
3762
|
*/
|
|
3570
3763
|
public boolean hasUuid() {
|
|
3571
|
-
return ((bitField0_ &
|
|
3764
|
+
return ((bitField0_ & 0x00001000) != 0);
|
|
3572
3765
|
}
|
|
3573
3766
|
/**
|
|
3574
3767
|
* <pre>
|
|
@@ -3624,7 +3817,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3624
3817
|
java.lang.String value) {
|
|
3625
3818
|
if (value == null) { throw new NullPointerException(); }
|
|
3626
3819
|
uuid_ = value;
|
|
3627
|
-
bitField0_ |=
|
|
3820
|
+
bitField0_ |= 0x00001000;
|
|
3628
3821
|
onChanged();
|
|
3629
3822
|
return this;
|
|
3630
3823
|
}
|
|
@@ -3638,7 +3831,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3638
3831
|
*/
|
|
3639
3832
|
public Builder clearUuid() {
|
|
3640
3833
|
uuid_ = getDefaultInstance().getUuid();
|
|
3641
|
-
bitField0_ = (bitField0_ & ~
|
|
3834
|
+
bitField0_ = (bitField0_ & ~0x00001000);
|
|
3642
3835
|
onChanged();
|
|
3643
3836
|
return this;
|
|
3644
3837
|
}
|
|
@@ -3656,7 +3849,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3656
3849
|
if (value == null) { throw new NullPointerException(); }
|
|
3657
3850
|
checkByteStringIsUtf8(value);
|
|
3658
3851
|
uuid_ = value;
|
|
3659
|
-
bitField0_ |=
|
|
3852
|
+
bitField0_ |= 0x00001000;
|
|
3660
3853
|
onChanged();
|
|
3661
3854
|
return this;
|
|
3662
3855
|
}
|
|
@@ -3671,7 +3864,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3671
3864
|
* @return Whether the connectionState field is set.
|
|
3672
3865
|
*/
|
|
3673
3866
|
public boolean hasConnectionState() {
|
|
3674
|
-
return ((bitField0_ &
|
|
3867
|
+
return ((bitField0_ & 0x00002000) != 0);
|
|
3675
3868
|
}
|
|
3676
3869
|
/**
|
|
3677
3870
|
* <pre>
|
|
@@ -3727,7 +3920,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3727
3920
|
java.lang.String value) {
|
|
3728
3921
|
if (value == null) { throw new NullPointerException(); }
|
|
3729
3922
|
connectionState_ = value;
|
|
3730
|
-
bitField0_ |=
|
|
3923
|
+
bitField0_ |= 0x00002000;
|
|
3731
3924
|
onChanged();
|
|
3732
3925
|
return this;
|
|
3733
3926
|
}
|
|
@@ -3741,7 +3934,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3741
3934
|
*/
|
|
3742
3935
|
public Builder clearConnectionState() {
|
|
3743
3936
|
connectionState_ = getDefaultInstance().getConnectionState();
|
|
3744
|
-
bitField0_ = (bitField0_ & ~
|
|
3937
|
+
bitField0_ = (bitField0_ & ~0x00002000);
|
|
3745
3938
|
onChanged();
|
|
3746
3939
|
return this;
|
|
3747
3940
|
}
|
|
@@ -3759,7 +3952,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3759
3952
|
if (value == null) { throw new NullPointerException(); }
|
|
3760
3953
|
checkByteStringIsUtf8(value);
|
|
3761
3954
|
connectionState_ = value;
|
|
3762
|
-
bitField0_ |=
|
|
3955
|
+
bitField0_ |= 0x00002000;
|
|
3763
3956
|
onChanged();
|
|
3764
3957
|
return this;
|
|
3765
3958
|
}
|
|
@@ -3774,7 +3967,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3774
3967
|
* @return Whether the powerState field is set.
|
|
3775
3968
|
*/
|
|
3776
3969
|
public boolean hasPowerState() {
|
|
3777
|
-
return ((bitField0_ &
|
|
3970
|
+
return ((bitField0_ & 0x00004000) != 0);
|
|
3778
3971
|
}
|
|
3779
3972
|
/**
|
|
3780
3973
|
* <pre>
|
|
@@ -3830,7 +4023,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3830
4023
|
java.lang.String value) {
|
|
3831
4024
|
if (value == null) { throw new NullPointerException(); }
|
|
3832
4025
|
powerState_ = value;
|
|
3833
|
-
bitField0_ |=
|
|
4026
|
+
bitField0_ |= 0x00004000;
|
|
3834
4027
|
onChanged();
|
|
3835
4028
|
return this;
|
|
3836
4029
|
}
|
|
@@ -3844,7 +4037,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3844
4037
|
*/
|
|
3845
4038
|
public Builder clearPowerState() {
|
|
3846
4039
|
powerState_ = getDefaultInstance().getPowerState();
|
|
3847
|
-
bitField0_ = (bitField0_ & ~
|
|
4040
|
+
bitField0_ = (bitField0_ & ~0x00004000);
|
|
3848
4041
|
onChanged();
|
|
3849
4042
|
return this;
|
|
3850
4043
|
}
|
|
@@ -3862,7 +4055,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3862
4055
|
if (value == null) { throw new NullPointerException(); }
|
|
3863
4056
|
checkByteStringIsUtf8(value);
|
|
3864
4057
|
powerState_ = value;
|
|
3865
|
-
bitField0_ |=
|
|
4058
|
+
bitField0_ |= 0x00004000;
|
|
3866
4059
|
onChanged();
|
|
3867
4060
|
return this;
|
|
3868
4061
|
}
|
|
@@ -3877,7 +4070,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3877
4070
|
* @return Whether the datacenterId field is set.
|
|
3878
4071
|
*/
|
|
3879
4072
|
public boolean hasDatacenterId() {
|
|
3880
|
-
return ((bitField0_ &
|
|
4073
|
+
return ((bitField0_ & 0x00008000) != 0);
|
|
3881
4074
|
}
|
|
3882
4075
|
/**
|
|
3883
4076
|
* <pre>
|
|
@@ -3933,7 +4126,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3933
4126
|
java.lang.String value) {
|
|
3934
4127
|
if (value == null) { throw new NullPointerException(); }
|
|
3935
4128
|
datacenterId_ = value;
|
|
3936
|
-
bitField0_ |=
|
|
4129
|
+
bitField0_ |= 0x00008000;
|
|
3937
4130
|
onChanged();
|
|
3938
4131
|
return this;
|
|
3939
4132
|
}
|
|
@@ -3947,7 +4140,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3947
4140
|
*/
|
|
3948
4141
|
public Builder clearDatacenterId() {
|
|
3949
4142
|
datacenterId_ = getDefaultInstance().getDatacenterId();
|
|
3950
|
-
bitField0_ = (bitField0_ & ~
|
|
4143
|
+
bitField0_ = (bitField0_ & ~0x00008000);
|
|
3951
4144
|
onChanged();
|
|
3952
4145
|
return this;
|
|
3953
4146
|
}
|
|
@@ -3965,7 +4158,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3965
4158
|
if (value == null) { throw new NullPointerException(); }
|
|
3966
4159
|
checkByteStringIsUtf8(value);
|
|
3967
4160
|
datacenterId_ = value;
|
|
3968
|
-
bitField0_ |=
|
|
4161
|
+
bitField0_ |= 0x00008000;
|
|
3969
4162
|
onChanged();
|
|
3970
4163
|
return this;
|
|
3971
4164
|
}
|
|
@@ -3980,7 +4173,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
3980
4173
|
* @return Whether the internalKey field is set.
|
|
3981
4174
|
*/
|
|
3982
4175
|
public boolean hasInternalKey() {
|
|
3983
|
-
return ((bitField0_ &
|
|
4176
|
+
return ((bitField0_ & 0x00010000) != 0);
|
|
3984
4177
|
}
|
|
3985
4178
|
/**
|
|
3986
4179
|
* <pre>
|
|
@@ -4036,7 +4229,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4036
4229
|
java.lang.String value) {
|
|
4037
4230
|
if (value == null) { throw new NullPointerException(); }
|
|
4038
4231
|
internalKey_ = value;
|
|
4039
|
-
bitField0_ |=
|
|
4232
|
+
bitField0_ |= 0x00010000;
|
|
4040
4233
|
onChanged();
|
|
4041
4234
|
return this;
|
|
4042
4235
|
}
|
|
@@ -4050,7 +4243,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4050
4243
|
*/
|
|
4051
4244
|
public Builder clearInternalKey() {
|
|
4052
4245
|
internalKey_ = getDefaultInstance().getInternalKey();
|
|
4053
|
-
bitField0_ = (bitField0_ & ~
|
|
4246
|
+
bitField0_ = (bitField0_ & ~0x00010000);
|
|
4054
4247
|
onChanged();
|
|
4055
4248
|
return this;
|
|
4056
4249
|
}
|
|
@@ -4068,7 +4261,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4068
4261
|
if (value == null) { throw new NullPointerException(); }
|
|
4069
4262
|
checkByteStringIsUtf8(value);
|
|
4070
4263
|
internalKey_ = value;
|
|
4071
|
-
bitField0_ |=
|
|
4264
|
+
bitField0_ |= 0x00010000;
|
|
4072
4265
|
onChanged();
|
|
4073
4266
|
return this;
|
|
4074
4267
|
}
|
|
@@ -4084,7 +4277,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4084
4277
|
*/
|
|
4085
4278
|
@java.lang.Override
|
|
4086
4279
|
public boolean hasAdminDisabled() {
|
|
4087
|
-
return ((bitField0_ &
|
|
4280
|
+
return ((bitField0_ & 0x00020000) != 0);
|
|
4088
4281
|
}
|
|
4089
4282
|
/**
|
|
4090
4283
|
* <pre>
|
|
@@ -4110,7 +4303,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4110
4303
|
public Builder setAdminDisabled(boolean value) {
|
|
4111
4304
|
|
|
4112
4305
|
adminDisabled_ = value;
|
|
4113
|
-
bitField0_ |=
|
|
4306
|
+
bitField0_ |= 0x00020000;
|
|
4114
4307
|
onChanged();
|
|
4115
4308
|
return this;
|
|
4116
4309
|
}
|
|
@@ -4123,7 +4316,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4123
4316
|
* @return This builder for chaining.
|
|
4124
4317
|
*/
|
|
4125
4318
|
public Builder clearAdminDisabled() {
|
|
4126
|
-
bitField0_ = (bitField0_ & ~
|
|
4319
|
+
bitField0_ = (bitField0_ & ~0x00020000);
|
|
4127
4320
|
adminDisabled_ = false;
|
|
4128
4321
|
onChanged();
|
|
4129
4322
|
return this;
|
|
@@ -4139,7 +4332,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4139
4332
|
* @return Whether the ipAddress field is set.
|
|
4140
4333
|
*/
|
|
4141
4334
|
public boolean hasIpAddress() {
|
|
4142
|
-
return ((bitField0_ &
|
|
4335
|
+
return ((bitField0_ & 0x00040000) != 0);
|
|
4143
4336
|
}
|
|
4144
4337
|
/**
|
|
4145
4338
|
* <pre>
|
|
@@ -4195,7 +4388,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4195
4388
|
java.lang.String value) {
|
|
4196
4389
|
if (value == null) { throw new NullPointerException(); }
|
|
4197
4390
|
ipAddress_ = value;
|
|
4198
|
-
bitField0_ |=
|
|
4391
|
+
bitField0_ |= 0x00040000;
|
|
4199
4392
|
onChanged();
|
|
4200
4393
|
return this;
|
|
4201
4394
|
}
|
|
@@ -4209,7 +4402,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4209
4402
|
*/
|
|
4210
4403
|
public Builder clearIpAddress() {
|
|
4211
4404
|
ipAddress_ = getDefaultInstance().getIpAddress();
|
|
4212
|
-
bitField0_ = (bitField0_ & ~
|
|
4405
|
+
bitField0_ = (bitField0_ & ~0x00040000);
|
|
4213
4406
|
onChanged();
|
|
4214
4407
|
return this;
|
|
4215
4408
|
}
|
|
@@ -4227,7 +4420,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4227
4420
|
if (value == null) { throw new NullPointerException(); }
|
|
4228
4421
|
checkByteStringIsUtf8(value);
|
|
4229
4422
|
ipAddress_ = value;
|
|
4230
|
-
bitField0_ |=
|
|
4423
|
+
bitField0_ |= 0x00040000;
|
|
4231
4424
|
onChanged();
|
|
4232
4425
|
return this;
|
|
4233
4426
|
}
|
|
@@ -4243,7 +4436,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4243
4436
|
*/
|
|
4244
4437
|
@java.lang.Override
|
|
4245
4438
|
public boolean hasPort() {
|
|
4246
|
-
return ((bitField0_ &
|
|
4439
|
+
return ((bitField0_ & 0x00080000) != 0);
|
|
4247
4440
|
}
|
|
4248
4441
|
/**
|
|
4249
4442
|
* <pre>
|
|
@@ -4269,7 +4462,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4269
4462
|
public Builder setPort(int value) {
|
|
4270
4463
|
|
|
4271
4464
|
port_ = value;
|
|
4272
|
-
bitField0_ |=
|
|
4465
|
+
bitField0_ |= 0x00080000;
|
|
4273
4466
|
onChanged();
|
|
4274
4467
|
return this;
|
|
4275
4468
|
}
|
|
@@ -4282,7 +4475,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4282
4475
|
* @return This builder for chaining.
|
|
4283
4476
|
*/
|
|
4284
4477
|
public Builder clearPort() {
|
|
4285
|
-
bitField0_ = (bitField0_ & ~
|
|
4478
|
+
bitField0_ = (bitField0_ & ~0x00080000);
|
|
4286
4479
|
port_ = 0;
|
|
4287
4480
|
onChanged();
|
|
4288
4481
|
return this;
|
|
@@ -4298,7 +4491,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4298
4491
|
* @return Whether the sslThumbprint field is set.
|
|
4299
4492
|
*/
|
|
4300
4493
|
public boolean hasSslThumbprint() {
|
|
4301
|
-
return ((bitField0_ &
|
|
4494
|
+
return ((bitField0_ & 0x00100000) != 0);
|
|
4302
4495
|
}
|
|
4303
4496
|
/**
|
|
4304
4497
|
* <pre>
|
|
@@ -4354,7 +4547,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4354
4547
|
java.lang.String value) {
|
|
4355
4548
|
if (value == null) { throw new NullPointerException(); }
|
|
4356
4549
|
sslThumbprint_ = value;
|
|
4357
|
-
bitField0_ |=
|
|
4550
|
+
bitField0_ |= 0x00100000;
|
|
4358
4551
|
onChanged();
|
|
4359
4552
|
return this;
|
|
4360
4553
|
}
|
|
@@ -4368,7 +4561,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4368
4561
|
*/
|
|
4369
4562
|
public Builder clearSslThumbprint() {
|
|
4370
4563
|
sslThumbprint_ = getDefaultInstance().getSslThumbprint();
|
|
4371
|
-
bitField0_ = (bitField0_ & ~
|
|
4564
|
+
bitField0_ = (bitField0_ & ~0x00100000);
|
|
4372
4565
|
onChanged();
|
|
4373
4566
|
return this;
|
|
4374
4567
|
}
|
|
@@ -4386,7 +4579,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4386
4579
|
if (value == null) { throw new NullPointerException(); }
|
|
4387
4580
|
checkByteStringIsUtf8(value);
|
|
4388
4581
|
sslThumbprint_ = value;
|
|
4389
|
-
bitField0_ |=
|
|
4582
|
+
bitField0_ |= 0x00100000;
|
|
4390
4583
|
onChanged();
|
|
4391
4584
|
return this;
|
|
4392
4585
|
}
|
|
@@ -4401,7 +4594,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4401
4594
|
* @return Whether the managementServerIp field is set.
|
|
4402
4595
|
*/
|
|
4403
4596
|
public boolean hasManagementServerIp() {
|
|
4404
|
-
return ((bitField0_ &
|
|
4597
|
+
return ((bitField0_ & 0x00200000) != 0);
|
|
4405
4598
|
}
|
|
4406
4599
|
/**
|
|
4407
4600
|
* <pre>
|
|
@@ -4457,7 +4650,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4457
4650
|
java.lang.String value) {
|
|
4458
4651
|
if (value == null) { throw new NullPointerException(); }
|
|
4459
4652
|
managementServerIp_ = value;
|
|
4460
|
-
bitField0_ |=
|
|
4653
|
+
bitField0_ |= 0x00200000;
|
|
4461
4654
|
onChanged();
|
|
4462
4655
|
return this;
|
|
4463
4656
|
}
|
|
@@ -4471,7 +4664,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4471
4664
|
*/
|
|
4472
4665
|
public Builder clearManagementServerIp() {
|
|
4473
4666
|
managementServerIp_ = getDefaultInstance().getManagementServerIp();
|
|
4474
|
-
bitField0_ = (bitField0_ & ~
|
|
4667
|
+
bitField0_ = (bitField0_ & ~0x00200000);
|
|
4475
4668
|
onChanged();
|
|
4476
4669
|
return this;
|
|
4477
4670
|
}
|
|
@@ -4489,7 +4682,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4489
4682
|
if (value == null) { throw new NullPointerException(); }
|
|
4490
4683
|
checkByteStringIsUtf8(value);
|
|
4491
4684
|
managementServerIp_ = value;
|
|
4492
|
-
bitField0_ |=
|
|
4685
|
+
bitField0_ |= 0x00200000;
|
|
4493
4686
|
onChanged();
|
|
4494
4687
|
return this;
|
|
4495
4688
|
}
|
|
@@ -4505,7 +4698,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4505
4698
|
*/
|
|
4506
4699
|
@java.lang.Override
|
|
4507
4700
|
public boolean hasNumCpu() {
|
|
4508
|
-
return ((bitField0_ &
|
|
4701
|
+
return ((bitField0_ & 0x00400000) != 0);
|
|
4509
4702
|
}
|
|
4510
4703
|
/**
|
|
4511
4704
|
* <pre>
|
|
@@ -4531,7 +4724,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4531
4724
|
public Builder setNumCpu(int value) {
|
|
4532
4725
|
|
|
4533
4726
|
numCpu_ = value;
|
|
4534
|
-
bitField0_ |=
|
|
4727
|
+
bitField0_ |= 0x00400000;
|
|
4535
4728
|
onChanged();
|
|
4536
4729
|
return this;
|
|
4537
4730
|
}
|
|
@@ -4544,7 +4737,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4544
4737
|
* @return This builder for chaining.
|
|
4545
4738
|
*/
|
|
4546
4739
|
public Builder clearNumCpu() {
|
|
4547
|
-
bitField0_ = (bitField0_ & ~
|
|
4740
|
+
bitField0_ = (bitField0_ & ~0x00400000);
|
|
4548
4741
|
numCpu_ = 0;
|
|
4549
4742
|
onChanged();
|
|
4550
4743
|
return this;
|
|
@@ -4561,7 +4754,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4561
4754
|
*/
|
|
4562
4755
|
@java.lang.Override
|
|
4563
4756
|
public boolean hasNumCoresPerSocket() {
|
|
4564
|
-
return ((bitField0_ &
|
|
4757
|
+
return ((bitField0_ & 0x00800000) != 0);
|
|
4565
4758
|
}
|
|
4566
4759
|
/**
|
|
4567
4760
|
* <pre>
|
|
@@ -4587,7 +4780,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4587
4780
|
public Builder setNumCoresPerSocket(int value) {
|
|
4588
4781
|
|
|
4589
4782
|
numCoresPerSocket_ = value;
|
|
4590
|
-
bitField0_ |=
|
|
4783
|
+
bitField0_ |= 0x00800000;
|
|
4591
4784
|
onChanged();
|
|
4592
4785
|
return this;
|
|
4593
4786
|
}
|
|
@@ -4600,7 +4793,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4600
4793
|
* @return This builder for chaining.
|
|
4601
4794
|
*/
|
|
4602
4795
|
public Builder clearNumCoresPerSocket() {
|
|
4603
|
-
bitField0_ = (bitField0_ & ~
|
|
4796
|
+
bitField0_ = (bitField0_ & ~0x00800000);
|
|
4604
4797
|
numCoresPerSocket_ = 0;
|
|
4605
4798
|
onChanged();
|
|
4606
4799
|
return this;
|
|
@@ -4616,7 +4809,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4616
4809
|
* @return Whether the version field is set.
|
|
4617
4810
|
*/
|
|
4618
4811
|
public boolean hasVersion() {
|
|
4619
|
-
return ((bitField0_ &
|
|
4812
|
+
return ((bitField0_ & 0x01000000) != 0);
|
|
4620
4813
|
}
|
|
4621
4814
|
/**
|
|
4622
4815
|
* <pre>
|
|
@@ -4672,7 +4865,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4672
4865
|
java.lang.String value) {
|
|
4673
4866
|
if (value == null) { throw new NullPointerException(); }
|
|
4674
4867
|
version_ = value;
|
|
4675
|
-
bitField0_ |=
|
|
4868
|
+
bitField0_ |= 0x01000000;
|
|
4676
4869
|
onChanged();
|
|
4677
4870
|
return this;
|
|
4678
4871
|
}
|
|
@@ -4686,7 +4879,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4686
4879
|
*/
|
|
4687
4880
|
public Builder clearVersion() {
|
|
4688
4881
|
version_ = getDefaultInstance().getVersion();
|
|
4689
|
-
bitField0_ = (bitField0_ & ~
|
|
4882
|
+
bitField0_ = (bitField0_ & ~0x01000000);
|
|
4690
4883
|
onChanged();
|
|
4691
4884
|
return this;
|
|
4692
4885
|
}
|
|
@@ -4704,7 +4897,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4704
4897
|
if (value == null) { throw new NullPointerException(); }
|
|
4705
4898
|
checkByteStringIsUtf8(value);
|
|
4706
4899
|
version_ = value;
|
|
4707
|
-
bitField0_ |=
|
|
4900
|
+
bitField0_ |= 0x01000000;
|
|
4708
4901
|
onChanged();
|
|
4709
4902
|
return this;
|
|
4710
4903
|
}
|
|
@@ -4720,7 +4913,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4720
4913
|
*/
|
|
4721
4914
|
@java.lang.Override
|
|
4722
4915
|
public boolean hasMemorySize() {
|
|
4723
|
-
return ((bitField0_ &
|
|
4916
|
+
return ((bitField0_ & 0x02000000) != 0);
|
|
4724
4917
|
}
|
|
4725
4918
|
/**
|
|
4726
4919
|
* <pre>
|
|
@@ -4746,7 +4939,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4746
4939
|
public Builder setMemorySize(long value) {
|
|
4747
4940
|
|
|
4748
4941
|
memorySize_ = value;
|
|
4749
|
-
bitField0_ |=
|
|
4942
|
+
bitField0_ |= 0x02000000;
|
|
4750
4943
|
onChanged();
|
|
4751
4944
|
return this;
|
|
4752
4945
|
}
|
|
@@ -4759,7 +4952,7 @@ com.lansweeper.dp.outbound.v1.VmwareDatastore defaultValue) {
|
|
|
4759
4952
|
* @return This builder for chaining.
|
|
4760
4953
|
*/
|
|
4761
4954
|
public Builder clearMemorySize() {
|
|
4762
|
-
bitField0_ = (bitField0_ & ~
|
|
4955
|
+
bitField0_ = (bitField0_ & ~0x02000000);
|
|
4763
4956
|
memorySize_ = 0L;
|
|
4764
4957
|
onChanged();
|
|
4765
4958
|
return this;
|