@@ -215,6 +215,7 @@ public void CreateFindingRequestObject()
215215 CanonicalName = "canonical_name5e3d81e6" ,
216216 FindingClass = Finding . Types . FindingClass . Observation ,
217217 Indicator = new Indicator ( ) ,
218+ Vulnerability = new Vulnerability ( ) ,
218219 } ;
219220 mockGrpcClient . Setup ( x => x . CreateFinding ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( expectedResponse ) ;
220221 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -256,6 +257,7 @@ public void CreateFindingRequestObject()
256257 CanonicalName = "canonical_name5e3d81e6" ,
257258 FindingClass = Finding . Types . FindingClass . Observation ,
258259 Indicator = new Indicator ( ) ,
260+ Vulnerability = new Vulnerability ( ) ,
259261 } ;
260262 mockGrpcClient . Setup ( x => x . CreateFindingAsync ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( new grpccore ::AsyncUnaryCall < Finding > ( stt ::Task . FromResult ( expectedResponse ) , null , null , null , null ) ) ;
261263 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -299,6 +301,7 @@ public void CreateFinding()
299301 CanonicalName = "canonical_name5e3d81e6" ,
300302 FindingClass = Finding . Types . FindingClass . Observation ,
301303 Indicator = new Indicator ( ) ,
304+ Vulnerability = new Vulnerability ( ) ,
302305 } ;
303306 mockGrpcClient . Setup ( x => x . CreateFinding ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( expectedResponse ) ;
304307 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -340,6 +343,7 @@ public void CreateFinding()
340343 CanonicalName = "canonical_name5e3d81e6" ,
341344 FindingClass = Finding . Types . FindingClass . Observation ,
342345 Indicator = new Indicator ( ) ,
346+ Vulnerability = new Vulnerability ( ) ,
343347 } ;
344348 mockGrpcClient . Setup ( x => x . CreateFindingAsync ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( new grpccore ::AsyncUnaryCall < Finding > ( stt ::Task . FromResult ( expectedResponse ) , null , null , null , null ) ) ;
345349 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -383,6 +387,7 @@ public void CreateFindingResourceNames()
383387 CanonicalName = "canonical_name5e3d81e6" ,
384388 FindingClass = Finding . Types . FindingClass . Observation ,
385389 Indicator = new Indicator ( ) ,
390+ Vulnerability = new Vulnerability ( ) ,
386391 } ;
387392 mockGrpcClient . Setup ( x => x . CreateFinding ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( expectedResponse ) ;
388393 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -424,6 +429,7 @@ public void CreateFindingResourceNames()
424429 CanonicalName = "canonical_name5e3d81e6" ,
425430 FindingClass = Finding . Types . FindingClass . Observation ,
426431 Indicator = new Indicator ( ) ,
432+ Vulnerability = new Vulnerability ( ) ,
427433 } ;
428434 mockGrpcClient . Setup ( x => x . CreateFindingAsync ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( new grpccore ::AsyncUnaryCall < Finding > ( stt ::Task . FromResult ( expectedResponse ) , null , null , null , null ) ) ;
429435 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -1422,6 +1428,7 @@ public void SetFindingStateRequestObject()
14221428 CanonicalName = "canonical_name5e3d81e6" ,
14231429 FindingClass = Finding . Types . FindingClass . Observation ,
14241430 Indicator = new Indicator ( ) ,
1431+ Vulnerability = new Vulnerability ( ) ,
14251432 } ;
14261433 mockGrpcClient . Setup ( x => x . SetFindingState ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( expectedResponse ) ;
14271434 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -1463,6 +1470,7 @@ public void SetFindingStateRequestObject()
14631470 CanonicalName = "canonical_name5e3d81e6" ,
14641471 FindingClass = Finding . Types . FindingClass . Observation ,
14651472 Indicator = new Indicator ( ) ,
1473+ Vulnerability = new Vulnerability ( ) ,
14661474 } ;
14671475 mockGrpcClient . Setup ( x => x . SetFindingStateAsync ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( new grpccore ::AsyncUnaryCall < Finding > ( stt ::Task . FromResult ( expectedResponse ) , null , null , null , null ) ) ;
14681476 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -1506,6 +1514,7 @@ public void SetFindingState()
15061514 CanonicalName = "canonical_name5e3d81e6" ,
15071515 FindingClass = Finding . Types . FindingClass . Observation ,
15081516 Indicator = new Indicator ( ) ,
1517+ Vulnerability = new Vulnerability ( ) ,
15091518 } ;
15101519 mockGrpcClient . Setup ( x => x . SetFindingState ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( expectedResponse ) ;
15111520 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -1547,6 +1556,7 @@ public void SetFindingState()
15471556 CanonicalName = "canonical_name5e3d81e6" ,
15481557 FindingClass = Finding . Types . FindingClass . Observation ,
15491558 Indicator = new Indicator ( ) ,
1559+ Vulnerability = new Vulnerability ( ) ,
15501560 } ;
15511561 mockGrpcClient . Setup ( x => x . SetFindingStateAsync ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( new grpccore ::AsyncUnaryCall < Finding > ( stt ::Task . FromResult ( expectedResponse ) , null , null , null , null ) ) ;
15521562 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -1590,6 +1600,7 @@ public void SetFindingStateResourceNames()
15901600 CanonicalName = "canonical_name5e3d81e6" ,
15911601 FindingClass = Finding . Types . FindingClass . Observation ,
15921602 Indicator = new Indicator ( ) ,
1603+ Vulnerability = new Vulnerability ( ) ,
15931604 } ;
15941605 mockGrpcClient . Setup ( x => x . SetFindingState ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( expectedResponse ) ;
15951606 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -1631,6 +1642,7 @@ public void SetFindingStateResourceNames()
16311642 CanonicalName = "canonical_name5e3d81e6" ,
16321643 FindingClass = Finding . Types . FindingClass . Observation ,
16331644 Indicator = new Indicator ( ) ,
1645+ Vulnerability = new Vulnerability ( ) ,
16341646 } ;
16351647 mockGrpcClient . Setup ( x => x . SetFindingStateAsync ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( new grpccore ::AsyncUnaryCall < Finding > ( stt ::Task . FromResult ( expectedResponse ) , null , null , null , null ) ) ;
16361648 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -2003,6 +2015,7 @@ public void UpdateFindingRequestObject()
20032015 CanonicalName = "canonical_name5e3d81e6" ,
20042016 FindingClass = Finding . Types . FindingClass . Observation ,
20052017 Indicator = new Indicator ( ) ,
2018+ Vulnerability = new Vulnerability ( ) ,
20062019 } ;
20072020 mockGrpcClient . Setup ( x => x . UpdateFinding ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( expectedResponse ) ;
20082021 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -2043,6 +2056,7 @@ public void UpdateFindingRequestObject()
20432056 CanonicalName = "canonical_name5e3d81e6" ,
20442057 FindingClass = Finding . Types . FindingClass . Observation ,
20452058 Indicator = new Indicator ( ) ,
2059+ Vulnerability = new Vulnerability ( ) ,
20462060 } ;
20472061 mockGrpcClient . Setup ( x => x . UpdateFindingAsync ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( new grpccore ::AsyncUnaryCall < Finding > ( stt ::Task . FromResult ( expectedResponse ) , null , null , null , null ) ) ;
20482062 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -2084,6 +2098,7 @@ public void UpdateFinding()
20842098 CanonicalName = "canonical_name5e3d81e6" ,
20852099 FindingClass = Finding . Types . FindingClass . Observation ,
20862100 Indicator = new Indicator ( ) ,
2101+ Vulnerability = new Vulnerability ( ) ,
20872102 } ;
20882103 mockGrpcClient . Setup ( x => x . UpdateFinding ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( expectedResponse ) ;
20892104 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
@@ -2123,6 +2138,7 @@ public void UpdateFinding()
21232138 CanonicalName = "canonical_name5e3d81e6" ,
21242139 FindingClass = Finding . Types . FindingClass . Observation ,
21252140 Indicator = new Indicator ( ) ,
2141+ Vulnerability = new Vulnerability ( ) ,
21262142 } ;
21272143 mockGrpcClient . Setup ( x => x . UpdateFindingAsync ( request , moq ::It . IsAny < grpccore ::CallOptions > ( ) ) ) . Returns ( new grpccore ::AsyncUnaryCall < Finding > ( stt ::Task . FromResult ( expectedResponse ) , null , null , null , null ) ) ;
21282144 SecurityCenterClient client = new SecurityCenterClientImpl ( mockGrpcClient . Object , null ) ;
0 commit comments