requests = $requests; } /** * @return UpdateRowRequest[] */ public function getRequests() { return $this->requests; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(BatchUpdateRowsRequest::class, 'Google_Service_Area120Tables_BatchUpdateRowsRequest');