@lansweeper/data-platform-outbound-grpc 0.3.37 → 0.4.0
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 +20 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_pb.d.ts +63 -151
- package/gen-proto/outbound_pb.js +456 -1163
- package/generated-go/outbound.pb.go +11674 -11863
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +15 -31
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAController$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAController.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAControllerOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacHardDiskDevice$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacHardDiskDevice$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/{MacSATADevice.class → MacHardDiskDevice.class} +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/{MacSATADeviceOrBuilder.class → MacHardDiskDeviceOrBuilder.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/Site$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder$UnlinkedInstallationsConverter.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Site.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/SiteOrBuilder.class +0 -0
- package/model/target/classes/outbound.proto +15 -31
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress.java +57 -57
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacSATAController.java +52 -52
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ComputerMacSATAControllerOrBuilder.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{MacSATADevice.java → MacHardDiskDevice.java} +213 -57
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/{MacSATADeviceOrBuilder.java → MacHardDiskDeviceOrBuilder.java} +54 -2
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +3527 -3550
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Site.java +185 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/SiteOrBuilder.java +15 -0
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -8
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -4
- package/model/target/{outbound-model-0.3.36-sources.jar → outbound-model-0.3.38-sources.jar} +0 -0
- package/model/target/{outbound-model-0.3.36.jar → outbound-model-0.3.38.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +15 -31
- package/service/pom.xml +1 -1
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/{outbound-service-0.3.36-sources.jar → outbound-service-0.3.38-sources.jar} +0 -0
- package/service/target/{outbound-service-0.3.36.jar → outbound-service-0.3.38.jar} +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacSATADevice$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/MacSATADevice$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpress.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/NVMExpressOrBuilder.class +0 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NVMExpress.java +0 -2375
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/NVMExpressOrBuilder.java +0 -214
package/java.json
CHANGED
package/model/pom.xml
CHANGED
|
@@ -93,6 +93,7 @@ message Site {
|
|
|
93
93
|
optional google.protobuf.Timestamp deletion_request = 12;
|
|
94
94
|
optional google.protobuf.Timestamp deletion_time = 13;
|
|
95
95
|
map<string, UnlinkedInstallationMetadata> unlinked_installations = 14; // Unlinked installations, where the key is the installation id and the value is the metadata
|
|
96
|
+
optional google.protobuf.Timestamp reconcile_revalidation_time = 15;
|
|
96
97
|
}
|
|
97
98
|
|
|
98
99
|
/**
|
|
@@ -120,8 +121,6 @@ message EntityFilter {
|
|
|
120
121
|
optional EntryState entry_state = 3;
|
|
121
122
|
optional VirtualState virtual_state = 4;
|
|
122
123
|
}
|
|
123
|
-
// ------------------------------------------------------------------------------------
|
|
124
|
-
|
|
125
124
|
|
|
126
125
|
/**
|
|
127
126
|
* Retrieve an Entity through his path
|
|
@@ -1945,28 +1944,6 @@ message ComputerMacNetworkLocation {
|
|
|
1945
1944
|
repeated NetworkInterface location_services = 3;
|
|
1946
1945
|
}
|
|
1947
1946
|
|
|
1948
|
-
/* Section element for NVMExpress info on Mac */
|
|
1949
|
-
message ComputerMacNVMExpress {
|
|
1950
|
-
optional string controller_name = 1;
|
|
1951
|
-
repeated NVMExpress entries = 2;
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
|
-
message NVMExpress {
|
|
1955
|
-
optional string name = 1;
|
|
1956
|
-
optional string bsd_name = 2;
|
|
1957
|
-
optional bool detachable_drive = 3;
|
|
1958
|
-
optional string device_model = 4;
|
|
1959
|
-
optional string device_revision = 5;
|
|
1960
|
-
optional string device_serial_number = 6;
|
|
1961
|
-
optional string partition_map_type = 7;
|
|
1962
|
-
optional bool removable_media = 8;
|
|
1963
|
-
optional string size = 9;
|
|
1964
|
-
optional uint64 size_in_bytes = 10;
|
|
1965
|
-
optional string smart_status = 11;
|
|
1966
|
-
optional bool trim_support = 12;
|
|
1967
|
-
repeated MacDiskVolume volumes = 13;
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
1947
|
// Memory Controller, Linux specific for now
|
|
1971
1948
|
message ComputerLinuxMemoryController {
|
|
1972
1949
|
optional string supported_interleave = 1;
|
|
@@ -2034,6 +2011,13 @@ message ComputerLinuxMemoryModule {
|
|
|
2034
2011
|
optional string error_status = 7;
|
|
2035
2012
|
}
|
|
2036
2013
|
|
|
2014
|
+
/* Section element for NVMExpress info on Mac */
|
|
2015
|
+
message ComputerMacNVMExpress {
|
|
2016
|
+
optional string controller_name = 1;
|
|
2017
|
+
reserved 2; // Deprecated field
|
|
2018
|
+
repeated MacHardDiskDevice entries = 3;
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2037
2021
|
// SATA Controller, macOS specific for now
|
|
2038
2022
|
message ComputerMacSATAController {
|
|
2039
2023
|
optional string name = 1;
|
|
@@ -2043,10 +2027,10 @@ message ComputerMacSATAController {
|
|
|
2043
2027
|
optional string port_speed = 5;
|
|
2044
2028
|
optional string product = 6;
|
|
2045
2029
|
optional string vendor = 7;
|
|
2046
|
-
repeated
|
|
2030
|
+
repeated MacHardDiskDevice devices = 8;
|
|
2047
2031
|
}
|
|
2048
2032
|
|
|
2049
|
-
message
|
|
2033
|
+
message MacHardDiskDevice {
|
|
2050
2034
|
optional string name = 1;
|
|
2051
2035
|
optional string bsd_name = 2;
|
|
2052
2036
|
optional bool detachable_drive = 3;
|
|
@@ -2059,11 +2043,11 @@ message MacSATADevice {
|
|
|
2059
2043
|
optional uint64 size_in_bytes = 10;
|
|
2060
2044
|
optional string smart_status = 11;
|
|
2061
2045
|
optional string medium_type = 12;
|
|
2062
|
-
optional bool native_command_queuing = 13;
|
|
2063
|
-
optional string queue_depth = 14;
|
|
2064
|
-
optional bool trim_support = 15;
|
|
2065
|
-
optional string async_notification = 16;
|
|
2066
|
-
optional string power_off = 17;
|
|
2046
|
+
optional bool native_command_queuing = 13; // Sata Controller Only
|
|
2047
|
+
optional string queue_depth = 14; // Sata Controller Only
|
|
2048
|
+
optional bool trim_support = 15; // Sata Controller Only
|
|
2049
|
+
optional string async_notification = 16; // Sata Controller Only
|
|
2050
|
+
optional string power_off = 17; // Sata Controller Only
|
|
2067
2051
|
repeated MacDiskVolume volumes = 18;
|
|
2068
2052
|
}
|
|
2069
2053
|
|
package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpress$Builder.class
CHANGED
|
Binary file
|
|
Binary file
|
package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacNVMExpressOrBuilder.class
CHANGED
|
Binary file
|
package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAController$Builder.class
CHANGED
|
Binary file
|
|
Binary file
|
package/model/target/classes/com/lansweeper/dp/outbound/v1/ComputerMacSATAControllerOrBuilder.class
CHANGED
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -93,6 +93,7 @@ message Site {
|
|
|
93
93
|
optional google.protobuf.Timestamp deletion_request = 12;
|
|
94
94
|
optional google.protobuf.Timestamp deletion_time = 13;
|
|
95
95
|
map<string, UnlinkedInstallationMetadata> unlinked_installations = 14; // Unlinked installations, where the key is the installation id and the value is the metadata
|
|
96
|
+
optional google.protobuf.Timestamp reconcile_revalidation_time = 15;
|
|
96
97
|
}
|
|
97
98
|
|
|
98
99
|
/**
|
|
@@ -120,8 +121,6 @@ message EntityFilter {
|
|
|
120
121
|
optional EntryState entry_state = 3;
|
|
121
122
|
optional VirtualState virtual_state = 4;
|
|
122
123
|
}
|
|
123
|
-
// ------------------------------------------------------------------------------------
|
|
124
|
-
|
|
125
124
|
|
|
126
125
|
/**
|
|
127
126
|
* Retrieve an Entity through his path
|
|
@@ -1945,28 +1944,6 @@ message ComputerMacNetworkLocation {
|
|
|
1945
1944
|
repeated NetworkInterface location_services = 3;
|
|
1946
1945
|
}
|
|
1947
1946
|
|
|
1948
|
-
/* Section element for NVMExpress info on Mac */
|
|
1949
|
-
message ComputerMacNVMExpress {
|
|
1950
|
-
optional string controller_name = 1;
|
|
1951
|
-
repeated NVMExpress entries = 2;
|
|
1952
|
-
}
|
|
1953
|
-
|
|
1954
|
-
message NVMExpress {
|
|
1955
|
-
optional string name = 1;
|
|
1956
|
-
optional string bsd_name = 2;
|
|
1957
|
-
optional bool detachable_drive = 3;
|
|
1958
|
-
optional string device_model = 4;
|
|
1959
|
-
optional string device_revision = 5;
|
|
1960
|
-
optional string device_serial_number = 6;
|
|
1961
|
-
optional string partition_map_type = 7;
|
|
1962
|
-
optional bool removable_media = 8;
|
|
1963
|
-
optional string size = 9;
|
|
1964
|
-
optional uint64 size_in_bytes = 10;
|
|
1965
|
-
optional string smart_status = 11;
|
|
1966
|
-
optional bool trim_support = 12;
|
|
1967
|
-
repeated MacDiskVolume volumes = 13;
|
|
1968
|
-
}
|
|
1969
|
-
|
|
1970
1947
|
// Memory Controller, Linux specific for now
|
|
1971
1948
|
message ComputerLinuxMemoryController {
|
|
1972
1949
|
optional string supported_interleave = 1;
|
|
@@ -2034,6 +2011,13 @@ message ComputerLinuxMemoryModule {
|
|
|
2034
2011
|
optional string error_status = 7;
|
|
2035
2012
|
}
|
|
2036
2013
|
|
|
2014
|
+
/* Section element for NVMExpress info on Mac */
|
|
2015
|
+
message ComputerMacNVMExpress {
|
|
2016
|
+
optional string controller_name = 1;
|
|
2017
|
+
reserved 2; // Deprecated field
|
|
2018
|
+
repeated MacHardDiskDevice entries = 3;
|
|
2019
|
+
}
|
|
2020
|
+
|
|
2037
2021
|
// SATA Controller, macOS specific for now
|
|
2038
2022
|
message ComputerMacSATAController {
|
|
2039
2023
|
optional string name = 1;
|
|
@@ -2043,10 +2027,10 @@ message ComputerMacSATAController {
|
|
|
2043
2027
|
optional string port_speed = 5;
|
|
2044
2028
|
optional string product = 6;
|
|
2045
2029
|
optional string vendor = 7;
|
|
2046
|
-
repeated
|
|
2030
|
+
repeated MacHardDiskDevice devices = 8;
|
|
2047
2031
|
}
|
|
2048
2032
|
|
|
2049
|
-
message
|
|
2033
|
+
message MacHardDiskDevice {
|
|
2050
2034
|
optional string name = 1;
|
|
2051
2035
|
optional string bsd_name = 2;
|
|
2052
2036
|
optional bool detachable_drive = 3;
|
|
@@ -2059,11 +2043,11 @@ message MacSATADevice {
|
|
|
2059
2043
|
optional uint64 size_in_bytes = 10;
|
|
2060
2044
|
optional string smart_status = 11;
|
|
2061
2045
|
optional string medium_type = 12;
|
|
2062
|
-
optional bool native_command_queuing = 13;
|
|
2063
|
-
optional string queue_depth = 14;
|
|
2064
|
-
optional bool trim_support = 15;
|
|
2065
|
-
optional string async_notification = 16;
|
|
2066
|
-
optional string power_off = 17;
|
|
2046
|
+
optional bool native_command_queuing = 13; // Sata Controller Only
|
|
2047
|
+
optional string queue_depth = 14; // Sata Controller Only
|
|
2048
|
+
optional bool trim_support = 15; // Sata Controller Only
|
|
2049
|
+
optional string async_notification = 16; // Sata Controller Only
|
|
2050
|
+
optional string power_off = 17; // Sata Controller Only
|
|
2067
2051
|
repeated MacDiskVolume volumes = 18;
|
|
2068
2052
|
}
|
|
2069
2053
|
|
|
@@ -93,43 +93,43 @@ private static final long serialVersionUID = 0L;
|
|
|
93
93
|
}
|
|
94
94
|
}
|
|
95
95
|
|
|
96
|
-
public static final int ENTRIES_FIELD_NUMBER =
|
|
96
|
+
public static final int ENTRIES_FIELD_NUMBER = 3;
|
|
97
97
|
@SuppressWarnings("serial")
|
|
98
|
-
private java.util.List<com.lansweeper.dp.outbound.v1.
|
|
98
|
+
private java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> entries_;
|
|
99
99
|
/**
|
|
100
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
100
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
101
101
|
*/
|
|
102
102
|
@java.lang.Override
|
|
103
|
-
public java.util.List<com.lansweeper.dp.outbound.v1.
|
|
103
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> getEntriesList() {
|
|
104
104
|
return entries_;
|
|
105
105
|
}
|
|
106
106
|
/**
|
|
107
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
107
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
108
108
|
*/
|
|
109
109
|
@java.lang.Override
|
|
110
|
-
public java.util.List<? extends com.lansweeper.dp.outbound.v1.
|
|
110
|
+
public java.util.List<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
|
|
111
111
|
getEntriesOrBuilderList() {
|
|
112
112
|
return entries_;
|
|
113
113
|
}
|
|
114
114
|
/**
|
|
115
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
115
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
116
116
|
*/
|
|
117
117
|
@java.lang.Override
|
|
118
118
|
public int getEntriesCount() {
|
|
119
119
|
return entries_.size();
|
|
120
120
|
}
|
|
121
121
|
/**
|
|
122
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
122
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
123
123
|
*/
|
|
124
124
|
@java.lang.Override
|
|
125
|
-
public com.lansweeper.dp.outbound.v1.
|
|
125
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDevice getEntries(int index) {
|
|
126
126
|
return entries_.get(index);
|
|
127
127
|
}
|
|
128
128
|
/**
|
|
129
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
129
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
130
130
|
*/
|
|
131
131
|
@java.lang.Override
|
|
132
|
-
public com.lansweeper.dp.outbound.v1.
|
|
132
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder getEntriesOrBuilder(
|
|
133
133
|
int index) {
|
|
134
134
|
return entries_.get(index);
|
|
135
135
|
}
|
|
@@ -152,7 +152,7 @@ private static final long serialVersionUID = 0L;
|
|
|
152
152
|
com.google.protobuf.GeneratedMessageV3.writeString(output, 1, controllerName_);
|
|
153
153
|
}
|
|
154
154
|
for (int i = 0; i < entries_.size(); i++) {
|
|
155
|
-
output.writeMessage(
|
|
155
|
+
output.writeMessage(3, entries_.get(i));
|
|
156
156
|
}
|
|
157
157
|
getUnknownFields().writeTo(output);
|
|
158
158
|
}
|
|
@@ -168,7 +168,7 @@ private static final long serialVersionUID = 0L;
|
|
|
168
168
|
}
|
|
169
169
|
for (int i = 0; i < entries_.size(); i++) {
|
|
170
170
|
size += com.google.protobuf.CodedOutputStream
|
|
171
|
-
.computeMessageSize(
|
|
171
|
+
.computeMessageSize(3, entries_.get(i));
|
|
172
172
|
}
|
|
173
173
|
size += getUnknownFields().getSerializedSize();
|
|
174
174
|
memoizedSize = size;
|
|
@@ -514,10 +514,10 @@ private static final long serialVersionUID = 0L;
|
|
|
514
514
|
bitField0_ |= 0x00000001;
|
|
515
515
|
break;
|
|
516
516
|
} // case 10
|
|
517
|
-
case
|
|
518
|
-
com.lansweeper.dp.outbound.v1.
|
|
517
|
+
case 26: {
|
|
518
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice m =
|
|
519
519
|
input.readMessage(
|
|
520
|
-
com.lansweeper.dp.outbound.v1.
|
|
520
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice.parser(),
|
|
521
521
|
extensionRegistry);
|
|
522
522
|
if (entriesBuilder_ == null) {
|
|
523
523
|
ensureEntriesIsMutable();
|
|
@@ -526,7 +526,7 @@ private static final long serialVersionUID = 0L;
|
|
|
526
526
|
entriesBuilder_.addMessage(m);
|
|
527
527
|
}
|
|
528
528
|
break;
|
|
529
|
-
} // case
|
|
529
|
+
} // case 26
|
|
530
530
|
default: {
|
|
531
531
|
if (!super.parseUnknownField(input, extensionRegistry, tag)) {
|
|
532
532
|
done = true; // was an endgroup tag
|
|
@@ -623,22 +623,22 @@ private static final long serialVersionUID = 0L;
|
|
|
623
623
|
return this;
|
|
624
624
|
}
|
|
625
625
|
|
|
626
|
-
private java.util.List<com.lansweeper.dp.outbound.v1.
|
|
626
|
+
private java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> entries_ =
|
|
627
627
|
java.util.Collections.emptyList();
|
|
628
628
|
private void ensureEntriesIsMutable() {
|
|
629
629
|
if (!((bitField0_ & 0x00000002) != 0)) {
|
|
630
|
-
entries_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.
|
|
630
|
+
entries_ = new java.util.ArrayList<com.lansweeper.dp.outbound.v1.MacHardDiskDevice>(entries_);
|
|
631
631
|
bitField0_ |= 0x00000002;
|
|
632
632
|
}
|
|
633
633
|
}
|
|
634
634
|
|
|
635
635
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
636
|
-
com.lansweeper.dp.outbound.v1.
|
|
636
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder, com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder> entriesBuilder_;
|
|
637
637
|
|
|
638
638
|
/**
|
|
639
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
639
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
640
640
|
*/
|
|
641
|
-
public java.util.List<com.lansweeper.dp.outbound.v1.
|
|
641
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice> getEntriesList() {
|
|
642
642
|
if (entriesBuilder_ == null) {
|
|
643
643
|
return java.util.Collections.unmodifiableList(entries_);
|
|
644
644
|
} else {
|
|
@@ -646,7 +646,7 @@ private static final long serialVersionUID = 0L;
|
|
|
646
646
|
}
|
|
647
647
|
}
|
|
648
648
|
/**
|
|
649
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
649
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
650
650
|
*/
|
|
651
651
|
public int getEntriesCount() {
|
|
652
652
|
if (entriesBuilder_ == null) {
|
|
@@ -656,9 +656,9 @@ private static final long serialVersionUID = 0L;
|
|
|
656
656
|
}
|
|
657
657
|
}
|
|
658
658
|
/**
|
|
659
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
659
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
660
660
|
*/
|
|
661
|
-
public com.lansweeper.dp.outbound.v1.
|
|
661
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDevice getEntries(int index) {
|
|
662
662
|
if (entriesBuilder_ == null) {
|
|
663
663
|
return entries_.get(index);
|
|
664
664
|
} else {
|
|
@@ -666,10 +666,10 @@ private static final long serialVersionUID = 0L;
|
|
|
666
666
|
}
|
|
667
667
|
}
|
|
668
668
|
/**
|
|
669
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
669
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
670
670
|
*/
|
|
671
671
|
public Builder setEntries(
|
|
672
|
-
int index, com.lansweeper.dp.outbound.v1.
|
|
672
|
+
int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice value) {
|
|
673
673
|
if (entriesBuilder_ == null) {
|
|
674
674
|
if (value == null) {
|
|
675
675
|
throw new NullPointerException();
|
|
@@ -683,10 +683,10 @@ private static final long serialVersionUID = 0L;
|
|
|
683
683
|
return this;
|
|
684
684
|
}
|
|
685
685
|
/**
|
|
686
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
686
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
687
687
|
*/
|
|
688
688
|
public Builder setEntries(
|
|
689
|
-
int index, com.lansweeper.dp.outbound.v1.
|
|
689
|
+
int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder builderForValue) {
|
|
690
690
|
if (entriesBuilder_ == null) {
|
|
691
691
|
ensureEntriesIsMutable();
|
|
692
692
|
entries_.set(index, builderForValue.build());
|
|
@@ -697,9 +697,9 @@ private static final long serialVersionUID = 0L;
|
|
|
697
697
|
return this;
|
|
698
698
|
}
|
|
699
699
|
/**
|
|
700
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
700
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
701
701
|
*/
|
|
702
|
-
public Builder addEntries(com.lansweeper.dp.outbound.v1.
|
|
702
|
+
public Builder addEntries(com.lansweeper.dp.outbound.v1.MacHardDiskDevice value) {
|
|
703
703
|
if (entriesBuilder_ == null) {
|
|
704
704
|
if (value == null) {
|
|
705
705
|
throw new NullPointerException();
|
|
@@ -713,10 +713,10 @@ private static final long serialVersionUID = 0L;
|
|
|
713
713
|
return this;
|
|
714
714
|
}
|
|
715
715
|
/**
|
|
716
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
716
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
717
717
|
*/
|
|
718
718
|
public Builder addEntries(
|
|
719
|
-
int index, com.lansweeper.dp.outbound.v1.
|
|
719
|
+
int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice value) {
|
|
720
720
|
if (entriesBuilder_ == null) {
|
|
721
721
|
if (value == null) {
|
|
722
722
|
throw new NullPointerException();
|
|
@@ -730,10 +730,10 @@ private static final long serialVersionUID = 0L;
|
|
|
730
730
|
return this;
|
|
731
731
|
}
|
|
732
732
|
/**
|
|
733
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
733
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
734
734
|
*/
|
|
735
735
|
public Builder addEntries(
|
|
736
|
-
com.lansweeper.dp.outbound.v1.
|
|
736
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder builderForValue) {
|
|
737
737
|
if (entriesBuilder_ == null) {
|
|
738
738
|
ensureEntriesIsMutable();
|
|
739
739
|
entries_.add(builderForValue.build());
|
|
@@ -744,10 +744,10 @@ private static final long serialVersionUID = 0L;
|
|
|
744
744
|
return this;
|
|
745
745
|
}
|
|
746
746
|
/**
|
|
747
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
747
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
748
748
|
*/
|
|
749
749
|
public Builder addEntries(
|
|
750
|
-
int index, com.lansweeper.dp.outbound.v1.
|
|
750
|
+
int index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder builderForValue) {
|
|
751
751
|
if (entriesBuilder_ == null) {
|
|
752
752
|
ensureEntriesIsMutable();
|
|
753
753
|
entries_.add(index, builderForValue.build());
|
|
@@ -758,10 +758,10 @@ private static final long serialVersionUID = 0L;
|
|
|
758
758
|
return this;
|
|
759
759
|
}
|
|
760
760
|
/**
|
|
761
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
761
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
762
762
|
*/
|
|
763
763
|
public Builder addAllEntries(
|
|
764
|
-
java.lang.Iterable<? extends com.lansweeper.dp.outbound.v1.
|
|
764
|
+
java.lang.Iterable<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDevice> values) {
|
|
765
765
|
if (entriesBuilder_ == null) {
|
|
766
766
|
ensureEntriesIsMutable();
|
|
767
767
|
com.google.protobuf.AbstractMessageLite.Builder.addAll(
|
|
@@ -773,7 +773,7 @@ private static final long serialVersionUID = 0L;
|
|
|
773
773
|
return this;
|
|
774
774
|
}
|
|
775
775
|
/**
|
|
776
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
776
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
777
777
|
*/
|
|
778
778
|
public Builder clearEntries() {
|
|
779
779
|
if (entriesBuilder_ == null) {
|
|
@@ -786,7 +786,7 @@ private static final long serialVersionUID = 0L;
|
|
|
786
786
|
return this;
|
|
787
787
|
}
|
|
788
788
|
/**
|
|
789
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
789
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
790
790
|
*/
|
|
791
791
|
public Builder removeEntries(int index) {
|
|
792
792
|
if (entriesBuilder_ == null) {
|
|
@@ -799,16 +799,16 @@ private static final long serialVersionUID = 0L;
|
|
|
799
799
|
return this;
|
|
800
800
|
}
|
|
801
801
|
/**
|
|
802
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
802
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
803
803
|
*/
|
|
804
|
-
public com.lansweeper.dp.outbound.v1.
|
|
804
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder getEntriesBuilder(
|
|
805
805
|
int index) {
|
|
806
806
|
return getEntriesFieldBuilder().getBuilder(index);
|
|
807
807
|
}
|
|
808
808
|
/**
|
|
809
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
809
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
810
810
|
*/
|
|
811
|
-
public com.lansweeper.dp.outbound.v1.
|
|
811
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder getEntriesOrBuilder(
|
|
812
812
|
int index) {
|
|
813
813
|
if (entriesBuilder_ == null) {
|
|
814
814
|
return entries_.get(index); } else {
|
|
@@ -816,9 +816,9 @@ private static final long serialVersionUID = 0L;
|
|
|
816
816
|
}
|
|
817
817
|
}
|
|
818
818
|
/**
|
|
819
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
819
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
820
820
|
*/
|
|
821
|
-
public java.util.List<? extends com.lansweeper.dp.outbound.v1.
|
|
821
|
+
public java.util.List<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
|
|
822
822
|
getEntriesOrBuilderList() {
|
|
823
823
|
if (entriesBuilder_ != null) {
|
|
824
824
|
return entriesBuilder_.getMessageOrBuilderList();
|
|
@@ -827,33 +827,33 @@ private static final long serialVersionUID = 0L;
|
|
|
827
827
|
}
|
|
828
828
|
}
|
|
829
829
|
/**
|
|
830
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
830
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
831
831
|
*/
|
|
832
|
-
public com.lansweeper.dp.outbound.v1.
|
|
832
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder addEntriesBuilder() {
|
|
833
833
|
return getEntriesFieldBuilder().addBuilder(
|
|
834
|
-
com.lansweeper.dp.outbound.v1.
|
|
834
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice.getDefaultInstance());
|
|
835
835
|
}
|
|
836
836
|
/**
|
|
837
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
837
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
838
838
|
*/
|
|
839
|
-
public com.lansweeper.dp.outbound.v1.
|
|
839
|
+
public com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder addEntriesBuilder(
|
|
840
840
|
int index) {
|
|
841
841
|
return getEntriesFieldBuilder().addBuilder(
|
|
842
|
-
index, com.lansweeper.dp.outbound.v1.
|
|
842
|
+
index, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.getDefaultInstance());
|
|
843
843
|
}
|
|
844
844
|
/**
|
|
845
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
845
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
846
846
|
*/
|
|
847
|
-
public java.util.List<com.lansweeper.dp.outbound.v1.
|
|
847
|
+
public java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder>
|
|
848
848
|
getEntriesBuilderList() {
|
|
849
849
|
return getEntriesFieldBuilder().getBuilderList();
|
|
850
850
|
}
|
|
851
851
|
private com.google.protobuf.RepeatedFieldBuilderV3<
|
|
852
|
-
com.lansweeper.dp.outbound.v1.
|
|
852
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder, com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
|
|
853
853
|
getEntriesFieldBuilder() {
|
|
854
854
|
if (entriesBuilder_ == null) {
|
|
855
855
|
entriesBuilder_ = new com.google.protobuf.RepeatedFieldBuilderV3<
|
|
856
|
-
com.lansweeper.dp.outbound.v1.
|
|
856
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice, com.lansweeper.dp.outbound.v1.MacHardDiskDevice.Builder, com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>(
|
|
857
857
|
entries_,
|
|
858
858
|
((bitField0_ & 0x00000002) != 0),
|
|
859
859
|
getParentForChildren(),
|
|
@@ -26,26 +26,26 @@ public interface ComputerMacNVMExpressOrBuilder extends
|
|
|
26
26
|
getControllerNameBytes();
|
|
27
27
|
|
|
28
28
|
/**
|
|
29
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
29
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
30
30
|
*/
|
|
31
|
-
java.util.List<com.lansweeper.dp.outbound.v1.
|
|
31
|
+
java.util.List<com.lansweeper.dp.outbound.v1.MacHardDiskDevice>
|
|
32
32
|
getEntriesList();
|
|
33
33
|
/**
|
|
34
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
34
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
35
35
|
*/
|
|
36
|
-
com.lansweeper.dp.outbound.v1.
|
|
36
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDevice getEntries(int index);
|
|
37
37
|
/**
|
|
38
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
38
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
39
39
|
*/
|
|
40
40
|
int getEntriesCount();
|
|
41
41
|
/**
|
|
42
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
42
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
43
43
|
*/
|
|
44
|
-
java.util.List<? extends com.lansweeper.dp.outbound.v1.
|
|
44
|
+
java.util.List<? extends com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder>
|
|
45
45
|
getEntriesOrBuilderList();
|
|
46
46
|
/**
|
|
47
|
-
* <code>repeated .com.lansweeper.dp.outbound.v1.
|
|
47
|
+
* <code>repeated .com.lansweeper.dp.outbound.v1.MacHardDiskDevice entries = 3;</code>
|
|
48
48
|
*/
|
|
49
|
-
com.lansweeper.dp.outbound.v1.
|
|
49
|
+
com.lansweeper.dp.outbound.v1.MacHardDiskDeviceOrBuilder getEntriesOrBuilder(
|
|
50
50
|
int index);
|
|
51
51
|
}
|