@@ -274,8 +274,10 @@ public function __call($method, $args)
274274 *
275275 * @throws ApiException Thrown if the API call fails.
276276 */
277- public function acquireSsrsLease (SqlInstancesAcquireSsrsLeaseRequest $ request , array $ callOptions = []): SqlInstancesAcquireSsrsLeaseResponse
278- {
277+ public function acquireSsrsLease (
278+ SqlInstancesAcquireSsrsLeaseRequest $ request ,
279+ array $ callOptions = []
280+ ): SqlInstancesAcquireSsrsLeaseResponse {
279281 return $ this ->startApiCall ('AcquireSsrsLease ' , $ request , $ callOptions )->wait ();
280282 }
281283
@@ -555,8 +557,10 @@ public function get(SqlInstancesGetRequest $request, array $callOptions = []): D
555557 *
556558 * @throws ApiException Thrown if the API call fails.
557559 */
558- public function getDiskShrinkConfig (SqlInstancesGetDiskShrinkConfigRequest $ request , array $ callOptions = []): SqlInstancesGetDiskShrinkConfigResponse
559- {
560+ public function getDiskShrinkConfig (
561+ SqlInstancesGetDiskShrinkConfigRequest $ request ,
562+ array $ callOptions = []
563+ ): SqlInstancesGetDiskShrinkConfigResponse {
560564 return $ this ->startApiCall ('GetDiskShrinkConfig ' , $ request , $ callOptions )->wait ();
561565 }
562566
@@ -582,8 +586,10 @@ public function getDiskShrinkConfig(SqlInstancesGetDiskShrinkConfigRequest $requ
582586 *
583587 * @throws ApiException Thrown if the API call fails.
584588 */
585- public function getLatestRecoveryTime (SqlInstancesGetLatestRecoveryTimeRequest $ request , array $ callOptions = []): SqlInstancesGetLatestRecoveryTimeResponse
586- {
589+ public function getLatestRecoveryTime (
590+ SqlInstancesGetLatestRecoveryTimeRequest $ request ,
591+ array $ callOptions = []
592+ ): SqlInstancesGetLatestRecoveryTimeResponse {
587593 return $ this ->startApiCall ('GetLatestRecoveryTime ' , $ request , $ callOptions )->wait ();
588594 }
589595
@@ -691,8 +697,10 @@ public function list(SqlInstancesListRequest $request, array $callOptions = []):
691697 *
692698 * @throws ApiException Thrown if the API call fails.
693699 */
694- public function listServerCas (SqlInstancesListServerCasRequest $ request , array $ callOptions = []): InstancesListServerCasResponse
695- {
700+ public function listServerCas (
701+ SqlInstancesListServerCasRequest $ request ,
702+ array $ callOptions = []
703+ ): InstancesListServerCasResponse {
696704 return $ this ->startApiCall ('ListServerCas ' , $ request , $ callOptions )->wait ();
697705 }
698706
@@ -825,8 +833,10 @@ public function reencrypt(SqlInstancesReencryptRequest $request, array $callOpti
825833 *
826834 * @throws ApiException Thrown if the API call fails.
827835 */
828- public function releaseSsrsLease (SqlInstancesReleaseSsrsLeaseRequest $ request , array $ callOptions = []): SqlInstancesReleaseSsrsLeaseResponse
829- {
836+ public function releaseSsrsLease (
837+ SqlInstancesReleaseSsrsLeaseRequest $ request ,
838+ array $ callOptions = []
839+ ): SqlInstancesReleaseSsrsLeaseResponse {
830840 return $ this ->startApiCall ('ReleaseSsrsLease ' , $ request , $ callOptions )->wait ();
831841 }
832842
@@ -852,8 +862,10 @@ public function releaseSsrsLease(SqlInstancesReleaseSsrsLeaseRequest $request, a
852862 *
853863 * @throws ApiException Thrown if the API call fails.
854864 */
855- public function rescheduleMaintenance (SqlInstancesRescheduleMaintenanceRequest $ request , array $ callOptions = []): Operation
856- {
865+ public function rescheduleMaintenance (
866+ SqlInstancesRescheduleMaintenanceRequest $ request ,
867+ array $ callOptions = []
868+ ): Operation {
857869 return $ this ->startApiCall ('RescheduleMaintenance ' , $ request , $ callOptions )->wait ();
858870 }
859871
@@ -1174,8 +1186,10 @@ public function update(SqlInstancesUpdateRequest $request, array $callOptions =
11741186 *
11751187 * @throws ApiException Thrown if the API call fails.
11761188 */
1177- public function verifyExternalSyncSettings (SqlInstancesVerifyExternalSyncSettingsRequest $ request , array $ callOptions = []): SqlInstancesVerifyExternalSyncSettingsResponse
1178- {
1189+ public function verifyExternalSyncSettings (
1190+ SqlInstancesVerifyExternalSyncSettingsRequest $ request ,
1191+ array $ callOptions = []
1192+ ): SqlInstancesVerifyExternalSyncSettingsResponse {
11791193 return $ this ->startApiCall ('VerifyExternalSyncSettings ' , $ request , $ callOptions )->wait ();
11801194 }
11811195}
0 commit comments