@lansweeper/data-platform-outbound-grpc 0.14.2 → 0.14.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/gen-proto/image.json +1 -1
- package/gen-proto/outbound_grpc_pb.d.ts +15 -0
- package/gen-proto/outbound_grpc_pb.js +22 -0
- package/gen-proto/outbound_pb.d.ts +22 -0
- package/gen-proto/outbound_pb.js +182 -0
- package/generated-go/outbound.pb.go +14564 -14487
- package/generated-go/outbound_grpc.pb.go +66 -1
- package/java.json +1 -1
- package/model/pom.xml +1 -1
- package/model/src/main/proto/outbound.proto +6 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/GetEntitiesRequest$1.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/GetEntitiesRequest$Builder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/GetEntitiesRequest.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/GetEntitiesRequestOrBuilder.class +0 -0
- package/model/target/classes/com/lansweeper/dp/outbound/v1/Outbound.class +0 -0
- package/model/target/classes/outbound.proto +6 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputer.java +9 -9
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ActiveDirectoryComputerOrBuilder.java +3 -3
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GetEntitiesRequest.java +760 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/GetEntitiesRequestOrBuilder.java +34 -0
- package/model/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/Outbound.java +4298 -4281
- package/model/target/maven-archiver/pom.properties +2 -2
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/createdFiles.lst +4 -0
- package/model/target/maven-status/maven-compiler-plugin/compile/default-compile/inputFiles.lst +2 -0
- package/model/target/{outbound-model-0.14.1-sources.jar → outbound-model-0.14.2-sources.jar} +0 -0
- package/model/target/{outbound-model-0.14.1.jar → outbound-model-0.14.2.jar} +0 -0
- package/package.json +2 -2
- package/pom.xml +1 -1
- package/proto/outbound.proto +6 -0
- package/service/pom.xml +1 -1
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$1.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$2.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$3.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceBaseDescriptorSupplier.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceBlockingStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceFileDescriptorSupplier.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceFutureStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceImplBase.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceMethodDescriptorSupplier.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$DataCoreOutboundServiceStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc$MethodHandlers.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$DataCoreBackofficeServiceImplBase.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$MethodHandlers.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc$ReactorDataCoreBackofficeServiceStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreOutboundServiceGrpc$DataCoreOutboundServiceImplBase.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreOutboundServiceGrpc$MethodHandlers.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreOutboundServiceGrpc$ReactorDataCoreOutboundServiceStub.class +0 -0
- package/service/target/classes/com/lansweeper/dp/outbound/v1/ReactorDataCoreOutboundServiceGrpc.class +0 -0
- package/service/target/generated-sources/protobuf/grpc-java/com/lansweeper/dp/outbound/v1/DataCoreOutboundServiceGrpc.java +71 -4
- package/service/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ReactorDataCoreBackofficeServiceGrpc.java +12 -27
- package/service/target/generated-sources/protobuf/java/com/lansweeper/dp/outbound/v1/ReactorDataCoreOutboundServiceGrpc.java +29 -4
- package/service/target/maven-archiver/pom.properties +2 -2
- package/service/target/outbound-service-0.14.2-sources.jar +0 -0
- package/service/target/outbound-service-0.14.2.jar +0 -0
- package/service/target/outbound-service-0.14.1-sources.jar +0 -0
- package/service/target/outbound-service-0.14.1.jar +0 -0
|
@@ -27,6 +27,7 @@ const _ = grpc.SupportPackageIsVersion8
|
|
|
27
27
|
|
|
28
28
|
const (
|
|
29
29
|
DataCoreOutboundService_GetEntity_FullMethodName = "/com.lansweeper.dp.outbound.v1.DataCoreOutboundService/GetEntity"
|
|
30
|
+
DataCoreOutboundService_GetEntities_FullMethodName = "/com.lansweeper.dp.outbound.v1.DataCoreOutboundService/GetEntities"
|
|
30
31
|
DataCoreOutboundService_ListEntities_FullMethodName = "/com.lansweeper.dp.outbound.v1.DataCoreOutboundService/ListEntities"
|
|
31
32
|
DataCoreOutboundService_CatalogLookup_FullMethodName = "/com.lansweeper.dp.outbound.v1.DataCoreOutboundService/CatalogLookup"
|
|
32
33
|
DataCoreOutboundService_GetIpLocationConfig_FullMethodName = "/com.lansweeper.dp.outbound.v1.DataCoreOutboundService/GetIpLocationConfig"
|
|
@@ -45,6 +46,7 @@ const (
|
|
|
45
46
|
type DataCoreOutboundServiceClient interface {
|
|
46
47
|
// Retrieve a single entity by site/inst-id/type/id
|
|
47
48
|
GetEntity(ctx context.Context, in *GetEntityRequest, opts ...grpc.CallOption) (*GetEntityResponse, error)
|
|
49
|
+
GetEntities(ctx context.Context, in *GetEntitiesRequest, opts ...grpc.CallOption) (DataCoreOutboundService_GetEntitiesClient, error)
|
|
48
50
|
// lists entities for a site or site/type
|
|
49
51
|
ListEntities(ctx context.Context, in *ListEntityRequest, opts ...grpc.CallOption) (DataCoreOutboundService_ListEntitiesClient, error)
|
|
50
52
|
// Retrieve a single entity by site/inst-id/type/id
|
|
@@ -73,9 +75,42 @@ func (c *dataCoreOutboundServiceClient) GetEntity(ctx context.Context, in *GetEn
|
|
|
73
75
|
return out, nil
|
|
74
76
|
}
|
|
75
77
|
|
|
78
|
+
func (c *dataCoreOutboundServiceClient) GetEntities(ctx context.Context, in *GetEntitiesRequest, opts ...grpc.CallOption) (DataCoreOutboundService_GetEntitiesClient, error) {
|
|
79
|
+
cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
80
|
+
stream, err := c.cc.NewStream(ctx, &DataCoreOutboundService_ServiceDesc.Streams[0], DataCoreOutboundService_GetEntities_FullMethodName, cOpts...)
|
|
81
|
+
if err != nil {
|
|
82
|
+
return nil, err
|
|
83
|
+
}
|
|
84
|
+
x := &dataCoreOutboundServiceGetEntitiesClient{ClientStream: stream}
|
|
85
|
+
if err := x.ClientStream.SendMsg(in); err != nil {
|
|
86
|
+
return nil, err
|
|
87
|
+
}
|
|
88
|
+
if err := x.ClientStream.CloseSend(); err != nil {
|
|
89
|
+
return nil, err
|
|
90
|
+
}
|
|
91
|
+
return x, nil
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
type DataCoreOutboundService_GetEntitiesClient interface {
|
|
95
|
+
Recv() (*GetEntityResponse, error)
|
|
96
|
+
grpc.ClientStream
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
type dataCoreOutboundServiceGetEntitiesClient struct {
|
|
100
|
+
grpc.ClientStream
|
|
101
|
+
}
|
|
102
|
+
|
|
103
|
+
func (x *dataCoreOutboundServiceGetEntitiesClient) Recv() (*GetEntityResponse, error) {
|
|
104
|
+
m := new(GetEntityResponse)
|
|
105
|
+
if err := x.ClientStream.RecvMsg(m); err != nil {
|
|
106
|
+
return nil, err
|
|
107
|
+
}
|
|
108
|
+
return m, nil
|
|
109
|
+
}
|
|
110
|
+
|
|
76
111
|
func (c *dataCoreOutboundServiceClient) ListEntities(ctx context.Context, in *ListEntityRequest, opts ...grpc.CallOption) (DataCoreOutboundService_ListEntitiesClient, error) {
|
|
77
112
|
cOpts := append([]grpc.CallOption{grpc.StaticMethod()}, opts...)
|
|
78
|
-
stream, err := c.cc.NewStream(ctx, &DataCoreOutboundService_ServiceDesc.Streams[
|
|
113
|
+
stream, err := c.cc.NewStream(ctx, &DataCoreOutboundService_ServiceDesc.Streams[1], DataCoreOutboundService_ListEntities_FullMethodName, cOpts...)
|
|
79
114
|
if err != nil {
|
|
80
115
|
return nil, err
|
|
81
116
|
}
|
|
@@ -148,6 +183,7 @@ func (c *dataCoreOutboundServiceClient) SetIpLocationConfig(ctx context.Context,
|
|
|
148
183
|
type DataCoreOutboundServiceServer interface {
|
|
149
184
|
// Retrieve a single entity by site/inst-id/type/id
|
|
150
185
|
GetEntity(context.Context, *GetEntityRequest) (*GetEntityResponse, error)
|
|
186
|
+
GetEntities(*GetEntitiesRequest, DataCoreOutboundService_GetEntitiesServer) error
|
|
151
187
|
// lists entities for a site or site/type
|
|
152
188
|
ListEntities(*ListEntityRequest, DataCoreOutboundService_ListEntitiesServer) error
|
|
153
189
|
// Retrieve a single entity by site/inst-id/type/id
|
|
@@ -166,6 +202,9 @@ type UnimplementedDataCoreOutboundServiceServer struct {
|
|
|
166
202
|
func (UnimplementedDataCoreOutboundServiceServer) GetEntity(context.Context, *GetEntityRequest) (*GetEntityResponse, error) {
|
|
167
203
|
return nil, status.Errorf(codes.Unimplemented, "method GetEntity not implemented")
|
|
168
204
|
}
|
|
205
|
+
func (UnimplementedDataCoreOutboundServiceServer) GetEntities(*GetEntitiesRequest, DataCoreOutboundService_GetEntitiesServer) error {
|
|
206
|
+
return status.Errorf(codes.Unimplemented, "method GetEntities not implemented")
|
|
207
|
+
}
|
|
169
208
|
func (UnimplementedDataCoreOutboundServiceServer) ListEntities(*ListEntityRequest, DataCoreOutboundService_ListEntitiesServer) error {
|
|
170
209
|
return status.Errorf(codes.Unimplemented, "method ListEntities not implemented")
|
|
171
210
|
}
|
|
@@ -210,6 +249,27 @@ func _DataCoreOutboundService_GetEntity_Handler(srv interface{}, ctx context.Con
|
|
|
210
249
|
return interceptor(ctx, in, info, handler)
|
|
211
250
|
}
|
|
212
251
|
|
|
252
|
+
func _DataCoreOutboundService_GetEntities_Handler(srv interface{}, stream grpc.ServerStream) error {
|
|
253
|
+
m := new(GetEntitiesRequest)
|
|
254
|
+
if err := stream.RecvMsg(m); err != nil {
|
|
255
|
+
return err
|
|
256
|
+
}
|
|
257
|
+
return srv.(DataCoreOutboundServiceServer).GetEntities(m, &dataCoreOutboundServiceGetEntitiesServer{ServerStream: stream})
|
|
258
|
+
}
|
|
259
|
+
|
|
260
|
+
type DataCoreOutboundService_GetEntitiesServer interface {
|
|
261
|
+
Send(*GetEntityResponse) error
|
|
262
|
+
grpc.ServerStream
|
|
263
|
+
}
|
|
264
|
+
|
|
265
|
+
type dataCoreOutboundServiceGetEntitiesServer struct {
|
|
266
|
+
grpc.ServerStream
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
func (x *dataCoreOutboundServiceGetEntitiesServer) Send(m *GetEntityResponse) error {
|
|
270
|
+
return x.ServerStream.SendMsg(m)
|
|
271
|
+
}
|
|
272
|
+
|
|
213
273
|
func _DataCoreOutboundService_ListEntities_Handler(srv interface{}, stream grpc.ServerStream) error {
|
|
214
274
|
m := new(ListEntityRequest)
|
|
215
275
|
if err := stream.RecvMsg(m); err != nil {
|
|
@@ -310,6 +370,11 @@ var DataCoreOutboundService_ServiceDesc = grpc.ServiceDesc{
|
|
|
310
370
|
},
|
|
311
371
|
},
|
|
312
372
|
Streams: []grpc.StreamDesc{
|
|
373
|
+
{
|
|
374
|
+
StreamName: "GetEntities",
|
|
375
|
+
Handler: _DataCoreOutboundService_GetEntities_Handler,
|
|
376
|
+
ServerStreams: true,
|
|
377
|
+
},
|
|
313
378
|
{
|
|
314
379
|
StreamName: "ListEntities",
|
|
315
380
|
Handler: _DataCoreOutboundService_ListEntities_Handler,
|
package/java.json
CHANGED
package/model/pom.xml
CHANGED
|
@@ -30,6 +30,8 @@ service DataCoreOutboundService {
|
|
|
30
30
|
// Retrieve a single entity by site/inst-id/type/id
|
|
31
31
|
rpc GetEntity (GetEntityRequest) returns (GetEntityResponse) {}
|
|
32
32
|
|
|
33
|
+
rpc GetEntities (GetEntitiesRequest) returns (stream GetEntityResponse) {}
|
|
34
|
+
|
|
33
35
|
// lists entities for a site or site/type
|
|
34
36
|
rpc ListEntities(ListEntityRequest) returns (stream ListEntityResponse) {}
|
|
35
37
|
|
|
@@ -135,6 +137,10 @@ message GetEntityRequest {
|
|
|
135
137
|
// bool send_related = 2; // send also related entities
|
|
136
138
|
}
|
|
137
139
|
|
|
140
|
+
message GetEntitiesRequest {
|
|
141
|
+
repeated EntityPath entity_paths = 1;
|
|
142
|
+
}
|
|
143
|
+
|
|
138
144
|
message DeconcileResponse {
|
|
139
145
|
bool success = 1;
|
|
140
146
|
optional string error_description = 2;
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -30,6 +30,8 @@ service DataCoreOutboundService {
|
|
|
30
30
|
// Retrieve a single entity by site/inst-id/type/id
|
|
31
31
|
rpc GetEntity (GetEntityRequest) returns (GetEntityResponse) {}
|
|
32
32
|
|
|
33
|
+
rpc GetEntities (GetEntitiesRequest) returns (stream GetEntityResponse) {}
|
|
34
|
+
|
|
33
35
|
// lists entities for a site or site/type
|
|
34
36
|
rpc ListEntities(ListEntityRequest) returns (stream ListEntityResponse) {}
|
|
35
37
|
|
|
@@ -135,6 +137,10 @@ message GetEntityRequest {
|
|
|
135
137
|
// bool send_related = 2; // send also related entities
|
|
136
138
|
}
|
|
137
139
|
|
|
140
|
+
message GetEntitiesRequest {
|
|
141
|
+
repeated EntityPath entity_paths = 1;
|
|
142
|
+
}
|
|
143
|
+
|
|
138
144
|
message DeconcileResponse {
|
|
139
145
|
bool success = 1;
|
|
140
146
|
optional string error_description = 2;
|
|
@@ -512,7 +512,7 @@ private static final long serialVersionUID = 0L;
|
|
|
512
512
|
/**
|
|
513
513
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
514
514
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
515
|
-
* See outbound.proto;l=
|
|
515
|
+
* See outbound.proto;l=4163
|
|
516
516
|
* @return Whether the bitlockerRecoveryInfo field is set.
|
|
517
517
|
*/
|
|
518
518
|
@java.lang.Override
|
|
@@ -522,7 +522,7 @@ private static final long serialVersionUID = 0L;
|
|
|
522
522
|
/**
|
|
523
523
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
524
524
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
525
|
-
* See outbound.proto;l=
|
|
525
|
+
* See outbound.proto;l=4163
|
|
526
526
|
* @return The bitlockerRecoveryInfo.
|
|
527
527
|
*/
|
|
528
528
|
@java.lang.Override
|
|
@@ -541,7 +541,7 @@ private static final long serialVersionUID = 0L;
|
|
|
541
541
|
/**
|
|
542
542
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
543
543
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
544
|
-
* See outbound.proto;l=
|
|
544
|
+
* See outbound.proto;l=4163
|
|
545
545
|
* @return The bytes for bitlockerRecoveryInfo.
|
|
546
546
|
*/
|
|
547
547
|
@java.lang.Override
|
|
@@ -2613,7 +2613,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2613
2613
|
/**
|
|
2614
2614
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
2615
2615
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
2616
|
-
* See outbound.proto;l=
|
|
2616
|
+
* See outbound.proto;l=4163
|
|
2617
2617
|
* @return Whether the bitlockerRecoveryInfo field is set.
|
|
2618
2618
|
*/
|
|
2619
2619
|
@java.lang.Deprecated public boolean hasBitlockerRecoveryInfo() {
|
|
@@ -2622,7 +2622,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2622
2622
|
/**
|
|
2623
2623
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
2624
2624
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
2625
|
-
* See outbound.proto;l=
|
|
2625
|
+
* See outbound.proto;l=4163
|
|
2626
2626
|
* @return The bitlockerRecoveryInfo.
|
|
2627
2627
|
*/
|
|
2628
2628
|
@java.lang.Deprecated public java.lang.String getBitlockerRecoveryInfo() {
|
|
@@ -2640,7 +2640,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2640
2640
|
/**
|
|
2641
2641
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
2642
2642
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
2643
|
-
* See outbound.proto;l=
|
|
2643
|
+
* See outbound.proto;l=4163
|
|
2644
2644
|
* @return The bytes for bitlockerRecoveryInfo.
|
|
2645
2645
|
*/
|
|
2646
2646
|
@java.lang.Deprecated public com.google.protobuf.ByteString
|
|
@@ -2659,7 +2659,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2659
2659
|
/**
|
|
2660
2660
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
2661
2661
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
2662
|
-
* See outbound.proto;l=
|
|
2662
|
+
* See outbound.proto;l=4163
|
|
2663
2663
|
* @param value The bitlockerRecoveryInfo to set.
|
|
2664
2664
|
* @return This builder for chaining.
|
|
2665
2665
|
*/
|
|
@@ -2674,7 +2674,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2674
2674
|
/**
|
|
2675
2675
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
2676
2676
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
2677
|
-
* See outbound.proto;l=
|
|
2677
|
+
* See outbound.proto;l=4163
|
|
2678
2678
|
* @return This builder for chaining.
|
|
2679
2679
|
*/
|
|
2680
2680
|
@java.lang.Deprecated public Builder clearBitlockerRecoveryInfo() {
|
|
@@ -2686,7 +2686,7 @@ private static final long serialVersionUID = 0L;
|
|
|
2686
2686
|
/**
|
|
2687
2687
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
2688
2688
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
2689
|
-
* See outbound.proto;l=
|
|
2689
|
+
* See outbound.proto;l=4163
|
|
2690
2690
|
* @param value The bytes for bitlockerRecoveryInfo to set.
|
|
2691
2691
|
* @return This builder for chaining.
|
|
2692
2692
|
*/
|
|
@@ -188,21 +188,21 @@ public interface ActiveDirectoryComputerOrBuilder extends
|
|
|
188
188
|
/**
|
|
189
189
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
190
190
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
191
|
-
* See outbound.proto;l=
|
|
191
|
+
* See outbound.proto;l=4163
|
|
192
192
|
* @return Whether the bitlockerRecoveryInfo field is set.
|
|
193
193
|
*/
|
|
194
194
|
@java.lang.Deprecated boolean hasBitlockerRecoveryInfo();
|
|
195
195
|
/**
|
|
196
196
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
197
197
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
198
|
-
* See outbound.proto;l=
|
|
198
|
+
* See outbound.proto;l=4163
|
|
199
199
|
* @return The bitlockerRecoveryInfo.
|
|
200
200
|
*/
|
|
201
201
|
@java.lang.Deprecated java.lang.String getBitlockerRecoveryInfo();
|
|
202
202
|
/**
|
|
203
203
|
* <code>optional string bitlocker_recovery_info = 11 [deprecated = true];</code>
|
|
204
204
|
* @deprecated com.lansweeper.dp.outbound.v1.ActiveDirectoryComputer.bitlocker_recovery_info is deprecated.
|
|
205
|
-
* See outbound.proto;l=
|
|
205
|
+
* See outbound.proto;l=4163
|
|
206
206
|
* @return The bytes for bitlockerRecoveryInfo.
|
|
207
207
|
*/
|
|
208
208
|
@java.lang.Deprecated com.google.protobuf.ByteString
|